spacing
This commit is contained in:
parent
006bd6b930
commit
871f421b5e
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue