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

@ -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_;