Nitin Singh
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 4
Posts
Recent activity by Nitin Singh-
Infeasibility Relaxation with Gurobi
AnsweredI have an infeasible model. I am attempting to perform Infeasibility Relaxation with model.feasRelax. While doing that, I am trying to keep a certain number of constraints outside of the analysis i...
-
LinExpr() as a faster alternative to quicksum() for constraint building?
AnsweredI have defined sets of constraints using model.addConstrs(), quicksum and generator expression. As an example, take a look at below. model.addConstrs( ( gp.quicksum( ...
-
Which constraints are active at Optimization Termination
AnsweredI have a MILP model which is solved to optimality by Gurobi. I would now like to know which constraints are active at optimization termination i.e. constraints that are limiting. I found on the for...
-
Adding indexed name to a complex constraint
AnsweredI have defined sets of constraints using model.addConstrs(), quicksum and generator expression. As an example, take a look at below. model.addConstrs( ( gp.quicksum( ...