Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
inox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LARA
inox
Commits
cac4e05a
Commit
cac4e05a
authored
10 years ago
by
Manos Koukoutos
Browse files
Options
Downloads
Patches
Plain Diff
typos
parent
48c4a5af
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/scala/leon/SharedOptions.scala
+1
-1
1 addition, 1 deletion
src/main/scala/leon/SharedOptions.scala
src/main/scala/leon/solvers/SolverFactory.scala
+1
-1
1 addition, 1 deletion
src/main/scala/leon/solvers/SolverFactory.scala
with
2 additions
and
2 deletions
src/main/scala/leon/SharedOptions.scala
+
1
−
1
View file @
cac4e05a
...
...
@@ -56,7 +56,7 @@ object SharedOptions extends LeonComponent {
val
parser
:
String
=>
Set
[
DebugSection
]
=
setParser
[
Set
[
DebugSection
]](
debugParser
)(
_
).
flatten
}
val
optTimeout
=
LeonLongOptionDef
(
"timeout"
,
"Set a timeout for
each verification/repair
(in sec.)"
,
0L
,
"t"
)
val
optTimeout
=
LeonLongOptionDef
(
"timeout"
,
"Set a timeout for
attempting to prove a verification condition/ repair a function
(in sec.)"
,
0L
,
"t"
)
override
val
definedOptions
:
Set
[
LeonOptionDef
[
Any
]]
=
Set
(
optStrictPhases
,
...
...
This diff is collapsed.
Click to expand it.
src/main/scala/leon/solvers/SolverFactory.scala
+
1
−
1
View file @
cac4e05a
...
...
@@ -24,7 +24,7 @@ object SolverFactory {
"smt-cvc4"
->
"CVC4 through SMT-LIB"
,
"smt-z3"
->
"Z3 through SMT-LIB"
,
"smt-z3-q"
->
"Z3 through SMT-LIB, with quantified encoding"
,
"smt-cvc4-proof"
->
"CVC4 through SMT-LIB, in-solver inductive reason
n
ing, for proofs only"
,
"smt-cvc4-proof"
->
"CVC4 through SMT-LIB, in-solver inductive reasoning, for proofs only"
,
"smt-cvc4-cex"
->
"CVC4 through SMT-LIB, in-solver finite-model-finding, for counter-examples only"
,
"unrollz3"
->
"Native Z3 with leon-templates for unfolding"
,
"enum"
->
"Enumeration-based counter-example-finder"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment