* src/bddop.c: Empty macro arguments are undefined ISO C90 and ISO C++98. Use '+' when calling APPLY_SHORTCUTS. * src/fdd.c, src/kernel.c: Avoid constructs invalid in C90. * src/bddop.c, src/bddx.h, src/kernel.c, src/kernel.h, examples/cmilner/cmilner.c: Remove C++ comments. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| cmilner.c | ||
| 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".