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 <Oyama.Daisuke@gmail.com>
|
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).