randltl: first stage of the reimplementation
* src/bin/common_range.cc, src/bin/common_range.hh: New files, extracted from... * src/bin/genltl.cc: ... here. * src/bin/randltl.cc, src/bin/man/randltl.x: New files. * src/bin/Makefile.am, src/bin/man/Makefile.am: Adjust. * src/bin/man/genltl.x: Point to randltl(1).
This commit is contained in:
parent
a3e54af924
commit
760d75cc44
8 changed files with 497 additions and 54 deletions
|
|
@ -24,9 +24,9 @@ x_to_1 = $(top_builddir)/tools/x-to-1
|
|||
convman = ARGP_HELP_FMT=header-col=0 $(SHELL) "$(x_to_1)" \
|
||||
"$(PERL)" "$(top_srcdir)/tools/help2man -N"
|
||||
|
||||
dist_man1_MANS = ltlfilt.1 genltl.1
|
||||
dist_man1_MANS = ltlfilt.1 genltl.1 randltl.1
|
||||
MAINTAINERCLEANFILES = $(dist_man1_MANS)
|
||||
man_aux = $(dist_man1_MANS:.1=.x)
|
||||
EXTRA_DIST = $(dist_man1_MANS:.1=.x)
|
||||
|
||||
ltlfilt.1: $(common_dep) $(srcdir)/ltlfilt.x $(srcdir)/../ltlfilt.cc
|
||||
$(convman) ../ltlfilt$(EXEEXT) $(srcdir)/ltlfilt.x $@
|
||||
|
|
@ -34,4 +34,7 @@ ltlfilt.1: $(common_dep) $(srcdir)/ltlfilt.x $(srcdir)/../ltlfilt.cc
|
|||
genltl.1: $(common_dep) $(srcdir)/genltl.x $(srcdir)/../genltl.cc
|
||||
$(convman) ../genltl$(EXEEXT) $(srcdir)/genltl.x $@
|
||||
|
||||
randltl.1: $(common_dep) $(srcdir)/randltl.x $(srcdir)/../randltl.cc
|
||||
$(convman) ../randltl$(EXEEXT) $(srcdir)/randltl.x $@
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -20,3 +20,5 @@ Proceedings of CAV'01. LNCS 2102
|
|||
rv
|
||||
K. Rozier and M. Vardi: LTL Satisfiability Checking.
|
||||
Proceedings of Spin'07. LNCS 4595.
|
||||
[SEE ALSO]
|
||||
randltl(1)
|
||||
|
|
|
|||
6
src/bin/man/randltl.x
Normal file
6
src/bin/man/randltl.x
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[NAME]
|
||||
randltl \- generate random LTL/PSL formulas
|
||||
[DESCRIPTION]
|
||||
.\" Add any additional description here
|
||||
[SEE ALSO]
|
||||
genltl(1), ltlfilt(1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue