Harsh Gangwar

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

Posts

Recent activity by Harsh Gangwar Recent activity Votes
  • Trouble importing Nonlinear constraints to Gurobi models

    Awaiting user input

    I am trying to import JuMP or MathOpt Models to Gurobi recognized model formats (.mps, .rew, .lp). All seem to throw the same error during conversion: MathOptInterface.UnsupportedConstraint{MathOpt...

  • Accessing the values of Mvars during optimization

    Answered

    Hi everyone, I am currently working on a project where I need to solve optimization models defined using PyCUTEst with Gurobi. My primary objective is to transfer PyCUTEst models to Gurobi models. ...