ece kayacik

  • Gurobi-versary
  • First Question
  • Total activity 3
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 1

Posts

Recent activity by ece kayacik Recent activity Votes
  • RHS Value

    Awaiting user input

    Hello, I get the RHS value of constraints with: for c in model.getConstrs():         c.rhs However, for the RHS values less than 0.05, c.rhs gives 0. I would like to know whether it is possible to ...