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 more files to ignore 2003-06-30 07:48:20 +00:00
.gitignore Add .gitignore files 2008-03-14 16:59:32 +01:00
cmilner.c [buddy] * examples/cmilner/cmilner.c (A, transitions, initial_state) 2011-06-07 14:52:35 +02:00
Makefile.am [buddy] 2011-02-27 15:24:22 +01:00
readme Initial revision 2003-05-05 10:57:53 +00:00

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".