Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
180 commits
Select commit Hold shift + click to select a range
231a96e
add new logo
edwardchalstrey1 Aug 12, 2025
df02488
add headers and link
edwardchalstrey1 Aug 12, 2025
047c826
Add livehtml target to Makefile and update build instructions for liv…
edwardchalstrey1 Aug 12, 2025
4ccadc1
tidy navbar
edwardchalstrey1 Aug 12, 2025
bc11922
downgrade Ipython to support current docs build process and add matpl…
edwardchalstrey1 Aug 12, 2025
3b0e6fa
simplify docs landing page
edwardchalstrey1 Aug 12, 2025
644f10d
Add external links and icon links to the HTML theme configuration
edwardchalstrey1 Aug 12, 2025
16301ed
Update PyGambit documentation for clarity and installation instructions
edwardchalstrey1 Aug 12, 2025
0196776
reorder so pygambit first
edwardchalstrey1 Aug 12, 2025
8314fbe
add link to older releases
edwardchalstrey1 Aug 12, 2025
c0699fd
remove download section
edwardchalstrey1 Aug 12, 2025
32c09fb
move bug reports section
edwardchalstrey1 Aug 12, 2025
adf3907
Update developer section to clarify team contributions and provide a …
edwardchalstrey1 Aug 12, 2025
71d08dc
pygambit before tools
edwardchalstrey1 Aug 12, 2025
34467d3
refactor history section to the bottom
edwardchalstrey1 Aug 12, 2025
4b57329
remove empty quickstart doc
edwardchalstrey1 Aug 13, 2025
0b45d0b
add links to docs and site on README
edwardchalstrey1 Aug 13, 2025
16a4da4
developer docs section
edwardchalstrey1 Aug 13, 2025
057c434
update toc with developer section
edwardchalstrey1 Aug 13, 2025
e5e0669
add version number to bug report template
edwardchalstrey1 Aug 13, 2025
67de383
add operating system dropdown to bug report template
edwardchalstrey1 Aug 13, 2025
f01785d
move issues section to top
edwardchalstrey1 Aug 13, 2025
d2aa4db
add contributing code guidelines to documentation
edwardchalstrey1 Aug 13, 2025
5e8f68e
update requirements.txt to specify package versions
edwardchalstrey1 Aug 13, 2025
5ab2aae
ignore 'doc/**' and '.github/ISSUE_TEMPLATE/**' paths in all workflows
edwardchalstrey1 Aug 13, 2025
50b1f5f
also dont run on README.md changes
edwardchalstrey1 Aug 13, 2025
f17749c
Merge branch 'master' into fix/541
edwardchalstrey1 Aug 20, 2025
8f71ad4
Update Python version to 3.11 in Read the Docs configuration
edwardchalstrey1 Aug 20, 2025
2d5091f
add revised logo
edwardchalstrey1 Aug 21, 2025
03836f7
neat centred logo and title
edwardchalstrey1 Aug 21, 2025
8876e32
update ipython and jupyter
edwardchalstrey1 Aug 21, 2025
ffad576
restore old logo
edwardchalstrey1 Aug 21, 2025
0adcedb
initial notebook
edwardchalstrey1 Aug 22, 2025
8be8809
better game setup
edwardchalstrey1 Aug 22, 2025
051f0b5
calculate equilibria
edwardchalstrey1 Aug 22, 2025
afef688
use player names and strategy names instead of indices
edwardchalstrey1 Aug 22, 2025
6856adb
explain strategy profiles and payoffs
edwardchalstrey1 Aug 22, 2025
f1bfeb1
tidy
edwardchalstrey1 Aug 22, 2025
ad039e0
add how to create a game from arrays
edwardchalstrey1 Aug 26, 2025
25e0112
add extensive form example start text
edwardchalstrey1 Aug 27, 2025
0c1dd53
add trust game existing content
edwardchalstrey1 Aug 27, 2025
3830199
explicit API calls
edwardchalstrey1 Aug 27, 2025
35d161d
finish equilibrium explanation with TODO questions
edwardchalstrey1 Aug 27, 2025
d08a66b
rename notebook
edwardchalstrey1 Aug 27, 2025
90bf32f
initial poker setup with information sets
edwardchalstrey1 Aug 27, 2025
5aadcf2
add outcomes and assign to nodes
edwardchalstrey1 Aug 27, 2025
6808cc4
explain the outcomes better
edwardchalstrey1 Aug 27, 2025
5ece960
rename
edwardchalstrey1 Aug 28, 2025
0454515
move trust game into new notebook
edwardchalstrey1 Aug 28, 2025
0a20cbd
read and save games
edwardchalstrey1 Aug 28, 2025
650a4de
explain extensive and normal form game distinction
edwardchalstrey1 Aug 28, 2025
a60d08e
demo saving efg
edwardchalstrey1 Aug 28, 2025
009e033
add to_arrays
edwardchalstrey1 Sep 1, 2025
f8d40ee
explain labels
edwardchalstrey1 Sep 1, 2025
fd8f454
remove todos
edwardchalstrey1 Sep 1, 2025
493a7c1
full notebook content
edwardchalstrey1 Sep 2, 2025
d69eb45
remove equilibrium computation from this example
edwardchalstrey1 Sep 2, 2025
0f2b92a
reference links
edwardchalstrey1 Sep 2, 2025
eb0217e
some notes added to the part before computing equlibria
edwardchalstrey1 Sep 2, 2025
8c76df5
better explanation
edwardchalstrey1 Sep 2, 2025
faa1d81
better explanation
edwardchalstrey1 Sep 2, 2025
5841802
explain better
edwardchalstrey1 Sep 2, 2025
0dcd95f
explain better
edwardchalstrey1 Sep 2, 2025
3a527b0
explain belief
edwardchalstrey1 Sep 2, 2025
15ec069
explain realiz_prob and node_value
edwardchalstrey1 Sep 2, 2025
767010a
rename var
edwardchalstrey1 Sep 2, 2025
118d353
explain strategy payoff better
edwardchalstrey1 Sep 2, 2025
a4f6bf9
explain difference between strategy and behaviour profiles
edwardchalstrey1 Sep 2, 2025
cc35e51
explain strategy and profile classes and subclasses better
edwardchalstrey1 Sep 2, 2025
9fe54d3
compare both methods
edwardchalstrey1 Sep 2, 2025
55ba90b
intro for Acceptance criteria for Nash equilibria section
edwardchalstrey1 Sep 3, 2025
7e034ad
commit before stash
edwardchalstrey1 Sep 4, 2025
776e6a5
Merge branch 'master' into fix/542
edwardchalstrey1 Sep 4, 2025
d095f4b
maxregret
edwardchalstrey1 Sep 5, 2025
52fc26e
end of poker example
edwardchalstrey1 Sep 5, 2025
7787a8a
add section links
edwardchalstrey1 Sep 5, 2025
b91d167
clarify section header
edwardchalstrey1 Sep 5, 2025
abea637
add starting points notebook
edwardchalstrey1 Sep 8, 2025
22d1309
tutorial assumptions
edwardchalstrey1 Sep 8, 2025
fccd9f4
tutorials purpose
edwardchalstrey1 Sep 8, 2025
6c939ed
tutorial 4
edwardchalstrey1 Sep 8, 2025
8df19c3
add qre notebook
edwardchalstrey1 Sep 8, 2025
6525210
add links
edwardchalstrey1 Sep 8, 2025
33d14fe
finish t05
edwardchalstrey1 Sep 8, 2025
c733acf
render tutorials
edwardchalstrey1 Sep 9, 2025
d21ea80
add pandoc to readthedocs config
edwardchalstrey1 Sep 9, 2025
5aeb158
add pandoc to documentation requirements
edwardchalstrey1 Sep 9, 2025
7a16672
fix typos and improve clarity in contributing documentation
edwardchalstrey1 Sep 9, 2025
1113a37
tidy notebooks and add subheader
edwardchalstrey1 Sep 9, 2025
ace7b17
update tutorial section titles
edwardchalstrey1 Sep 9, 2025
198efe3
fix headers
edwardchalstrey1 Sep 9, 2025
2929cf2
separate docs sections
edwardchalstrey1 Sep 9, 2025
26c7348
move tutorials onto pygambit homepage
edwardchalstrey1 Sep 9, 2025
28b15e4
update homepage link to pygambit
edwardchalstrey1 Sep 9, 2025
918036e
reduce user guide to remaining content not in tutorials
edwardchalstrey1 Sep 9, 2025
0c60ac4
add header and link to it for representation of numerical data of a game
edwardchalstrey1 Sep 9, 2025
1be0a2c
move numerical data representation in pygambit to tutorial 03
edwardchalstrey1 Sep 9, 2025
2187e75
restructure to remove original user guide completely
edwardchalstrey1 Sep 10, 2025
da43f31
reorder table and add explanation
edwardchalstrey1 Sep 10, 2025
1e95ff1
remove deprecated user guide link
edwardchalstrey1 Sep 10, 2025
23b637a
save the new table
edwardchalstrey1 Sep 10, 2025
a84201a
update tutorial explainers
edwardchalstrey1 Sep 10, 2025
245816e
correct no of tutorials
edwardchalstrey1 Sep 10, 2025
de9c8a4
fix up algorithm table
edwardchalstrey1 Sep 10, 2025
a57dedd
break up the PyGambit page appropriately
edwardchalstrey1 Sep 10, 2025
bf2b2d0
refine tutorial titles and sections
edwardchalstrey1 Sep 10, 2025
c7357c9
refactor developer doc
edwardchalstrey1 Sep 10, 2025
67dfd8d
update running_locally tutorial with detailed setup instructions
edwardchalstrey1 Sep 10, 2025
342e9a6
update tutorial names
edwardchalstrey1 Sep 10, 2025
0c9927f
take prisoners dilemma out of summary details tags
edwardchalstrey1 Sep 10, 2025
98b6650
move import
edwardchalstrey1 Sep 10, 2025
f1257bc
final save t01
edwardchalstrey1 Sep 10, 2025
4d52f4e
use reference not link
edwardchalstrey1 Sep 10, 2025
19646cb
rerun cells
edwardchalstrey1 Sep 10, 2025
2679932
tidy top markdown
edwardchalstrey1 Sep 10, 2025
0ac02bb
explain better
edwardchalstrey1 Sep 10, 2025
22895b3
typo
edwardchalstrey1 Sep 10, 2025
759aa1f
explain better
edwardchalstrey1 Sep 10, 2025
10ecaf8
typo
edwardchalstrey1 Sep 10, 2025
c21da80
indent episilon equilibria text
edwardchalstrey1 Sep 10, 2025
5c13a18
rerun notebook cells
edwardchalstrey1 Sep 10, 2025
14ebad3
tidy t4 and t5
edwardchalstrey1 Sep 10, 2025
3419a71
resave nb outputs
edwardchalstrey1 Sep 15, 2025
eaa8ce1
use prior_action.label as node labels
edwardchalstrey1 Sep 18, 2025
e55cbed
use Node.prior_action.label to set node labels
edwardchalstrey1 Sep 18, 2025
b270578
add mac install instructions
edwardchalstrey1 Sep 18, 2025
7edeb84
add mac, windows, linux
edwardchalstrey1 Sep 18, 2025
6310fd8
Add final installation instruction for the Gambit application on macOS
edwardchalstrey1 Sep 18, 2025
729fd4a
update gitignore
edwardchalstrey1 Sep 19, 2025
8a55070
link to releases page
edwardchalstrey1 Sep 19, 2025
f468da4
Merge branch 'gui-install' into openspiel-tutorial
edwardchalstrey1 Sep 19, 2025
0b5bd75
Add tutorial for OpenSpiel and Gambit workflow
edwardchalstrey1 Sep 19, 2025
d4509cc
get a matrix rock-paper-scissors game from OpenSpiel in Gambit
edwardchalstrey1 Sep 19, 2025
5247821
add openspiel to doc requirements
edwardchalstrey1 Sep 19, 2025
c0b0586
add example of using OpenSpiel to approach Nash equilibria via evolut…
edwardchalstrey1 Sep 19, 2025
f73f5c0
label gambit players
edwardchalstrey1 Sep 22, 2025
a576183
hanabi extensive form example
edwardchalstrey1 Sep 25, 2025
056a8cd
explain hanabi choice and error
edwardchalstrey1 Oct 2, 2025
7470aa3
play tiny hanabi with RL
edwardchalstrey1 Oct 2, 2025
18a3a93
add explanation
edwardchalstrey1 Oct 2, 2025
fa53f2b
update explainer text
edwardchalstrey1 Oct 3, 2025
c42bf90
tidy intro
edwardchalstrey1 Oct 3, 2025
f249490
explain game library
edwardchalstrey1 Oct 3, 2025
1b837d5
add nfg alternative
edwardchalstrey1 Oct 3, 2025
ed77b9d
avoid saving efg file
edwardchalstrey1 Oct 3, 2025
4972b8a
use the game_to_nfg_string function
edwardchalstrey1 Oct 3, 2025
a2f5c65
rerun nb
edwardchalstrey1 Oct 3, 2025
8b09d84
add game title
edwardchalstrey1 Oct 3, 2025
91b61fc
you can create games in OpenSpiel
edwardchalstrey1 Oct 3, 2025
ce7f5a5
simpligy tensor game creation
edwardchalstrey1 Oct 3, 2025
b826a8e
simplify create_matrix_game
edwardchalstrey1 Oct 3, 2025
cfbc2e6
load_efg_game and load_nfg_game funcs
edwardchalstrey1 Oct 3, 2025
917d144
load_nfg_game findings
edwardchalstrey1 Oct 6, 2025
781a51d
manual play of one card poker
edwardchalstrey1 Oct 6, 2025
a8813d0
explain API differences better
edwardchalstrey1 Oct 6, 2025
e539f09
normal form playthrough
edwardchalstrey1 Oct 6, 2025
06990a3
evolutionary dynamics chart
edwardchalstrey1 Oct 6, 2025
7542dc8
add plot for prisoners dilemma
edwardchalstrey1 Oct 6, 2025
3edbec8
remove extra parts
edwardchalstrey1 Oct 6, 2025
1b2591e
better explanation of Gambit EFG
edwardchalstrey1 Oct 6, 2025
2acc73e
explain playing one card poker in OpenSpiel
edwardchalstrey1 Oct 6, 2025
3160dba
update what the notebook does
edwardchalstrey1 Oct 6, 2025
521bf76
plot rps dynamics
edwardchalstrey1 Oct 7, 2025
4f4daed
update gitignore to exclude .so files
edwardchalstrey1 Oct 7, 2025
0322b46
tidy text
edwardchalstrey1 Oct 7, 2025
fdb6e70
explain difference between the rps and pd dynamics
edwardchalstrey1 Oct 7, 2025
8372cdb
remind explananation of pd
edwardchalstrey1 Oct 7, 2025
88061df
more tidying
edwardchalstrey1 Oct 7, 2025
f6f7b9e
explain better that Tiny hanabi learned strategies are consistent wit…
edwardchalstrey1 Oct 7, 2025
2fd3c6a
final explaination of poker
edwardchalstrey1 Oct 7, 2025
57c8377
resave outputs
edwardchalstrey1 Oct 7, 2025
b14a643
add to toctree and give number
edwardchalstrey1 Oct 7, 2025
a6901dc
plot the convergence of the time average of strategies
edwardchalstrey1 Oct 20, 2025
d03a125
show difference between plotting the current strategy proportions vs.…
edwardchalstrey1 Oct 20, 2025
7ba2fde
clearly show average strategy convergence in RPS
edwardchalstrey1 Oct 20, 2025
5094652
cite OpenSpiel nb
edwardchalstrey1 Oct 20, 2025
73fb533
better explanations
edwardchalstrey1 Oct 20, 2025
4fdad5b
better y axis label
edwardchalstrey1 Oct 20, 2025
23484bd
better explanation of replicator dynamics with msp terminology
edwardchalstrey1 Oct 20, 2025
fd26b15
rerun nb
edwardchalstrey1 Oct 20, 2025
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ _build
build
*.egg-info
*.pyc
*.so

config.guess
config.sub
Expand All @@ -37,3 +38,5 @@ gambit
.python-version
dist
.venv
*.dmg
Gambit.app/*
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ build:
python: "3.13"
apt_packages:
- libgmp-dev
- pandoc

python:
install:
Expand Down
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"IPython.sphinxext.ipython_console_highlighting",
"IPython.sphinxext.ipython_directive",
"sphinx_design",
"nbsphinx",
]

# IPython directive configuration
Expand Down
20 changes: 11 additions & 9 deletions doc/developer.contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ When reporting a bug, please be sure to include the following:
sample game file or files if appropriate; it is often helpful to
simplify the game if possible.

.. _contributing-code:

Contributing code
----------------

Expand Down Expand Up @@ -57,31 +59,31 @@ The project is hosted on GitHub, and contributions can be made via pull requests
Editing this documentation
--------------------------

1. If you haven't already, clone the Gambit repository from GitHub: ::
1. `Install Pandoc <https://pandoc.org/installing.html>`_ for your OS

2. If you haven't already, clone the Gambit repository from GitHub: ::

git clone https://github.com/gambitproject/gambit.git
cd gambit

2. Either install the docs requirements into your existing PyGambit development environment, or create a new virtual environment and install both the requirements and PyGambit there. For example, you can use `venv` to create a new environment: ::
3. Either install the docs requirements into your existing PyGambit development environment, or create a new virtual environment and install both the requirements and PyGambit there. For example, you can use `venv` to create a new environment: ::

python -m venv docenv
source docenv/bin/activate

3. Install the requirements and make the docs: ::
4. Install the requirements and make the docs: ::

pip install .
cd doc
pip install -r requirements.txt
make html # or make livehtml for live server with auto-rebuild

4. Open ``doc/_build/html/index.html`` in your browser to view the documentation.
5. Open ``doc/_build/html/index.html`` in your browser to view the documentation.

5. Make any changes you want to the `.rst` files in the ``doc`` directory and rebuld the documentation to check your changes.
6. Make any changes you want to the `.rst` files in the ``doc`` directory and rebuild the documentation to check your changes.

6. Follow the usual GitHub workflow to commit your changes and push them to the repository.
7. Follow the usual GitHub workflow (see :ref:`contributing-code` above) to commit your changes and push them to the repository.

7. Core developers will review your changes and merge to the master branch, which automatically deploys the documentation via the ReadTheDocs service.
8. Core developers will review your changes and merge to the master branch, which automatically deploys the documentation via the ReadTheDocs service.

.. TODO: Add instructions for the GitHub workflow during contributor docs refactoring.
See https://github.com/gambitproject/gambit/issues/541

62 changes: 62 additions & 0 deletions doc/gui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,68 @@ To build larger games or to explore parameter spaces of a game
systematically, it is recommended to use
:ref:`the Python package <pygambit>`.

Installation
------------

To install the Gambit GUI, visit the `Gambit releases page on GitHub <https://github.com/gambitproject/gambit/releases>`_ and download the appropriate installer or package for your operating system.
Each release includes pre-built binaries for Windows, macOS, and Linux distributions, accessible under the "Assets" section of each release.

.. dropdown:: Manual macOS Build Instructions
:class-container: sd-border-0

To build and install the Gambit GUI from source on macOS, follow these steps:

1. **Install build dependencies:**

.. code-block:: bash

brew install automake autoconf libtool

.. note::
If you encounter interpreter errors with autom4te, you may need to ensure
your Perl installation is correct or reinstall the autotools:

.. code-block:: bash

brew reinstall automake autoconf libtool

2. **Download and build wxWidgets:**

.. code-block:: bash

curl -L -O https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.8/wxWidgets-3.2.8.tar.bz2
tar xjf wxWidgets-3.2.8.tar.bz2
cd wxWidgets-3.2.8
mkdir build-release
cd build-release
../configure --disable-shared --disable-sys-libs
make -j4
sudo make install

3. **Build and install Gambit:**

Navigate back to the Gambit source directory and run:

.. code-block:: bash

aclocal
automake --add-missing
autoconf
./configure
make
sudo make install

4. **Create macOS application bundle:**

To create a distributable DMG file:

.. code-block:: bash

make osx-dmg

5. **Install the application:**

After creating the DMG file, open it and drag the Gambit application to your Applications folder.

.. toctree::
:maxdepth: 2
Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ construction and analysis of finite extensive and strategic games.

.. grid::

.. grid-item-card:: Python user guide
.. grid-item-card:: Python tutorials and user guide
:columns: 6

An introduction to using the ``pygambit`` package
in Python.

.. button-ref:: pygambit-user
.. button-ref:: pygambit
:ref-type: ref
:click-parent:
:color: secondary
Expand Down
31 changes: 31 additions & 0 deletions doc/pygambit.external_programs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Using external programs to compute Nash equilibria
==================================================

Because the problem of finding Nash equilibria can be expressed in various
mathematical formulations (see [McKMcL96]_), it is helpful to make use
of other software packages designed specifically for solving those problems.

There are currently two integrations offered for using external programs to solve
for equilibria:

- :py:func:`.enummixed_solve` supports enumeration of equilibria in
two-player games via `lrslib`. [#lrslib]_
- :py:func:`.enumpoly_solve` supports computation of totally-mixed equilibria
on supports in strategic games via `PHCpack`. [#phcpack]_

For both calls, using the external program requires passing the path to the
executable (via the `lrsnash_path` and `phcpack_path` arguments, respectively).

The user must download and compile or install these programs on their own; these are
not packaged with Gambit. The solver calls do take care of producing the required
input files, and reading the output to convert into Gambit objects for further
processing.


.. [#lrslib] http://cgm.cs.mcgill.ca/~avis/C/lrs.html

.. [#phcpack] https://homepages.math.uic.edu/~jan/PHCpack/phcpack.html

.. [McKMcL96] McKelvey, Richard D. and McLennan, Andrew M. (1996) Computation of equilibria
in finite games. In Handbook of Computational Economics, Volume 1,
pages 87-142.
68 changes: 60 additions & 8 deletions doc/pygambit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,70 @@
PyGambit
========

Gambit provides a Python package, ``pygambit``, which is available on `PyPI
<https://pypi.org/project/pygambit/>`_.
The Gambit Python package, ``pygambit``, is available on `PyPI <https://pypi.org/project/pygambit/>`_ and can be installed with pip::

Installation
------------
pip install pygambit

To install the package, use the following command::

pip install pygambit
For newcomers to Gambit, we recommend reading through the PyGambit tutorials, which demonstrate the API's key capabilities for analyzing and solving Game Theory games.
These tutorials are available to be run interactively as Jupyter notebooks, see :ref:`local_tutorials`.
All of the tutorials assume a basic knowledge of programming in Python.

Tutorials **1-3** assume no prior knowledge of Game Theory or the PyGambit API and provide detailed explanations of the concepts and code.

.. toctree::
:maxdepth: 2

tutorials/01_quickstart
tutorials/02_extensive_form
tutorials/03_poker

Tutorials **4-5** assume some familiarity with the PyGambit API and Game Theory terminology and concepts including:

- Nash equilibria
- Pure and mixed strategies
- Simplex representations of available strategies
- Logit quantal response equilibrium (LQRE) correspondence

.. toctree::
:maxdepth: 2

tutorials/04_starting_points
tutorials/05_quantal_response
tutorials/06_gambit_with_openspiel

You may also wish to read:

.. toctree::
:maxdepth: 2

tutorials/running_locally
pygambit.external_programs

Algorithms for computing Nash equilibria
----------------------------------------

Interfaces to algorithms for computing Nash equilibria are provided in :py:mod:`pygambit.nash`.
The table below summarizes the available PyGambit functions and the corresponding Gambit CLI commands.

========================================== ========================================
CLI command PyGambit function
========================================== ========================================
:ref:`gambit-enumpure <gambit-enumpure>` :py:func:`pygambit.nash.enumpure_solve`
:ref:`gambit-enummixed <gambit-enummixed>` :py:func:`pygambit.nash.enummixed_solve`
:ref:`gambit-lp <gambit-lp>` :py:func:`pygambit.nash.lp_solve`
:ref:`gambit-lcp <gambit-lcp>` :py:func:`pygambit.nash.lcp_solve`
:ref:`gambit-liap <gambit-liap>` :py:func:`pygambit.nash.liap_solve`
:ref:`gambit-logit <gambit-logit>` :py:func:`pygambit.nash.logit_solve`
:ref:`gambit-simpdiv <gambit-simpdiv>` :py:func:`pygambit.nash.simpdiv_solve`
:ref:`gambit-ipa <gambit-ipa>` :py:func:`pygambit.nash.ipa_solve`
:ref:`gambit-gnm <gambit-gnm>` :py:func:`pygambit.nash.gnm_solve`
========================================== ========================================

API documentation
----------------

.. toctree::
:maxdepth: 2

pygambit.user
pygambit.api
pygambit.api
Loading