Skip to content
GitLab
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
8ccd8860
Commit
8ccd8860
authored
Nov 29, 2018
by
Etienne Renault
Browse files
modelcheck: fix erroneous report in deadlock
* tests/ltsmin/modelcheck.cc: Here.
parent
66ee6adf
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/ltsmin/modelcheck.cc
View file @
8ccd8860
...
...
@@ -532,7 +532,7 @@ static int checked_main()
try
{
modelcube
=
spot
::
ltsmin_model
::
load
(
mc_options
.
model
)
.
kripkecube
({},
deadf
,
mc_options
.
compress
,
.
kripkecube
({},
spot
::
formula
::
ff
()
,
mc_options
.
compress
,
mc_options
.
nb_threads
);
}
catch
(
const
std
::
runtime_error
&
e
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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