ltl: remove is_eltl_formula()
* doc/tl/tl.tex, src/ltlast/atomic_prop.cc, src/ltlast/binop.cc, src/ltlast/bunop.cc, src/ltlast/constant.cc, src/ltlast/formula.cc, src/ltlast/formula.hh, src/ltlast/multop.cc, src/ltlast/unop.cc: Remove is_eltl_formula(). * src/tests/kind.test: Adjust.
This commit is contained in:
parent
ce3ad1e3ff
commit
813c3799c0
10 changed files with 6 additions and 33 deletions
|
|
@ -46,7 +46,6 @@ namespace spot
|
|||
is.syntactic_si = true; // for LTL (not PSL)
|
||||
is.sugar_free_ltl = true;
|
||||
is.ltl_formula = true;
|
||||
is.eltl_formula = true;
|
||||
is.psl_formula = true;
|
||||
is.sere_formula = true;
|
||||
is.finite = true;
|
||||
|
|
@ -69,7 +68,6 @@ namespace spot
|
|||
is.syntactic_si = true;
|
||||
is.sugar_free_ltl = true;
|
||||
is.ltl_formula = false;
|
||||
is.eltl_formula = false;
|
||||
is.psl_formula = false;
|
||||
is.sere_formula = true;
|
||||
is.finite = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue