* spot/bin/: Move... * bin/: ... here. * spot/tests/: Move... * tests/: ... here. * Makefile.am, README, bench/stutter/Makefile.am, bench/stutter/stutter_invariance_formulas.cc, doc/Makefile.am, configure.ac, debian/rules, spot/Makefile.am, spot/ltsmin/Makefile.am, spot/ltsmin/kripke.test, spot/sanity/style.test, python/tests/run.in: Adjust.
4 lines
94 B
Text
4 lines
94 B
Text
state1, "!b", state2;
|
|
state2, "a&b", state3;
|
|
state3, "a", state4 state1;
|
|
state4, "b", state1;
|