HengTzu Lee
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by HengTzu Lee-
HengTzu Lee created a post,
Error in setting different LP method
AnsweredHi 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, "...
-
HengTzu Lee created a post,
Update RHS in C API
AnsweredHi 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!
-
HengTzu Lee created a post,
C/ sum absolute value in objective
AnsweredHi, 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!