Skip to main content

Getting LP sub-problems from a simple LP-based branch and bound

Answered

Comments

2 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 try Gurobot, our chatbot interface offering instant, expert-level support.
  • Jaromił Najman
    • Gurobi Staff

    Hi Siddharth,

    It is not possible to extract every node LP from the B&B algorithm used by Gurobi.

    If however, you implemented your own B&B algorithm and are using Gurobi to solve the node relaxations LPs, you can use the write method to write each of the LPs to a file.

    Best regards, 
    Jaromił

    0

Post is closed for comments.