spot/src/ltlvisit
Alexandre Duret-Lutz 919fc298ff 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-22 11:14:10 +01:00
..
.cvsignore * m4/pypath.m4: New file. 2003-04-30 12:35:22 +00:00
.gitignore Add .gitignore files 2008-03-14 16:59:32 +01:00
apcollect.cc * src/ltlast/formula.hh (hash, dump, dump_, hash_key_): New members. 2005-01-20 17:33:55 +00:00
apcollect.hh Revert everything related to Damien's work in 2008 (he will commit a new version soon). 2009-03-25 16:44:05 +01:00
basicreduce.cc Deprecate ltl::destroy(f) in favor of f->destroy() 2009-11-09 07:13:31 +01:00
basicreduce.hh * src/ltlast/atomic_prop.hh, src/ltlast/binop.hh, 2004-11-17 16:23:40 +00:00
clone.cc Minor fixes to compile with GCC 3.3 2010-01-20 18:06:00 +01:00
clone.hh Deprecate ltl::clone(f) in favor of f->clone(). 2009-11-09 07:13:31 +01:00
contain.cc Deprecate ltl::destroy(f) in favor of f->destroy() 2009-11-09 07:13:31 +01:00
contain.hh * src/evtgbaparse/public.hh: Work around Bison 2.3 unique guards. 2008-02-25 14:36:59 +01:00
destroy.cc Deprecate ltl::destroy(f) in favor of f->destroy() 2009-11-09 07:13:31 +01:00
destroy.hh Deprecate ltl::destroy(f) in favor of f->destroy() 2009-11-09 07:13:31 +01:00
dotty.cc Add support for ELTL (AST & parser), and an adaptation of LaCIM 2009-03-26 12:05:08 +01:00
dotty.hh * src/ltlast/atomic_prop.hh, src/ltlast/binop.hh, 2004-11-17 16:23:40 +00:00
dump.cc Revert everything related to Damien's work in 2008 (he will commit a new version soon). 2009-03-25 16:44:05 +01:00
dump.hh * src/ltlast/atomic_prop.hh, src/ltlast/binop.hh, 2004-11-17 16:23:40 +00:00
length.cc Fix the computation of the length of multops. 2010-01-22 11:14:10 +01:00
length.hh * src/ltlvisit/randomltl.cc, src/ltlvisit/randomltl.hh: New files. 2005-01-05 16:20:21 +00:00
lunabbrev.cc Deprecate ltl::clone(f) in favor of f->clone(). 2009-11-09 07:13:31 +01:00
lunabbrev.hh * src/ltlast/atomic_prop.hh, src/ltlast/binop.hh, 2004-11-17 16:23:40 +00:00
Makefile.am * src/tgbaalgos/ltl2tgba_fm.cc (language_containment_checker): Move ... 2008-02-25 14:36:58 +01:00
nenoform.cc Minor fixes to compile with GCC 3.3 2010-01-20 18:06:00 +01:00
nenoform.hh Revert everything related to Damien's work in 2008 (he will commit a new version soon). 2009-03-25 16:44:05 +01:00
postfix.cc Add support for ELTL (AST & parser), and an adaptation of LaCIM 2009-03-26 12:05:08 +01:00
postfix.hh Add support for ELTL (AST & parser), and an adaptation of LaCIM 2009-03-26 12:05:08 +01:00
randomltl.cc Rename formula::ref and formula::unref as formula::clone 2009-11-09 07:13:31 +01:00
randomltl.hh * src/ltlvisit/randomltl.cc, src/ltlvisit/randomltl.hh: New files. 2005-01-05 16:20:21 +00:00
reduce.cc Deprecate ltl::destroy(f) in favor of f->destroy() 2009-11-09 07:13:31 +01:00
reduce.hh Revert everything related to Damien's work in 2008 (he will commit a new version soon). 2009-03-25 16:44:05 +01:00
simpfg.cc Revert everything related to Damien's work in 2008 (he will commit a new version soon). 2009-03-25 16:44:05 +01:00
simpfg.hh * src/ltlast/atomic_prop.hh, src/ltlast/binop.hh, 2004-11-17 16:23:40 +00:00
syntimpl.cc Deprecate ltl::destroy(f) in favor of f->destroy() 2009-11-09 07:13:31 +01:00
syntimpl.hh * src/ltlast/atomic_prop.hh, src/ltlast/binop.hh, 2004-11-17 16:23:40 +00:00
tostring.cc Minor fixes to compile with GCC 3.3 2010-01-20 18:06:00 +01:00
tostring.hh Correct LaCIM for ELTL and make it work with LBTT. 2009-04-08 20:19:42 +02:00
tunabbrev.cc Modify the ELTL parser to be able to support PSL operators. Add a 2009-06-05 12:01:24 +02:00
tunabbrev.hh * src/ltlast/atomic_prop.hh, src/ltlast/binop.hh, 2004-11-17 16:23:40 +00:00