org: clarify that ltl2tgba does not only output TGBA
* doc/org/tools.org: Adjust the link to ltl2tgba.org. * doc/org/ltl2tgba.org: Also point out that --generic and --parity can be used without --deterministic. * bin/ltl2tgba.cc, bin/spot.cc: Adjust help text.
This commit is contained in:
parent
90e8cb9d2d
commit
4235b007f3
4 changed files with 11 additions and 8 deletions
|
|
@ -40,10 +40,10 @@
|
|||
#include <spot/misc/timer.hh>
|
||||
|
||||
static const char argp_program_doc[] ="\
|
||||
Translate linear-time formulas (LTL/PSL) into Büchi automata.\n\n\
|
||||
Translate linear-time formulas (LTL/PSL) into various types of automata.\n\n\
|
||||
By default it will apply all available optimizations to output \
|
||||
the smallest Transition-based Generalized Büchi Automata, \
|
||||
in GraphViz's format.\n\
|
||||
output in the HOA format.\n\
|
||||
If multiple formulas are supplied, several automata will be output.";
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2013, 2014, 2015, 2016, 2017 Laboratoire de Recherche et
|
||||
// Développement de l'Epita (LRDE).
|
||||
// Copyright (C) 2013-2018 Laboratoire de Recherche et Développement
|
||||
// de l'Epita (LRDE).
|
||||
//
|
||||
// This file is part of Spot, a model checking library.
|
||||
//
|
||||
|
|
@ -41,7 +41,7 @@ static const argp_option options[] =
|
|||
{ DOC("randaut", "Generate random ω-automata.") },
|
||||
{ DOC("genaut", "Generate ω-automata from scalable patterns.") },
|
||||
{ DOC("ltl2tgba", "Convert LTL or PSL into variants of Transition-based "
|
||||
"Generalized Büchi Automata.") },
|
||||
"Generalized Büchi Automata, and to other types of automata.") },
|
||||
{ DOC("ltl2tgta", "Convert LTL or PSL into variants of Transition-based "
|
||||
"Generalized Testing Automata.") },
|
||||
{ DOC("autfilt", "Filter, convert, and transform ω-automata.") },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue