
yikun wang
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
アクティビティの概要
yikun wangさんの最近のアクティビティ-
yikun wangさんが投稿を作成しました:
how to solve the max-min routing question?
ユーザーの入力を待っています。Hi folks, I encountered an issue when I tried to solve the problem: we have `U` city pairs, and we know precisely the possible slot that can place a router. If we just want to use $N_need$ routers...
-
yikun wangさんがコメントを作成しました:
Cross-posted here Thanks again for your kind and quick respond! :)
-
yikun wangさんがコメントを作成しました:
Sorry for the slow reply. That's really a good idea to use Jonasz's and Silke's approach. Actually, I come up with the idea as follow: First, we introduce two variables: cnt_x0 = m.addVars(M, N, v...
-
yikun wangさんが投稿を作成しました:
how to count a specific number in the Var list
回答済みHi there, I wonder how to count a specific number in the Var list. For example, my variable is X, and it is defined as (m.addVars(M, N, vtype=GRB.CONTINUOUS),lb=0, ub=1, and I want to limit total t...
-
yikun wangさんが投稿を作成しました:
Is there any function like count(X) in gurobi?
回答済みHi there, I wonder how to count a specific number in the Var list. For example, my variable is X, and it is defined as (m.addVars(M, N, vtype=GRB.CONTINUOUS),lb=0, ub=1, and I want to limit total t...
-
yikun wangさんが投稿を作成しました:
How to limit the occurrences of variables with a specific value?
回答済みHi there, I wonder how to count a specific number in the Var list. For example, my variable is X, and it is defined as (m.addVars(M, N, vtype=GRB.CONTINUOUS),lb=0, ub=1, and I want to limit total t...