Nitin Singh

  • Gurobi-versary
  • Conversationalist
  • First Question
  • Total activity 21
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 6
  • Subscriptions 4

Posts

Recent activity by Nitin Singh Recent activity Votes
  • Infeasibility Relaxation with Gurobi

    Answered

    I 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?

    Answered

    I 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

    Answered

    I 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

    Answered

    I have defined sets of constraints using model.addConstrs(), quicksum and generator expression. As an example, take a look at below.  model.addConstrs(        (            gp.quicksum(            ...