* src/ltlvisit/simpfg.cc, src/ltlvisit/simpfg.hh: New files,
extracted from ... * src/ltlvisit/lunabbrev.cc: ... this one, which now work as documented again. * src/ltlvisit/reduce.cc, src/ltlvisit/syntimpl.cc: Adjust to call simplify_f_g() in addition to unabbreviate_logic(). * src/ltlvisit/Makefile.am (ltlvisit_HEADERS, libltlvisit_la_SOURCES): Add simpfg.cc and simpfg.hh.
This commit is contained in:
parent
839837a69e
commit
b42cdc0d8f
7 changed files with 181 additions and 36 deletions
|
|
@ -35,6 +35,7 @@ ltlvisit_HEADERS = \
|
|||
nenoform.hh \
|
||||
postfix.hh \
|
||||
reduce.hh \
|
||||
simpfg.hh \
|
||||
syntimpl.hh \
|
||||
tostring.hh \
|
||||
tunabbrev.hh
|
||||
|
|
@ -51,6 +52,7 @@ libltlvisit_la_SOURCES = \
|
|||
nenoform.cc \
|
||||
postfix.cc \
|
||||
reduce.cc \
|
||||
simpfg.cc \
|
||||
syntimpl.cc \
|
||||
tostring.cc \
|
||||
tunabbrev.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue