* src/ltlvisit/reducform.cc, src/tgba/tgbareduc.cc,
src/tgbaalgos/reductgba_sim.cc, src/tgbaalgos/reductgba_sim.hh src/tgbaalgos/reductgba_sim_del.cc, src/tgbatest/reduccmp.test, src/tgbatest/reductgba.cc: 80 columns and style.
This commit is contained in:
parent
f61b69ef3d
commit
2f1a67d927
8 changed files with 84 additions and 86 deletions
|
|
@ -202,7 +202,7 @@ namespace spot
|
|||
if (opt_ & Reduce_Syntactic_Implications)
|
||||
{
|
||||
|
||||
bool removed = true;;
|
||||
bool removed = true;
|
||||
multop::vec::iterator f1;
|
||||
multop::vec::iterator f2;
|
||||
|
||||
|
|
@ -229,7 +229,7 @@ namespace spot
|
|||
}
|
||||
else if ((syntactic_implication(*f2, *f1) && // f2 < f1
|
||||
(mo->op() == multop::Or)) ||
|
||||
((syntactic_implication(*f1,* f2)) && // f1 < f2
|
||||
((syntactic_implication(*f1, *f2)) && // f1 < f2
|
||||
(mo->op() == multop::And)))
|
||||
{
|
||||
// We keep f1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue