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

How to include scalars in the objective using c++

回答済み

コメント

1件のコメント

  • Jaromił Najman
    • Gurobi Staff

    Hi Laura,

    There are 2 ways to achieve adding a constant to your objective.

    You could use the setObjective method instead of setting the \(\texttt{obj}\) attribute for your variables.

    The second approach, which probably fits your current code better, is to introduce a dummy variable with lower and upper bound equal to \(1\) and set its objective attribute to \(\texttt{B}\).

    Best regards, 
    Jaromił

    0

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