ltl_to_aut [-f <ltl_file>] [-m <algorithm>] [-o <output_file>] [-t <output_format>] [-w] [-b] [-p] [-d] [-r] [-i] [-M] [-v <verbosity>] [-h]Translate the given LTL formulae into Buechi automata, and output the automaton into a file.
The translation algorithms are the same as the one used in ltl_model_check . However,
more flexible combination of the options can be used with this command.
The automaton can be displayed on the screen and written into a file. The format of the output can be dot, blifmv, verilog and smv.
Command options:
<ltl_file>
<algorithm>
algorithm must be one of the following:
0: GPVW.
1: GPVW+.
2: LTL2AUT.
3: WRING (default).
<output_file>
<output_format>
output_format must be one of the following:
0: dot.
1: blif_mv.
2: verilog.
3: all of the formats above (default).
<verbosity_level>