Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
i7
peregrine
Commits
baec174b
Commit
baec174b
authored
Jan 09, 2015
by
Philipp Meyer
Browse files
Added command line flag for invariant generation
parent
8af8ae65
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Options.hs
View file @
baec174b
...
...
@@ -171,6 +171,10 @@ options =
}))
"Prove that the net is communication-free"
,
Option
"i"
[
"invariant"
]
(
NoArg
(
\
opt
->
Right
opt
{
optInvariant
=
True
}))
"Generate an invariant"
,
Option
"n"
[
"no-refinement"
]
(
NoArg
(
\
opt
->
Right
opt
{
optRefine
=
False
}))
"Don't use refinement"
...
...
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