Xiaona Liu
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Xiaona Liu-
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.
-
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?
-
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...