Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Callback Control MIP features

    Posted 12/23/11 04:16 AM

    Originally posted by: dbaena


    Hi, I'm using an IncumbentCallback. I obtain the following message(more or less):

    "Control Callback will disable some MIP features..."

    I know that control callback is incomptable with dynamic search. But, there are more MIP features disable when I use a control callbak?

    Could it change the result of my MIP problem?

    Thanks a lot!
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Callback Control MIP features

    Posted 12/26/11 07:30 PM

    Originally posted by: SystemAdmin


    You are correct. The use of Control callbacks (including incumbent callbacks) is not compatible with Dynamic search and hence it gets disabled in the presence of such callbacks in the program and thus the message in the node logs.

    Along with this, CPLEX also turns deterministic parallelism off by default. You can however enforce the deterministic parallel mode with multiple threads by setting the ParallelMode parameter to 1.

    I would recommend you to go through the following section of the CPLEX documentation:

    http://publib.boulder.ibm.com/infocenter/cosinfoc/v12r3/index.jsp?topic=%2Filog.odms.cplex.help%2FContent%2FOptimization%2FDocumentation%2FOptimization_Studio%2F_pubskel%2Fps_usrmancplex2090.html
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: Callback Control MIP features

    Posted 12/27/11 01:41 AM

    Originally posted by: dbaena


    Thanks a lot!
    #CPLEXOptimizers
    #DecisionOptimization