package pgsolver

  1. Overview
  2. Docs
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/pgsolver/Generators/index.html

Module Generators

val register_generator : (string array -> Paritygame.paritygame) -> string -> string -> unit
val mem_generator : string -> bool
val find_generator : string -> (string array -> Paritygame.paritygame) * string
val enum_generators : ((string array -> Paritygame.paritygame) -> string -> string -> unit) -> unit
val fold_generators : ((string array -> Paritygame.paritygame) -> string -> string -> 'a -> 'a) -> 'a -> 'a
val run_command_line_generator : string -> unit