#16466: Add gambit as an optional package
-------------------------------------+-------------------------------------
Reporter: jcampbell | Owner:
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-6.4
Component: packages: | Resolution:
optional | Merged in:
Keywords: | Reviewers: Thierry Monteil,
Authors: James Campbell, | Karl-Dieter Crisman, Travis
Vince Knight | Scrimshaw
Report Upstream: N/A | Work issues:
Branch: | Commit:
u/vinceknight/gambit | 46d9f40550e63653429e69d4b746250a6f3a2a06
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Comment (by kcrisman):
Okay, I think this is fine, except for a few minor issues.
* Add to reference manual?
* Please recheck for duplication like
{{{
+ In [1]: g = gambit.Game.new_table([2,2])
+ In [2]: g = gambit.Game.new_table([2,2])
}}}
* I have a feeling that if this is added to reference, there will be a
hiccup here.
{{{
+Here is a list of various other solvers that can be used:
+
+- ExternalEnumPureSolver
+- ExternalEnumMixedSolver
+- ExternalLPSolver
+- ExternalLCPSolver
+- ExternalSimpdivSolver
+- ExternalGlobalNewtonSolver
+- ExternalEnumPolySolver
+- ExternalLyapunovSolver
+- ExternalIteratedPolymatrixSolver
+- ExternalLogitSolver
+
+ In [22]: solver = gambit.nash.ExternalEnumPureSolver()
+ In [23]: solver.solve(g)
+ Out[23]: [<NashProfile for '': [Fraction(0, 1), Fraction(1, 1),
Fraction(0, 1), Fraction(1, 1)]>]
+
}}}
Because there is what is intended to be a literal block after a list.
You should have another sentence explaining it and then the usual double
colon.
* You will need to add `import gambit` before each of your Ipython
examples, otherwise they don't work.
--
Ticket URL: <http://trac.sagemath.org/ticket/16466#comment:53>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.