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
946f7e80
Commit
946f7e80
authored
Nov 29, 2014
by
Alexandre Duret-Lutz
Browse files
* src/bin/randltl.cc: Fix typos in examples.
parent
ef5b0417
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/randltl.cc
View file @
946f7e80
...
@@ -55,12 +55,12 @@ and c, with the default tree-size, and all available operators.\n\
...
@@ -55,12 +55,12 @@ and c, with the default tree-size, and all available operators.\n\
\n
\
\n
\
If you do not mind about the name of the atomic propositions, just give
\n
\
If you do not mind about the name of the atomic propositions, just give
\n
\
a number instead:
\n
\
a number instead:
\n
\
%
./
randltl -n10 3
\n
\
% randltl -n10 3
\n
\
\n
\
\n
\
You can disable or favor certain operators by changing their priority.
\n
\
You can disable or favor certain operators by changing their priority.
\n
\
The following disables xor, implies, and equiv, and multiply the probability
\n
\
The following disables xor, implies, and equiv, and multiply the probability
\n
\
of X to occur by 10.
\n
\
of X to occur by 10.
\n
\
%
./
randltl --ltl-priorities='xor=0, implies=0, equiv=0, X=10' -n10 a b c
\n
\
% randltl --ltl-priorities='xor=0, implies=0, equiv=0, X=10' -n10 a b c
\n
\
"
;
"
;
#define OPT_DUMP_PRIORITIES 1
#define OPT_DUMP_PRIORITIES 1
...
...
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