Nina Dokeva

Gurobi-versary
First Comment
First Question
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Posts

Recent activity by Nina Dokeva Recent activity Votes
  • How to enter SOC constraints in the C interface

    Answered

    To 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: ...