ltl: keep track of spin-compatible AP
* src/misc/bareword.cc, src/misc/bareword.hh (is_spin_ap): New function. * src/ltlast/formula.cc, src/ltlast/formula.hh (is_spin_atomic_props): New method and boolean. * src/ltlast/atomic_prop.cc, src/ltlast/constant.cc: Update it. * src/ltltest/kind.test: Test it.
This commit is contained in:
parent
16a8c03143
commit
a4a0cf3bb2
7 changed files with 143 additions and 108 deletions
|
|
@ -56,7 +56,10 @@ namespace spot
|
|||
proprint(is_syntactic_recurrence, "r", "syntactic recurrence"); \
|
||||
proprint(is_marked, "+", "marked"); \
|
||||
proprint(accepts_eword, "0", "accepts the empty word"); \
|
||||
proprint(has_lbt_atomic_props, "l", "has LBT-style atomic props");
|
||||
proprint(has_lbt_atomic_props, "l", \
|
||||
"has LBT-style atomic props"); \
|
||||
proprint(has_spin_atomic_props, "a", \
|
||||
"has Spin-style atomic props");
|
||||
|
||||
|
||||
std::list<std::string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue