Add option --lbt-input to ltl2tgba. Factor it with ltlfilt.
* src/bin/ltlfilt.cc: Extra input options into... * src/bin/common_finput.cc, src/bin/common_finput.hh: ... these new files... * src/bin/ltl2tgba.cc: ... and use them here. * src/bin/Makefile.am: Adjust.
This commit is contained in:
parent
f02156ebff
commit
f4381d59ce
5 changed files with 142 additions and 59 deletions
|
|
@ -30,6 +30,8 @@ noinst_LIBRARIES = libcommon.a
|
|||
libcommon_a_SOURCES = \
|
||||
common_cout.hh \
|
||||
common_cout.cc \
|
||||
common_finput.cc \
|
||||
common_finput.hh \
|
||||
common_output.cc \
|
||||
common_output.hh \
|
||||
common_range.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue