This commit is contained in:
Alexandre Duret-Lutz 2003-07-10 12:46:39 +00:00
parent 006bd6b930
commit 871f421b5e
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
* src/SpotWrapper.hh (SpotWrapper::SPOT_XOR): Declare.
* src/SpotWrapper.cc (SpotWrapper::SPOT_XOR): Define.
(SpotWrapper::translateFormula): Use SPOT_XOR.
2003-07-09 Alexandre Duret-Lutz <aduret@src.lip6.fr>
I want $? = 1 whenever some test fails.

View file

@ -114,7 +114,7 @@ namespace spot
// are also in other accepting sets.
bdd fout = bdd_relprod(as, !current_acc_, data_.acc_set);
bdd as_fout = as & !fout;
// Then, pick the remaining term that are exactly in all
// Then, pick the remaining term that are exactly in all
// required accepting sets.
bdd all = bddtrue;
bdd acc = current_acc_;