Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
general
stups
ProB Rodin Plugin
Commits
0235e5e4
Commit
0235e5e4
authored
Jun 11, 2021
by
Michael Leuschel
Browse files
hopefully fix setting safety mc preference upon startup
parent
2c59e5b6
Changes
1
Show whitespace changes
Inline
Side-by-side
de.prob.core/src/de/prob/cli/CliStarter.java
View file @
0235e5e4
...
...
@@ -84,8 +84,8 @@ public final class CliStarter {
command
.
add
(
executable
);
// command.add("-ll");
command
.
add
(
"-sf"
);
command
.
add
(
"-parsercp"
);
command
.
add
(
"-p"
);
command
.
add
(
"use_safety_ltl_model_checker"
);
command
.
add
(
"false"
);
command
.
add
(
"-parsercp"
);
// disable LTL safety model check as the counter examples lead to assertion failures
// in CounterExampleProposition in CounterExample.java
command
.
add
(
fullcp
);
...
...
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