tcsprojects / pgsolver

A collection of tools for generating, manipulating and - most of all - solving parity games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PGSolver

A collection of tools for generating, manipulating and - most of all - solving parity games.

Version 4.3, Copyright (c) 2008-2024, BSD 3 LICENSE

It is developed and maintained by:

Documentation

Please consult ./doc/pgsolver.pdf for a guide to installation, usage and development of this tool.

Installation

Install the OCaml Package Manager OPAM.

Then:

opam update
opam upgrade
opam switch 4.07.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

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.

About

A collection of tools for generating, manipulating and - most of all - solving parity games.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:OCaml 99.8%Language:Shell 0.2%Language:TeX 0.0%