Originally posted by: ouaigooo
Hi,
Is there a way to split a tupleset input into several .dat files ?
The same model should work with different numbers of input files. That means that it won't be possible to have something like
{MyTuple} TupleSet1 = ...;
{MyTuple} TupleSet2 = ...;
{MyTuple} TupleSet3 = ...;
{MyTuple} TupleSetAll = TupleSet1 union TupleSet2 union TupleSet3;
Thanks for your help ;)
#DecisionOptimization#OPLusingCPLEXOptimizer