Yen-Yu Chen
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Yen-Yu Chen-
Yen-Yu Chen commented,
Hi Thomas, Thanks for the reply. The problem was indeed caused by me not defining lower bound/upper bound. I added the bounds in the add variable section and now it works!
-
Yen-Yu Chen created a post,
Solvable Simultaneous Equations Returns "Infeasible model"
AnsweredI am trying to solve a set of 10 by 10 simultaneous equations using gurobipy. The original code is shown below: import gurobipy as gpimport numpy as npA = np.array([[0, 0, -2.25171, -8.95928, -4.47...