Fixes #400. * spot/tl/randomltl.cc, spot/tl/randomltl.hh: Adjust to accept a set of formula to replace the atomic propositions. * bin/ltlmix.cc: New file. * bin/Makefile.am: Add it. * bin/man/ltlmix.x: New file. * bin/man/Makefile.am: Add it. * doc/org/ltlmix.org: New file. * doc/Makefile.am: Add it. * bin/man/genltl.x, bin/man/randltl.x, bin/man/spot.x, bin/spot.cc, doc/org/arch.tex, doc/org/concepts.org, doc/org/tools.org, NEWS: Mention ltlmix. * tests/core/ltlmix.test: New file. * tests/Makefile.am: Add it.
33 lines
605 B
Text
33 lines
605 B
Text
[NAME]
|
|
spot \- Command-line tools installed by Spot.
|
|
|
|
[SYNOPSIS]
|
|
|
|
Spot is a C++ library for ω-automata and LTL formulas manipulation.
|
|
It also comes with Python bindings and a set of command-line tools
|
|
that are listed below.
|
|
|
|
[DESCRIPTION]
|
|
.\" Add any additional description here
|
|
|
|
[SEE ALSO]
|
|
.BR autfilt (1)
|
|
.BR autcross (1)
|
|
.BR dstar2tgba (1)
|
|
.BR genaut (1)
|
|
.BR genltl (1)
|
|
.BR ltl2tgba (1)
|
|
.BR ltl2tgta (1)
|
|
.BR ltlcross (1)
|
|
.BR ltldo (1)
|
|
.BR ltlfilt (1)
|
|
.BR ltlgrind (1)
|
|
.BR ltlmix (1)
|
|
.BR ltlsynt (1)
|
|
.BR randaut (1)
|
|
.BR randltl (1)
|
|
.BR spot-x (7)
|
|
|
|
.UR https://spot.lre.epita.fr/
|
|
The Spot web page.
|
|
.UE
|