Laura Lor
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Laura Lor-
How to include scalars in the objective using c++
AnsweredHi, I have a problem in which I want to minimize (Ax + B(y + 1)) where A and B are scalars and x,y are boolean variables. I am using the function GRBaddvars(model, num_var, 0, NULL, NULL, NULL, ob...