spot/buddy/examples/cmilner
Alexandre Duret-Lutz b535741a90 [buddy] * examples/cmilner/cmilner.c (A, transitions, initial_state)
(reachable_states, has_deadlocks): Declare as static functions,
to suppress a GCC warning.
2011-06-07 14:52:35 +02:00
..
.cvsignore
.gitignore
cmilner.c [buddy] * examples/cmilner/cmilner.c (A, transitions, initial_state) 2011-06-07 14:52:35 +02:00
Makefile.am
readme

MILNERS SCHEDULER - AN EXAMPLE OF BDDs USED FOR STATE SPACE CALCULATION
-----------------------------------------------------------------------

This program should illustrate how cumbersome it is to do manual
reference counting of the BDD nodes.

Please see further documentation in "../milner/doc.txt".