Skip to main content

Can I save a compiled optimization model in gurobi python in order to run it for several inputs?

Answered

Comments

2 comments

  • Official comment
    Simranjit Kaur
    Gurobi Staff 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?.
  • Daniel Espinoza

    Hi,

    I'm not sure I understand your question.... but if it is about having a model, and modify it to solve it again with new data, there is a complete set of methods in the OO APIs and in C to do that. Also, you can give information from a related problem to a current problem, there are a set of attributes to do that, from mipstarts, varhints, and partitions.

    Hope this helps,

    Daniel

    0

Post is closed for comments.