Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Cplex optimization studio 12.6: convertAllIntVars()

    Posted 07/15/14 06:02 AM

    Originally posted by: kasm


    Hi,

    I was using the Cplex optimization studio 12.4 till now when i upgrade to 12.6. But i am facing a problem. In my model at some point I have to relax all integer variables. It works fine with the 12.4 and i checked it when i export the model in .lp file. But in the 12.6, with the same function "convertAllIntVars()" i still have the binary variables present in the .lp file. Can u explain me why. Thanks


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Cplex optimization studio 12.6: convertAllIntVars()

    Posted 07/16/14 02:15 AM

    Hi,

    in

    https://delivery04.dhe.ibm.com/sar/CMA/WSA/04nlf/0/12.6.0-WS-COS-readme-fp001.html?cm_mc_uid=54870888839413996282748&cm_mc_sid_50200000=1405490948

    you will see that

    RS01566Using convertAllIntVars on a submodel that contains only binary variables might not give a continuous model.

    is fixed with the fix pack

     

    regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 3.  Re: Cplex optimization studio 12.6: convertAllIntVars()

    Posted 07/17/14 04:21 AM

    Originally posted by: kasm


    Hi Alex,

    I installed the fix pack, and it worked. Thank you


    #DecisionOptimization
    #OPLusingCPLEXOptimizer