HengTzu Lee
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
HengTzu Leeによる最近のアクティビティ-
Error in setting different LP method
回答済みHi I'm building LP model in the hope to test the speed with different methods. Therefore, after creating a new model, I set the method attribute using the code below. GRBnewmodel(LPenv, &LPmodel, "...
-
Update RHS in C API
回答済みHi I would like to update contraint's RHS several time with the same model. I found ways to update RHS with Python and C# but I don't find anything in C. Can anyone help me, thank you!
-
C/ sum absolute value in objective
回答済みHi, Is there a way to directly have absolute value in the objective without the need to linearize it using Gurobi/C ? Some thing like minimize sum_i |x_i - f_i| Thank you for the help!