Wei Tang
- 合計アクティビティ 12
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 5
投稿
Wei Tangによる最近のアクティビティ-
Help with converting variables from divisor
回答済みThere was a similar post on this question, and I know that Gurobi can't solve for models with variables as the divisor. But I want to seek help in converting my problem to something that Gurobi can...
-
How to set objective upper bound?
回答済みIs there a way to manually set an objective upper bound for a minimization MIP model?
-
Enforce a solution to see which constraints broke?
回答済みI currently have a model that 'should' always return a feasible solution, albeit it may be a bad one with high objective value (the task is to minimize the objective). For debugging purposes, is th...
-
Disable logging
I wanted to disable logging altogether by setting OutputFlag = 0. However, it is still writing a log file every time I run the solver, albeit with much less information than having OutputFlag=1. Ho...
-
General Constraint vs Linear Constraint
回答済みHi, I came up with two different ways to model a constraint for my problem. One requires Linear Constraints type, the other requires General Constraints type. Is there performance suggestion on whi...