Skip to main content

How to query GRBModel for pending operations

Awaiting user input

Comments

1 comment

  • Jaromił Najman
    • Gurobi Staff

    It is not possible to query pending model modifications.

    Usually, you should not have to call the update method at all. It is only required if you want to access constraint or variable attributes such as, e.g., variable names, during model building. Which information are you trying to access during model construction that you think that a call to the update method is necessary?

    0

Please sign in to leave a comment.