YJ Z
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
YJ Zさんの最近のアクティビティ-
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...
-
YJ Zさんがコメントを作成しました:
Thanks a lot!
-
YJ Zさんがコメントを作成しました:
When S_range =range(12), E_range=range(1,13),W_range = range(17),H_range = range(17), it can be executed normally,but when S_range = range(24),E_range = range(1,25),it reports an error.
-
YJ Zさんが投稿を作成しました:
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....
-
YJ Zさんが投稿を作成しました:
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