Name Last Update
pymc Loading commit data...
README.md Loading commit data...

Python ITS model checker

Given a model (the symbolic representation of the statespace and the transition relation) build an object able to symbolically compute the set of states satistfying a formula (CTL, Fair CTL, wip : ACTL and ARCTL).

Requirement

Usage

The symbolic representation of the model must be :

  • a sdd for the state space (see pyddd)
  • a shom for the precedence relation (see pyddd)

CTL

Fair CTL