Shizhe Zhao
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Shizhe Zhao-
Shizhe Zhao created a post,
How to distinguish the scenarios between "TIMEOUT with feasible solution" and "TIMEOUT without feasible solution"?
AnsweredHi, I'm trying to distinguish the scenarios mentioned in the title, in Python. More specifically, I have code like: ...m.optimize()res = {}# In this case, I clearly know there is not solution if m....