Sen Xue
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Sen Xue-
Convert a LP in a form of matrix
AnsweredI 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...