Harsh Gangwar
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Harsh Gangwar-
Trouble importing Nonlinear constraints to Gurobi models
Awaiting user inputI 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
AnsweredHi 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. ...