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

Posts

Recent activity by Sen Xue Recent activity Votes
  • 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...