vishnuvardhan mahamkali

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

Posts

Recent activity by vishnuvardhan mahamkali Recent activity Votes
  • Adding Quadratic constraint

    Answered

    Hello, I am trying to add a Quadratic constraint to represent the ellipsoid in my model using Gurobipy. The constraint is of the type X.T * inv(covariance) * X at the moment, I use numpy multiplica...

  • MILP with quadratic constraints taking too long to solve

    Answered

    Hello, I have a MILP model with one quadratic constraint in the form xT@A@x <= b. Without adding the quadratic constraint, model solves quickly. When I add the Qconstraint, model.optimize keeps run...