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

Combining two gurobi models into a new one

回答済み

コメント

1件のコメント

  • 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

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