Introduce ltl_simplifier.
It is limited to negative_normal_form_visitor for now. * src/ltlvisit/simplify.cc, src/ltlvisit/simplify.hh: New files. * src/ltlvisit/Makefile.am: Add them. * src/ltlvisit/nenoform.cc, src/ltlvisit/nenoform.hh: Rewrite using ltl_simplifier.
This commit is contained in:
parent
0caa631c0d
commit
9f7ef5d0c3
5 changed files with 662 additions and 265 deletions
|
|
@ -42,6 +42,7 @@ ltlvisit_HEADERS = \
|
|||
randomltl.hh \
|
||||
reduce.hh \
|
||||
simpfg.hh \
|
||||
simplify.hh \
|
||||
syntimpl.hh \
|
||||
tostring.hh \
|
||||
tunabbrev.hh
|
||||
|
|
@ -63,6 +64,7 @@ libltlvisit_la_SOURCES = \
|
|||
randomltl.cc \
|
||||
reduce.cc \
|
||||
simpfg.cc \
|
||||
simplify.cc \
|
||||
syntimpl.cc \
|
||||
tostring.cc \
|
||||
tunabbrev.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue