Skip to main content

Should I dispose the original model after model.relax()?

Answered

Comments

1 comment

  • Jaromił Najman
    • Gurobi Staff Gurobi Staff

    Yes, it is safe. The relax() method produces a copy of the original model. However, it is often best to dispose of all models at the end of the program for better readability unless memory requirements are of very high importance, e.g., when the model is very large.

    Best regards, 
    Jaromił

    0

Please sign in to leave a comment.