HAOXING OUYANG
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
HAOXING OUYANGさんの最近のアクティビティ-
HAOXING OUYANGさんがコメントを作成しました:
Hi Jaromił,Thanks for your reply. I am sorry for my confusious answered.In my model, sumZ[i][k] is >=0(sumZ[i][k] = 0 ← when i == 0 && i == instances.nodesNum), and I want to calculate its count b...
-
HAOXING OUYANGさんがコメントを作成しました:
Hi Jaromił, I would like to add is: Integer variable sumZ[i][k] >=0, only when i∈N \ {0,n+1} will sumZ[i][k] ≠ 0.
-
HAOXING OUYANGさんがコメントを作成しました:
Hi Jaromił, Thanks for your reply. I followed your instructions to add Max constraints, it worked. But I am facing the problem with the division constraint. According to your reply, I refer to th...
-
HAOXING OUYANGさんが投稿を作成しました:
How to write Max[] constraint in model?
回答済みHi all, I am using Java to call gurobi to solve a MILP problem, and I encountered difficulties while creating constraints. I have created an integer variable Z that is ≥ 0 and want to implement th...