Decision Optimization

Decision Optimization

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


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

Rows and Columns

  • 1.  Rows and Columns

    Posted 02/26/16 12:45 PM

    Originally posted by: Rym


    Hello 

     

    I'm progamming a LP model. So , i get in my Engine Log the value  of rows and columns after the execution of the model.

     

    How can I get these values in my main script, or save them to a text file.

     

     

    thanks


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Rows and Columns

    Posted 02/26/16 03:06 PM

    Hi

    writeln(cplex.getNrows());
    writeln(cplex.getNcols());

    regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer