Josh Kirk
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Posts
Recent activity by Josh Kirk-
JuMP model is feasible where gurobipy model is infeasible
AnsweredI am coming to gurobipy from JuMP (Julia) and having problems with feasibility. I expect the following problem to be feasible but gurobi states it is not ```python T = np.array([[ 0, -10, -10]...