/*****************************************************************/ /* */ /* Program to Convert the MLND Input */ /* Into the Cplex Input */ /* */ /* Author: Frederico R. B. da Cruz */ /* Departamento de Ciencia da Computacao */ /* Universidade Federal de Minas Gerais */ /* Brazil */ /* */ /* E-mail: fcruz@dcc.ufmg.br */ /* */ /* Version: 1.00 */ /* */ /* Date: Apr/97 */ /* */ /*****************************************************************/ #include #include #include "ty.h" #include "io.c" int main( int argc, char *argv[] ) { int n_Nodes, n_Levels, i, j, l, cont; ListArcPtrType *AdjaNodInd, ListArcPtr; ListNodPtrType *DemaNodLev, DemaNodPtr, ListNodPtr, ListNodPtr2; ListNodPtrType *RootNodLev; MlType *Ml; float Flow; if ( argc < 3 ) { fprintf(ERRFILE, "Usage: m2c ('s'ingle or 'm'ulticommodity)