Yuqi Su
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Yuqi Su-
R Gurobi - how to add quadratic constraint with linear terms into the model?
AnsweredHi, I am trying to solve an MIP model with quadratic constraints involving linear term (R interface): x^2+y^2+xy+y < 3 (for example) From the tutorial example, it shows how to add a quadratic const...