
S J
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
Activity overview
Latest activity by S J-
S J commented,
@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 created a post,
Why are the dual prices different for the same Gurobi LP model?
AnsweredEnvironment: 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...