
S J
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 1
アクティビティの概要
S Jさんの最近のアクティビティ-
S Jさんがコメントを作成しました:
@Eli Towle Hi Eli, thanks for your answer. Still have a very beginner question... In dual program, [100] does not seem to be feasible. Is [100] a *correct* shadow price of optimal solution?
-
S Jさんが投稿を作成しました:
Why are the dual prices different for the same Gurobi LP model?
回答済みEnvironment: Gurobi 8.1.1 + python3 I tried to build the following linear program model and print the dual price. min 100 x + y s.t. x + y >= 1 && 0 <= x, y <= 1 Following is the code: from gurobip...