randltl: add option to simplify formulas

* src/bin/common_r.cc, src/bin/common_r.hh: New files, extracted from...
* src/bin/ltlfilt.cc: Here.
* src/bin/randltl.cc: Use them.
* src/bin/Makefile.am: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2012-09-07 11:30:48 +02:00
parent 7274ca2bb7
commit e43bc893fd
5 changed files with 144 additions and 57 deletions

View file

@ -28,8 +28,8 @@ LDADD = $(top_builddir)/src/libspot.la $(top_builddir)/lib/libgnu.a
bin_PROGRAMS = ltlfilt genltl randltl
noinst_HEADERS = common_output.hh common_range.hh
noinst_HEADERS = common_output.hh common_range.hh common_r.hh
ltlfilt_SOURCES = ltlfilt.cc common_output.cc
ltlfilt_SOURCES = ltlfilt.cc common_output.cc common_r.cc
genltl_SOURCES = genltl.cc common_output.cc common_range.cc
randltl_SOURCES = randltl.cc common_output.cc common_range.cc
randltl_SOURCES = randltl.cc common_output.cc common_range.cc common_r.cc