-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vertex enumeration #155
base: main
Are you sure you want to change the base?
Vertex enumeration #155
Conversation
@samwycherley Thank you for the PR! First of all, will you add your test file to runtests.jl by include("test_vertex_enumeration.jl") |
@oyamad Sorry, should be fixed now |
Thanks.
|
|
Co-authored-by: Daisuke Oyama <[email protected]>
Thanks for the suggestions! It should now work that inputting |
Great!
|
Added. I've also moved |
Adds the vertex enumeration algorithm from B. von Stengel, Chapter 3 in Nisan et al (eds.) Algorithmic Game Theory (2007), using
Polyhedra.jl
. Still not quite as fast assupport_enumeration
(but close).