YJ Z
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
YJ Zによる最近のアクティビティ-
Will quadratic constraints be automatically linearized during the optimization process?
回答済みHello, I need add a constr like this: It can also be write like this : while all the variables are binary variables. I want to ask: Which constraint has higher optimization efficiency in gurobi...
-
Segmentation fault (core dumped)
回答済みHi, I use Python to write a gurobi solver on a Linux system. When the problem size is small, it can be solved normally, but when the problem size increases, it reports an error: Segmentation fault....
-
Verify whether the given variables satisfy the constraints?
回答済みAre there any api I can use to verify whether specific variables given by programmer satisfy the constraints? So that I can find wrong constrains write by myself. Thank you