Sen Xue

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

Activity overview

Latest activity by Sen Xue
  • Sen Xue commented,

    Thanks a lot. beside, I found that not only the variable bounds is not set, but some row of matrix A and b must be reset according to the corresponding constr sense, the code is for i in range(len(...

  • Sen Xue created a post,

    Convert a LP in a form of matrix

    Answered

    I try to convert a LP in a form of matrix, i.e., Ax <=b. The code is shown below. However, the optimal solution value is different. What dis I miss? import gurobipy as gpfrom gurobipy import GRBimp...