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

c++ copy mode, infeasible

ユーザーの入力を待っています。

コメント

1件のコメント

  • Jaromił Najman
    • Gurobi Staff

    Just to be sure, you should call update() for the \(\texttt{in_modelo}\) object. You could try writing out both models and checking whether they are different. To write out the models, you can use the write method. It is best to write the models to a human-readable LP file.

    modelo->write("myModel.LP")

    You can then open the generates files in any standard text editor and check whether there is any difference between them.

    0

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