Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/pygambit/nash.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ def enumpoly_solve(
) -> NashComputationResult:
""":ref:`Compute Nash equilibria by enumerating all support profiles
of strategies or actions, and for each support finding all totally-mixed equilibria of
the game over that support.<enumpoly_solve>`
the game over that support. <enumpoly>`

Parameters
----------
Expand Down
Loading