gambit

Software tools for representing, analyzing, and solving games

brewmacoslinux
Try with needOr install directly
Source

About

Software tools for game theory

Commands

gambit-enumpuregambit-enummixedgambit-lpgambit-supportgambit-convertpygambit

Examples

Convert a game file from one format to another$ gambit-convert -i nfg -o svg game.nfg -o game.svg
Find Nash equilibria using support enumeration$ gambit-enumpure game.nfg
Use Python interface to analyze games programmatically$ python3 -c "import pygambit; g = pygambit.Game.read_game('game.nfg'); print(g)"