Xiaona Liu
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Xiaona Liu-
Xiaona Liu commented,
Hi, Jaromił, Thank you very much for your answer, which is helpful to me. I think I should change the unbounded status of the model.
-
Xiaona Liu commented,
Hi, Jaromił The model is unbounded, can the attribute 'x' be used in the first part of the code above? Isn't the attribute 'x' only available in the optimal status?
-
Xiaona Liu commented,
Thank you very much for your answer. When I run this part of the code, I can get the value of the variable, like mentioned above print("Obj:", m1.objVal)for w in m1.getVars(): print(f"{w.varName...
-
Xiaona Liu created a post,
The model is unbounded, why can I get the value of the variable?
AnsweredThis is the information obtained Set parameter DualReductions to value 0Set parameter InfUnbdInfo to value 1Gurobi Optimizer version 9.5.1 build v9.5.1rc2 (win64)Thread count: 4 physical cores, 8 l...