Skip to main content

c++ copy mode, infeasible

Awaiting user input

Comments

1 comment

  • Jaromił Najman
    • Gurobi Staff 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

Please sign in to leave a comment.