Enumerate all vertices of polytope
AnsweredIs there any way I can enumerate all the vertices of the polytope that I have specified using Gurobi?
1
-
Hi Grigoris,
For MIPs, you can use the PoolSearchMode and PoolSolutions parameters to find multiple feasible solutions.
When it comes to enumerating all vertices of a convex polytope, there is no such way implemented in Gurobi. You might be interested in the OR stackexchange post How to find all vertices of a polyhedron? and maybe the software polymake.
Best regards,
Jaromił0
Please sign in to leave a comment.
Comments
1 comment