spot/doc/org/genaut.org
Alexandre Duret-Lutz 22aba2c4e2 genaut: add missing documentation
* bin/man/genaut.x, doc/org/genaut.org: New files.
* bin/man/Makefile.am, doc/Makefile.am: Add them.
* doc/org/tools.org, bin/man/randaut.x, bin/man/randltl.x,
bin/man/genltl.x: Link to them.
2017-04-22 14:19:35 +02:00

1.5 KiB

genaut

This tool outputs ω-automata generated from scalable patterns.

These patterns are usually taken from the literature (see the genaut(1) man page for references).

      --ks-cobuchi=RANGE     A co-Büchi automaton with 2N+1 states for which
                             any equivalent deterministic co-Büchi automaton
                             has at least 2^N/(2N+1) states.

By default, the output format is HOA, but this can be controlled using the common output options for automata.

For instance:

genaut --ks-cobuchi=2 --dot

/alarsyo/spot/media/commit/5e8f3ee629d15e5852a178d30821ff5c01e48f44/doc/org/kscobuchi2.png

The patterns can be specified using a range of the form N (a single value), N..M (all values between N and M included), or ..M (all values between 1 and M included).

genaut --ks-cobuchi=..5 --stats='%F=%L has %s states'