Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Cplex API & cplex_matlab toolbox

    Posted 01/04/12 05:22 PM

    Originally posted by: PingLiu


    I've a milp problem, when I use cplexmilp function in matlab, I cannot get the result even waiting for several hours.
    but if I use Cplex API, I can get the result quickly.
    what's the difference between Cplex API and cplex_matlab toolbox?
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Cplex API & cplex_matlab toolbox

    Posted 01/04/12 07:32 PM

    Originally posted by: John Cui


    You can use exportModel option in toolbox functions cplexoptimset('cplex') to export your model to .lp file, and also, you can use cplex.writeModel('***.lp') to export model to lp file as well, then you can compare them to find the differece.

    John Cui
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: Cplex API & cplex_matlab toolbox

    Posted 01/05/12 11:15 PM

    Originally posted by: PingLiu


    thanks a lot.
    I can work now.
    #CPLEXOptimizers
    #DecisionOptimization