package pgsolver

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Stratimprgenerators.SymbolicParityGame

type 'a symbolic_paritygame
val create_new : 'a -> 'a symbolic_paritygame
val to_paritygame : 'a symbolic_paritygame -> Paritygame.paritygame
val touch_node : 'a symbolic_paritygame -> 'a -> unit
val add_node : 'a symbolic_paritygame -> 'a -> Paritygame.priority -> Paritygame.player -> 'a array -> string option -> unit