Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
src/sage/game_theory/normal_form_game.py: Remove suggestion to use 's…
…age -i gambit'
  • Loading branch information
Matthias Koeppe committed Apr 27, 2024
commit 7f354a747dd60dbeb0a323b9ffb161613a2bd93f
1 change: 0 additions & 1 deletion src/doc/en/reference/game_theory/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Game Theory
sage/game_theory/matching_game
sage/game_theory/normal_form_game
sage/game_theory/catalog_normal_form_games
sage/game_theory/gambit_docs
sage/game_theory/parser

.. include:: ../footer.txt
3 changes: 1 addition & 2 deletions src/sage/game_theory/normal_form_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@
`Gambit <http://gambit.sourceforge.net/>`_ [Gambit]_. At present this is
the only gambit algorithm available in sage but further development will
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is "available in sage" accurate? Are you just leaving it as is for the follow-up PR?

hope to implement more algorithms
(in particular for games with more than 2 players). To install it,
type ``sage -i gambit`` in the shell.
(in particular for games with more than 2 players).

* ``'enumeration'``: Support enumeration for 2 player games. This
algorithm is hard coded in Sage and checks through all potential
Expand Down