Skip to content
Discussion options

You must be logged in to vote

A few points:

  1. Porter-Nudelman-Shoham claims are too strong I would say.
  2. Implementation matters a lot and enumpoly works for any number of players -- for a bimatrix game one would want a purely "linear" implementation rather than using general polynomial equation solvers. While not linear, you can try with PHCpack (https://gambitproject.readthedocs.io/en/stable/tutorials/advanced_tutorials/pygambit.external_programs.html) which is likely faster than our internal implementation. For a purely linear implementation you may need to role your own.
  3. You can also try https://github.com/gambitproject/lemke
  4. Don't forget enummixed, again with the external lrs (https://cgm.cs.mcgill.ca/~avis/C/lrs.html

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by fvz185
Comment options

You must be logged in to vote
9 replies
@fvz185
Comment options

@rahulsavani
Comment options

@fvz185
Comment options

@rahulsavani
Comment options

@rahulsavani
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants