Kiera Dobbs
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Kiera Dobbs-
Can Gurobi always find multiple optimal solutions if they exist?
AnsweredI have implemented an assignment problem with gurobipy and would like to find multiple optimal assignments, not just one (I know multiple exist). I've set PoolSearchMode = 2 and PoolSolutions = 10,...