Correct tgba_explicit::compute_support_conditions.

* src/tgba/tgbaexplicit.cc (tgba_explicit::compute_support_conditions):
Fix logic.  This function has always been returning bddtrue instead
of the actual computed value...
This commit is contained in:
Alexandre Duret-Lutz 2011-02-14 21:09:04 +01:00
parent 079747da23
commit 94d1c57ed4
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2011-02-14 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Correct tgba_explicit::compute_support_conditions.
* src/tgba/tgbaexplicit.cc (tgba_explicit::compute_support_conditions):
Fix logic. This function has always been returning bddtrue instead
of the actual computed value...
2011-02-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Enable VERBOSE logs for nips, greatspn, and python tests.