
Nina Dokeva
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Nina Dokeva-
How to enter SOC constraints in the C interface
AnsweredTo represent the constraint ||{x,y}||<z I tried adding lower variable bounds lbound[0] = -GRB_INFINITY; lbound[1] = -GRB_INFINITY; lbound[2] =0.; and then from the example tour document: /* Cone: ...