Averest


KripkeStructureSymbolic Type

This data type implements a symbolic description of a Kripke structure: States are identified with the set of variables that hold in that state, and in addition to the formulas that encode the initial states and transitions, there is also a set of fairness constraints (of type GF) to define fair computations (these are the only ones that are considered).

Record fields

Record Field Description

atoms

Full Usage: atoms

Field type: Set<BoolExpr>

Field type: Set<BoolExpr>

fairC

Full Usage: fairC

Field type: BoolExpr list

Field type: BoolExpr list

init

Full Usage: init

Field type: BoolExpr

Field type: BoolExpr

trans

Full Usage: trans

Field type: BoolExpr

Field type: BoolExpr