Cong Jin

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

Posts

Recent activity by Cong Jin Recent activity Votes
  • RC in Simplex Method

    Answered

    Hello. How do I get the reduced cost of the slack variable in the specified inequality constraint after the model has been solved to optimality and a basic solution is available. Excuse me, are the...

  • RHS in simplex method

    Answered

    Hello. My question is how can I get the Δb mentioned in the figure below? Is there any related attribute in GUROBI that can be used to find Δb?

  • Get the reduced cost

    Answered

    Hello. How to get the reduced cost of the slack variable in the corresponding constraint when calling gurobi in python? Thank you.

  • RHS value

    Answered

    Hello, how can I get the largest negative change in the RHS and the largest positive change in the RHS of the corresponding constraint when I call gurobi with python? Thank you.