spot/buddy/examples/milner
Alexandre Duret-Lutz aa4a582f1b Merge BuDDy 2.3.
* examples/calculator/, examples/internal/: Were renamed as ...
* examples/bddcalc/, examples/bddtest/: ... these.
* configure.ac: Adjust version and output Makefiles.
* examples/Makefile.am (SUBDIRS): Adjust subdir renaming.
* examples/cmilner/milner.c, examples/fdd/statespace.cxx: Were
renamed as ...
* examples/cmilner/cmilner.c, examples/fdd/fdd.cxx: ... these.
* examples/cmilner/Makefile.am, examples/fdd/Makefile.am: Adjust
accordingly.
* src/Makefile.am (AM_CPPFLAGS): Define VERSION.
2004-06-28 15:22:11 +00:00
..
.cvsignore more files to ignore 2003-06-30 07:48:20 +00:00
Makefile.am * configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am, 2003-05-05 13:44:49 +00:00
milner.cxx Merge BuDDy 2.3. 2004-06-28 15:22:11 +00:00
readme Initial revision 2003-05-05 10:57:53 +00:00

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

Please read chapter seven in "An Introduction To Binary Decision
Diagrams" which is supplied in the "doc" directory. This chapter will
explain the example.

The program is called as "milner N" where N is the number of
cyclers. It will output the size of the reachable state space for the
system (compared to the true calculated size - for debugging purpose)
and a set of cache statistics.

Please also note that this file is used as an internal benchmark for
the author, so do not be too supprised if you find some strange debug
information in the code ...