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

How to check conditional constraints added to the model?

回答済み

コメント

1件のコメント

  • Riley Clement
    • Gurobi Staff

    Hi Saeid,

    The Model.display() function is not documented, and may possibly be removed in the near future.

    The best approach is to write the model out to LP:

    model.write("my_model.lp")

    and then inspect the output in a text editor.

    - Riley

    0

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