package pgsolver
A collection of tools for generating, manipulating and - most of all - solving parity games
Install
dune-project
Dependency
Authors
Maintainers
Sources
pgsolver-4.4.tbz
sha256=83e49699803a887bbf318425f5be02513976feba8f50e1c18c8f453046acfac2
sha512=4b7b05f175a5f07a312bc3249d0c82829d9ae3f428ed06fa79a26a32025cdaf653bb3d27ade1e715940cd45e15eac12f0b65594864de162f0cfd5c038de45320
doc/README.html
PGSolver
A collection of tools for generating, manipulating and - most of all - solving parity games.
Version 4.4, Copyright (c) 2008-2025, BSD 3 LICENSE
It is developed and maintained by:
- (c) Oliver Friedmann, University of Munich (http://oliverfriedmann.com)
- (c) Martin Lange, University of Kassel (http://carrick.fmv.informatik.uni-kassel.de/~mlange/)
Documentation
Please consult ./doc/pgsolver.pdf
for a guide to installation, usage and development of this tool.
OPAM
You can install this package via OPAM under the name pgsolver
.
Commands
Build
dune build
Release
- Change version in
dune-project
. - Update
CHANGES.md
. - Run
dune build
. - Commit
git status
git add -A
git commit -m "message"
git tag v0.x [--force]
git push origin master --tags [--force]
- Release
dune-release tag
dune-release distrib
dune-release publish
dune-release opam pkg
dune-release opam submit
Examples
Run the exponential lower bound construction for Zadeh's rule on PGSolver:
bin/stratimprgen -pg zadehexp [n] | bin/pgsolver -dsd -dgo -dlo -dsg -v 2 -jh -global policyiter -x -sfse
where [n] is the index of the game, e.g. 3.