Skip to main content

Combining two gurobi models into a new one

Answered

Comments

1 comment

  • Jaromił Najman
    • Gurobi Staff Gurobi Staff

    It is currently not possible to perform mathematical operations with the model object. You have to go through all variables and constraints of each model and perform the operations you want with the underlying Var and Constr objects and finally add the results to a new model.

    Best regards, 
    Jaromił

    0

Please sign in to leave a comment.