Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  C++ vs Interactive Optimizer: Different result

    Posted 07/31/15 05:34 AM

    Originally posted by: NashVio


    Dear all,

    I'am working on an optimization problem using C++ and encountered the 

     ERROR: CPLEX Error  1217: No solution exists.

     

    So I decided to export the lp model and parameters and use the interactive optimizer to analyse the problem.  But the interactive optimizer finds a solution without any problems

    So my question is:

    Why does the outcome vary, even though parameters and model are equal (I diasabled heuristic callbacks)

     

     

    Thank you very much in advance!

     

    Tobi

     

    Edit: I'am using version 12.5 and i dont have the opportunity to update it.


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: C++ vs Interactive Optimizer: Different result

    Posted 07/31/15 10:46 AM

    Please try exporting a SAV file instead of an LP file and try again with the interactive.  With that, you should get the exact same results.


    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: C++ vs Interactive Optimizer: Different result

    Posted 08/02/15 11:25 AM

    Originally posted by: NashVio


    Thank you very much for this fast support.


    #CPLEXOptimizers
    #DecisionOptimization