A collection of tools for generating, manipulating and - most of all - solving parity games.
Version 4.1, Copyright (c) 2008-2017
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/)
Please consult ./doc/pgsolver.pdf
for a guide to installation, usage and development of this tool.
Install the OCaml Package Manager OPAM.
Then:
opam update
opam upgrade
opam switch 4.03.0
eval `opam config env`
opam install ocamlbuild ocamlfind ounit TCSLib extlib ocaml-sat-solvers minisat
git clone https://github.com/tcsprojects/pgsolver.git
cd pgsolver
ocaml setup.ml -configure
ocaml setup.ml -build