-
-
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
Extend support enumeration to N-player games #47
Comments
Well-known polynomial equation solvers (not in Julia): Some discussion: https://groups.google.com/forum/?fromgroups=#!topic/julia-users/HTbw39F0ejc |
Are these applicable? |
The plan is to make SemialgebraicSets.jl independent on the algorithm/library used a bit like Polyhedra.jl. It would of course also be nice to add wrappers to C/C++ libraries like Bertini to be used through the same interface :-P |
@blegat Thanks. Sounds great! |
By using a nonlinear equation/complementarity problem solver or a polynomial equation solver (if any).
What packages are available in Julia (and in Python)?
The text was updated successfully, but these errors were encountered: