Fix computation of length of LTL formulas.
* src/ltlvisit/length.cc: Fix computation for ltl::multop operator. "a&b&c" was reported with length 3, ignoring the "&" operators, because of a typo. * src/ltlvisit/length.hh: Fix description to correctly reflect this change intended since 2010-01-22. * src/ltltest/length.test, src/ltltest/length.cc: New files. * src/ltltest/Makefile.am: Add them.
This commit is contained in:
parent
93f1009b75
commit
984c715cc6
7 changed files with 111 additions and 8 deletions
12
ChangeLog
12
ChangeLog
|
|
@ -1,3 +1,15 @@
|
|||
2012-01-05 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix computation of length of LTL formulas.
|
||||
|
||||
* src/ltlvisit/length.cc: Fix computation for ltl::multop
|
||||
operator. "a&b&c" was reported with length 3, ignoring the
|
||||
"&" operators, because of a typo.
|
||||
* src/ltlvisit/length.hh: Fix description to correctly
|
||||
reflect this change intended since 2010-01-22.
|
||||
* src/ltltest/length.test, src/ltltest/length.cc: New files.
|
||||
* src/ltltest/Makefile.am: Add them.
|
||||
|
||||
2011-12-18 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* configure.ac, NEWS: Bump version to 0.8.1a.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue