Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
30 changes: 0 additions & 30 deletions build/pkgs/gambit/SPKG.rst

This file was deleted.

4 changes: 0 additions & 4 deletions build/pkgs/gambit/checksums.ini

This file was deleted.

4 changes: 0 additions & 4 deletions build/pkgs/gambit/dependencies

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/gambit/distros/homebrew.txt

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/gambit/distros/repology.txt

This file was deleted.

Empty file removed build/pkgs/gambit/math
Empty file.
1 change: 0 additions & 1 deletion build/pkgs/gambit/package-version.txt

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions build/pkgs/gambit/spkg-install.in

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/gambit/type

This file was deleted.

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
139 changes: 0 additions & 139 deletions src/sage/game_theory/gambit_docs.py

This file was deleted.

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