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

Objective function with Log and implementation of addGenConstrLog

回答済み

コメント

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.
  • Jaromił Najman
    • Gurobi Staff

    Hi Robert,

    Your auxiliary variables look fine.

    Note that you redefine \(\texttt{y5}\) in every \(\texttt{for}\)-loop iteration. Meaning that the last \(\texttt{y5}\) value is used in your objective function. I would guess that you are looking for something like

    y5 = QuadExpr(0)
    for
    for
    for
    for
    #[...]
    y5.add(x[c, m]*y5_log, area_share.loc[(area_share.i == cells[c]) & (area_share.m == m) , T[t]].values[s])

    Best regards, 
    Jaromił

    0

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