Decision Optimization

Decision Optimization

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

 View Only
Expand all | Collapse all

How to retrieve node id of child in Branch Callback

  • 1.  How to retrieve node id of child in Branch Callback

    Posted Wed October 18, 2017 06:30 PM

    Originally posted by: raswalgul


    I would like to pass on certain data from the current node in a Branch callback to it's children. Is there a way to do this?

    'set_node_data()' sets data for the current node, but is there a way to set data for it's children?

    I'm implementing this in Python.

     


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: How to retrieve node id of child in Branch Callback

    Posted Thu October 19, 2017 12:26 AM

    Originally posted by: raswalgul


    I see that it can be done using make_cplex_branch.


    #CPLEXOptimizers
    #DecisionOptimization