Linne Li
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Linne Li-
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 ...