#17392: Make list of built-in normal form games
-------------------------------------+-------------------------------------
       Reporter:  kcrisman           |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  minor              |    Milestone:  sage-6.8
      Component:  game theory        |   Resolution:
       Keywords:  days64             |    Merged in:
        Authors:  Vincent Knight,    |    Reviewers:  Karl-Dieter Crisman,
  James Campbell                     |  Travis Scrimshaw
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/vinceknight/catalog_of_games     |  c69c39ac1241075f6888717a6462fbd0ab6e232d
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by tscrim):

 * reviewer:  Karl-Dieter Crisman => Karl-Dieter Crisman, Travis Scrimshaw


Comment:

 So the issue is that the output order is not unique because it is from a
 python dict. The usual response  is to run `sorted(obj)` where `obj` is
 some object which represents the desired output. The other thing you could
 do (either with the previous or just this) is
 {{{
 Travellers dilemma - Normal Form Game with the following utilities: ...
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/17392#comment:65>
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.

Reply via email to