Jingyue Zhang
- 合計アクティビティ 34
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 7
投稿
Jingyue Zhangによる最近のアクティビティ-
set objective to get maximized results but Gurobi output Minimize
ユーザーの入力を待っています。Dear gurobi support portal: I've met a problem like this: my objective fuction is: m.setObjective(quicksum(e.sum(h,'*') * (rh[h]-lh[h]) for h in patype) - beta *(c1.sum('*'...
-
Multi-scenario model Excel output
回答済みHi, I've noticed that Gurobi provides multi-scenario models and can solve them simultaneously. However, I met a problem when programming. If I'd like to write results for different scenarios into E...
-
ValueError: invalid literal for int() with base 10: ''
回答済みI was running my program just fine. However, today an error occurs "ValueError: invalid literal for int() with base 10: " I'm very confused and don't know where it went wrong.
-
License in a container environment
回答済みHi, I'm wondering if there is a way to use the gurobi in a container environment.
-
How to use shortest path algorithm to randomly generate a new data set?
回答済みI heard that in Python with gurobi, there's a way to use the shortest path algorithm to randomly generate a new data set. However, I don't quite get how to make it applicable. Is there anything I c...
-
With decision variables in 'for' loop occur:Error code 0: Constraint has no bool value (are you trying "lb <= expr <= ub"?)
回答済みHi, I've been doing a MIP programming with Gurobi in Python. Gurobi Optimizer version 9.1.2 build v9.1.2rc0 (win64). The error code Error code 0: Constraint has no bool value (are you trying "lb <=...