Linne Li
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Linne Li-
Linne Li commented,
OK, I got it. The problem is my bound N, I got no assigned value because I have no feasible solution at all. Very negligent. Thanks for your time!
-
Linne Li commented,
I upload some details. Actually, after optimization, the var in m.getVars() has no accessible X attribute. I tried several ways with different objective functions, but they weren't working at all. ...
-
Linne Li created a post,
How to obtain a feasible solution within constraints?
AnsweredHere's my model, and the output x has no assigned value, how could I obtain a feasible solution? def Optimisation(distance, P, log_file=None): setParam("LogToConsole", 0) R = [i for i in ...