Skip to content

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

Notifications You must be signed in to change notification settings

Lammatian/pgsolver

 
 

Repository files navigation

PGSolver

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:

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.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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 99.8%
  • Other 0.2%