Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Spot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
111
Issues
111
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Spot
Spot
Commits
0fd2203b
Commit
0fd2203b
authored
Jun 18, 2019
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ltlsynt: misc typos
* doc/org/ltlsynt.org: Fix example. * bin/ltlsynt.cc: Fix --help text.
parent
24c42663
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
bin/ltlsynt.cc
bin/ltlsynt.cc
+4
-4
doc/org/ltlsynt.org
doc/org/ltlsynt.org
+3
-3
No files found.
bin/ltlsynt.cc
View file @
0fd2203b
// -*- 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,13 +71,13 @@ 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
"
" - lar: translate to a deterministic automaton with arbitrary"
"
acceptance condition, then use LAR to turn to parity,"
"
then split"
,
0
},
" acceptance condition, then use LAR to turn to parity,"
" then split"
,
0
},
/**************************************************/
{
nullptr
,
0
,
nullptr
,
0
,
"Output options:"
,
20
},
{
"print-pg"
,
OPT_PRINT
,
nullptr
,
0
,
...
...
doc/org/ltlsynt.org
View file @
0fd2203b
...
...
@@ -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
Markdown
is supported
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