Xi He
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Xi He-
Xi He commented,
Hi Jaromił, Many thanks for your explanations, I am so sorry for this tiny mistake, hope you will be good and well! Best, Xi
-
Xi He commented,
Hi Jaromił, Here is the code that I provide the input, you can change N to get infeasible or feasible model. import numpy as npimport gurobipy as gpfrom gurobipy import GRBfrom scipy import sparsef...
-
Xi He commented,
Hi Jormil, Many thanks for your explanations, but this cannot solve my problem, maybe I didn't explain it very well. Let me rephrase my question, my problem is not about how to detect if my model i...
-
Xi He created a post,
Infeasible model in python project
AnsweredI try to use gurobipy to solve a linear programming problem, but when I try to run my code, no matter what input that I give, the result always be infeasible model. Here is my code where x is numpy...