Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  ilocplex getvalue for feasible solution

    Posted 06/15/19 11:10 AM

    Originally posted by: srinit34


    hi

    I just want to confirm that IloCplex.getValue ( IloNumVar variable )  returns the value of  the variable in the best known solution ( i.e., the incumbent ).

    For example when a feasible MIP is solved only to a MIP gap of 10% .

     


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: ilocplex getvalue for feasible solution

    Posted 06/20/19 12:06 AM

    Originally posted by: EdKlotz


    Did you try running the IloMipex2.java program on an MPS file of a model and compare the results with what interactive CPLEX gives you on the same MPS file?


    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: ilocplex getvalue for feasible solution

    Posted 06/24/19 07:56 AM

    Yes, that is what it does. The documentation says it returns the value for the solution. That is the best known feasible solution.


    #CPLEXOptimizers
    #DecisionOptimization