Skip to main content

are ordered branching conditions for a search tree node available

Answered

Comments

5 comments

  • Official comment
    Simranjit Kaur
    • Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?.
  • Jaromił Najman
    • Gurobi Staff

    Hi Srinivas,

    Could you explain what you mean by ordered branching conditions?

    Best regards,
    Jaromił

    0
  • Srinivas Subramanya Tamvada
    • Gurobi-versary
    • First Question
    • First Comment

    if the root node branches on binary variable  x1 to create 2 child nodes C1 and C2

    then C1 branches on binary variable y1 to create leafs C3 and C4

    I want to find out, at node C4, that it was created using  the branching conditions  x1=0 and y1=1

    0
  • Srinivas Subramanya Tamvada
    • Gurobi-versary
    • First Question
    • First Comment

    also, it would be great if I knew the order in which variables were branched in order to create a leaf node. In the above example, the order was x1=0 and then y1=1

    0
  • Jaromił Najman
    • Gurobi Staff

    Hi Srinivas,

    This information is not available from any API.

    Best regards,
    Jaromił

    0

Post is closed for comments.