
Harsh Gangwar
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Harsh Gangwar-
Harsh Gangwar commented,
Thanks Ronald, for the quick response. This error first occurred when I tried integrating Gurobi Optimizer with JuMP models via Gurobi.jl module. Later on, to circumvent the problem I tried to seri...
-
Harsh Gangwar created a post,
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...
-
Harsh Gangwar commented,
"'gurobipy.MVar' object has no attribute 'values'", I also checked Gurobi python API documentation the method values() is not listed there for the Mvars.
-
Harsh Gangwar created a post,
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. ...