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

What does the index property in setObjectiveN do when it is set to 0?

回答済み

コメント

2件のコメント

  • 正式なコメント
    Simranjit Kaur
    • Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum, or try Gurobot, our chatbot interface offering instant, expert-level support.
  • Marika Karbstein
    • Gurobi Staff

    Hi Tomas,

    You can add an objective via the setObjective method. This is then the primary objective. You can add multiple objectives using the setObjectiveN method. If an objective was already set with the setObjective method then setObjectiveN with index=0 will change this primary objective. See also Specifying Multiple Objectives (gurobi.com)
    Also when you change the number of multiple objectives with the parameter NumObj, the objectives are kept according to their indices. For example, if you set NumObj=1, the objective with index=0 is kept. 

    Best regards,
    Marika

    0

投稿コメントは受け付けていません。