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
go2pins
Commits
f73b3f47
Commit
f73b3f47
authored
Apr 15, 2021
by
Etienne Renault
Browse files
boileerplate: output csv for Spot
* boilerplate/main.go: Here.
parent
77c63c67
Pipeline
#27436
failed with stage
in 1 minute and 16 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
boilerplate/main.go
View file @
f73b3f47
...
...
@@ -450,11 +450,13 @@ func main() {
if
*
nb_threads
==
1
{
mcCmd
=
exec
.
Command
(
spot_path
(),
"-e"
,
"--model"
,
maindve2C
,
"--csv"
,
"--formula"
,
"!"
+*
ltl
)
}
else
{
// Use parallel algorithms
mcCmd
=
exec
.
Command
(
spot_path
(),
"-e"
,
"--model"
,
maindve2C
,
"--formula"
,
"!"
+*
ltl
,
"--csv"
,
"--parallel"
,
strconv
.
Itoa
(
*
nb_threads
))
}
}
...
...
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