メインコンテンツへスキップ

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

回答済み

コメント

1件のコメント

  • 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

サインインしてコメントを残してください。