Decision Optimization

Decision Optimization

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

 View Only
Expand all | Collapse all

Identify end of ramp up from info callback in distributed MIP

  • 1.  Identify end of ramp up from info callback in distributed MIP

    Posted Thu November 24, 2016 12:13 PM

    Originally posted by: rocarvaj


    Hello!

    According to the CPLEX documentation, one can use informational callbacks in the distributed MIP optimizer. But during the ramp up phase certain information is not available, for example B&B node count and CPXgetcallbackinfo will return 0 when a CPX_CALLBACK_INFO_NODE_COUNT query is made.

    My question is: Is there a way of finding out whether CPLEX is done with ramp up and started branching? I thought that maybe there was a special wherefrom value when the informational callback function is called, but I can't find one.

    Thanks in advance!

    Rodolfo


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Identify end of ramp up from info callback in distributed MIP

    Posted Tue December 06, 2016 12:55 AM

    There is no special wherefrom parameter to indicate that. But the B&B node count should be >0 when the callback is invoked during distributed B&B. Do you observe otherwise? The node count is 0 during all of rampup since rampup itself is not considered distributed B&B.


    #CPLEXOptimizers
    #DecisionOptimization