shengzhi lai
- 合計アクティビティ 17
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 6
アクティビティの概要
shengzhi laiさんの最近のアクティビティ-
shengzhi laiさんが投稿を作成しました:
Can I solve an SDP as a QP equivalently using Gurobi?
回答済みSince Gurobi does not support SDP for now, can I solve an SDP as an QP? If so, are the two problems equivalent?
-
shengzhi laiさんが投稿を作成しました:
Is their MVar in Java API as in Python API?
回答済みI see that there is MVar in Python API which is very convenient. But is there a similar thing for Java API? And is this MVar used only for modeling conveniences? I mean will the final model (the .l...
-
shengzhi laiさんがコメントを作成しました:
Jaromił Najman. Thank you for this very detailed answer! I will check more on this top.
-
shengzhi laiさんが投稿を作成しました:
Convert Binary Linear Program to Convex Quadratic Program
回答済みDear specialists, I have seen some simple cases that convert a Binary Linear Program (BLP) to a Convex Quadratic Program (CQP) by relaxing the binary variables to continuous ones and introducing so...
-
shengzhi laiさんがコメントを作成しました:
Hello lin chen, May I have the reference paper or book of the screenshot in your post? I am working on relaxing a binary linear program. Thank you!
-
shengzhi laiさんがコメントを作成しました:
Thank you, Riley! I will check the video.
-
shengzhi laiさんがコメントを作成しました:
Thanks again! I will try this out.
-
shengzhi laiさんが投稿を作成しました:
How can I cite the original resource of the modeling tricks of the general constraints?
回答済みDear Friends, I see that Gurobi has many general constraints like ABS, MAX, Piecewise-linear constraints... which are using tricks to model them in a linear way. I am using some of them and I want ...
-
shengzhi laiさんがコメントを作成しました:
Thanks for your advice. In my case, each core will have one model running. So, do you mean it is better to set N1*N2 = #total cores (64 here), like N1=32, N2=2,or N1=64, N2=1, so that N1 models wil...
-
shengzhi laiさんがコメントを作成しました:
Yes, Jaromił. That's correct.