I am using the MIP optimization library but I face a problem in the objective function. Any help would be very much appreciated to correct the syntax

前端 未结 0 871
没有蜡笔的小新
没有蜡笔的小新 2021-01-02 19:07
# Objective function
APP_model.objective = xsum(p[i][t]*P[i][t]  for i in N for t in T) + \\
                      xsum(o[i][t]*O[i][t]  for i in N for t in T) +  \\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题