Fix the computation of the length of multops.
* src/ltlvisit/length.cc (visit(multop*)): New function. "a & b & c" has length 5, not 4, even though it is stored as And(a,b,c). This caused reduc.test to fail on some formulae.
This commit is contained in:
parent
e733f951be
commit
919fc298ff
2 changed files with 22 additions and 0 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2010-01-22 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix the computation of the length of multops.
|
||||
|
||||
* src/ltlvisit/length.cc (visit(multop*)): New function. "a & b &
|
||||
c" has length 5, not 4, even though it is stored as And(a,b,c).
|
||||
This caused reduc.test to fail on some formulae.
|
||||
|
||||
2010-01-21 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Please the style checks...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue