Skip to content
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

Expose new lrslib features: lrsnash, 2nash #20969

Open
mkoeppe opened this issue Jul 7, 2016 · 3 comments
Open

Expose new lrslib features: lrsnash, 2nash #20969

mkoeppe opened this issue Jul 7, 2016 · 3 comments

Comments

@mkoeppe
Copy link
Contributor

mkoeppe commented Jul 7, 2016

#20886 upgraded lrslib to version 6.2. This version, according to http://cgm.cs.mcgill.ca/~avis/C/lrs.html, has the following new features:

  • lrsnash, 2nash: Computes all Nash equlibria of a two person non-cooperative game. 2nash is a 2-processor parallel version

Depends on #20886
Depends on #21012

CC: @dimpase @videlec @mkoeppe @fchapoton @kiwifb @tscrim @drvinceknight @theref @jdemeyer @kcrisman

Component: game theory

Issue created by migration from https://trac.sagemath.org/ticket/20969

@dimpase
Copy link
Member

dimpase commented Jul 7, 2016

comment:1

note that there is some lrslib/Nash things already in Sage, see
sage/game_theory/normal_form_game.py: sage: g.obtain_nash(algorithm='lrs') # optional - lrslib

@mkoeppe
Copy link
Contributor Author

mkoeppe commented Jul 16, 2016

comment:2

#21012 already uses lrsnash as replacement for old nash.

@mkoeppe
Copy link
Contributor Author

mkoeppe commented Jul 16, 2016

Changed dependencies from #20886 to #20886, #21012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants