Reverse the order of expected acceptance conditions in

degeneralization.

* src/tgba/tgbatba.cc (tgba_sba_proxy::tgba_tba_proxy): Build the
list of acceptance condition in the reverse order.  The order is
still arbitrary, but the bdd_satone() call seems to output the
acceptance conditions that are more used first, and this helps the
degeneralization process.
This commit is contained in:
Alexandre Duret-Lutz 2010-03-06 17:42:48 +01:00
parent 351a8076d0
commit 58b233db6f
2 changed files with 19 additions and 1 deletions

View file

@ -1,3 +1,14 @@
2010-03-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Reverse the order of expected acceptance conditions in
degeneralization.
* src/tgba/tgbatba.cc (tgba_sba_proxy::tgba_tba_proxy): Build the
list of acceptance condition in the reverse order. The order is
still arbitrary, but the bdd_satone() call seems to output the
acceptance conditions that are more used first, and this helps the
degeneralization process.
2010-03-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Tweak precedence of "->" and <->.