TypeError: 'gurobipy.LinExpr' object is not iterable
回答済みHi,
I'm trying to code the order batching model but i get this error.
Can someone tell me, what is wrong?
Thks

0
-
正式なコメント
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. -
You are using two quicksums in line 3. This line should either read
2*quicksum(quicksum(uvar[jbatch,kaisle] for jbatch in Batch) for kaisle in G)
or
2*quicksum(uvar[jbatch,kaisle] for jbatch in Batch for kaisle in G)
Best regards,
Jaromił0 -
thks!!!
0
投稿コメントは受け付けていません。
コメント
3件のコメント