spot/src/ltlast
Alexandre Duret-Lutz 5e7c0add49 Move helper functions from simplify.cc to the AST files.
* src/ltlvisit/simplify.cc (spot::ltl::is_And, spot::ltl::is_F,
spot::ltl::is_FG, spot::ltl::is_G, spot::ltl::is_GF, spot::ltl::is_M,
spot::ltl::is_Or, spot::ltl::is_R, spot::ltl::is_U, spot::ltl::is_W,
spot::ltl::is_X, spot::ltl::is_binop, spot::ltl::is_constant,
spot::ltl::is_multop, spot::ltl::is_unop): Move ...
* src/ltlast/binop.hh, src/ltlast/constant.hh, src/ltlast/multop.hh
src/ltlast/unop.hh: ... here, as appropriate.
2012-04-28 09:34:45 +02: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
allnodes.hh Add support the bounded star operator [*i..j]. 2012-04-28 09:30:35 +02:00
atomic_prop.cc Track finite formulae. 2012-04-28 09:30:37 +02:00
atomic_prop.hh Fix copyrights. 2010-01-24 20:51:09 +01:00
automatop.cc Track finite formulae. 2012-04-28 09:30:37 +02:00
automatop.hh Minor fixes to compile with GCC 3.3 2010-01-20 18:06:00 +01:00
binop.cc Fix computation of syntactic classes for Implies. 2012-04-28 09:34:45 +02:00
binop.hh Move helper functions from simplify.cc to the AST files. 2012-04-28 09:34:45 +02:00
bunop.cc Track finite formulae. 2012-04-28 09:30:37 +02:00
bunop.hh Cosmetic changes in doc for bunop and multop. 2012-04-28 09:30:36 +02:00
constant.cc Track finite formulae. 2012-04-28 09:30:37 +02:00
constant.hh Move helper functions from simplify.cc to the AST files. 2012-04-28 09:34:45 +02:00
formula.cc Track finite formulae. 2012-04-28 09:30:37 +02:00
formula.hh * src/ltlast/formula.hh: Typos in comments. 2012-04-28 09:30:37 +02:00
formula_tree.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
formula_tree.hh Fix copyrights. 2010-01-24 20:51:09 +01:00
Makefile.am Add support the bounded star operator [*i..j]. 2012-04-28 09:30:35 +02:00
multop.cc Reduce 'a|(b&X(b U a))' to 'b U a', plus three simular rules. 2012-04-28 09:34:45 +02:00
multop.hh Move helper functions from simplify.cc to the AST files. 2012-04-28 09:34:45 +02:00
nfa.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
nfa.hh Fix some struct/class missmatches reported by clang. 2010-11-20 18:02:20 +01:00
predecl.hh Add support the bounded star operator [*i..j]. 2012-04-28 09:30:35 +02:00
refformula.cc Get rid of all dynamic_cast<>s while working on LTL formulae. 2012-04-28 09:30:36 +02:00
refformula.hh Get rid of all dynamic_cast<>s while working on LTL formulae. 2012-04-28 09:30:36 +02:00
unop.cc Speedup mark_concat_ops() and simplify_mark() with a cache. 2012-04-28 09:34:43 +02:00
unop.hh Move helper functions from simplify.cc to the AST files. 2012-04-28 09:34:45 +02:00
visitor.hh Add support the bounded star operator [*i..j]. 2012-04-28 09:30:35 +02:00