Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
Expand all | Collapse all

tupleset input splited in several files

  • 1.  tupleset input splited in several files

    Posted 03/12/18 05:51 AM

    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


  • 2.  Re: tupleset input splited in several files

    Posted 03/12/18 12:41 PM