Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
8c13d720
Commit
8c13d720
authored
Jun 18, 2019
by
Alexandre Duret-Lutz
Browse files
ltlsynt: misc typos
* doc/org/ltlsynt.org: Fix example. * bin/ltlsynt.cc: Fix --help text.
parent
8df5f513
Changes
2
Show whitespace changes
Inline
Side-by-side
bin/ltlsynt.cc
View file @
8c13d720
// -*- coding: utf-8 -*-
// Copyright (C) 2017-201
8
Laboratoire de Recherche et Développement
// Copyright (C) 2017-201
9
Laboratoire de Recherche et Développement
// de l'Epita (LRDE).
//
// This file is part of Spot, a model checking library.
...
...
@@ -71,7 +71,7 @@ static const argp_option options[] =
" propositions"
,
0
},
/**************************************************/
{
nullptr
,
0
,
nullptr
,
0
,
"Fine tuning:"
,
10
},
{
"algo"
,
OPT_ALGO
,
"ds|sd"
,
0
,
{
"algo"
,
OPT_ALGO
,
"ds|sd
|large
"
,
0
,
"choose the algorithm for synthesis:
\n
"
" - sd: split then determinize with Safra (default)
\n
"
" - ds: determinize (Safra) then split
\n
"
...
...
doc/org/ltlsynt.org
View file @
8c13d720
...
...
@@ -85,13 +85,13 @@ Fortunately, the SYNTCOMP organizers also provide a tool called
[[https://github.com/reactive-systems/syfco][=syfco=]] which can translate a
TLSF specification to an LTL formula.
The following four steps show you how a TLSF specification called
spec.tlsf
can
The following four steps show you how a TLSF specification called
=FILE=
can
be synthesized using =syfco= and =ltlsynt=:
#+BEGIN_SRC sh :export code
LTL=$(syfco FILE -f ltlxba -m fully)
IN=$(syfco FILE -
f ltlxba -m fully
)
OUT=$(syfco FILE -
f ltlxba -m fully
)
IN=$(syfco FILE -
-print-input-signals
)
OUT=$(syfco FILE -
-print-output-signals
)
ltlsynt --formula="$LTL" --ins="$IN" --outs="$OUT"
#+END_SRC
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment