DVE2: Do not display state variables with only one possible value.

* iface/dve2/dve2.cc (dve2_kripke::dve2_kripke): Fill
a format_filter_ array with boolean indicating whether each
variable should be printed.  Ignore variable with only one
possible value.
(dve2_kripke::~dve2_kripke): Destroy it.
(dve2_kripke::format_state): Use it.
* iface/dve2/finite.test: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2011-06-06 18:19:11 +02:00
parent 866af2a715
commit d47aa1d8b2
3 changed files with 32 additions and 4 deletions

View file

@ -1,3 +1,15 @@
2011-06-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
DVE2: Do not display state variables with only one possible value.
* iface/dve2/dve2.cc (dve2_kripke::dve2_kripke): Fill
a format_filter_ array with boolean indicating whether each
variable should be printed. Ignore variable with only one
possible value.
(dve2_kripke::~dve2_kripke): Destroy it.
(dve2_kripke::format_state): Use it.
* iface/dve2/finite.test: Adjust.
2011-06-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Remove Kristin Rozier's LTLcounter.pl scripts, now that we can