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
89a4d95b
Commit
89a4d95b
authored
10 years ago
by
Manos Koukoutos
Browse files
Options
Downloads
Patches
Plain Diff
Add section for command line options
parent
08cdd673
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
doc/index.rst
+1
-0
1 addition, 0 deletions
doc/index.rst
doc/options.rst
+71
-0
71 additions, 0 deletions
doc/options.rst
with
72 additions
and
0 deletions
doc/index.rst
+
1
−
0
View file @
89a4d95b
...
...
@@ -21,6 +21,7 @@ Contents:
verification
synthesis
repair
options
references
...
...
This diff is collapsed.
Click to expand it.
doc/options.rst
0 → 100644
+
71
−
0
View file @
89a4d95b
Command Line Options
====================
Here is an overview of the command-line options that Leon recognizes: ::
[ Info ] Options that determine the feature of Leon to be used (mutually exclusive). Default: verify
[ Info ] --eval Evaluate ground functions
[ Info ] --help Show help message
[ Info ] --noop No operation performed, just output program
[ Info ] --repair Repair selected functions
[ Info ] --synthesis Partial synthesis of choose() constructs
[ Info ] --termination Check program termination
[ Info ] --verify Verify function contracts
[ Info ] --xlang Support for extra program constructs (imperative,...)
[ Info ]
[ Info ] Additional top-level options
[ Info ] --debug=d1,d2,... Enable detailed messages per component.
[ Info ] Available:
[ Info ] datagen
[ Info ] eval
[ Info ] leon
[ Info ] options
[ Info ] positions
[ Info ] repair
[ Info ] solver
[ Info ] synthesis
[ Info ] termination
[ Info ] timers
[ Info ] trees
[ Info ] verification
[ Info ] xlang
[ Info ] --functions=f1,f2,... Only consider functions f1, f2, ...
[ Info ] --solvers=s1,s2,... Use solvers s1, s2,...
[ Info ] Available:
[ Info ] enum : Enumeration-based counter-example-finder
[ Info ] fairz3 : Native Z3 with z3-templates for unfolding (default)
[ Info ] smt-cvc4 : CVC4 through SMT-LIB
[ Info ] smt-cvc4-cex : CVC4 through SMT-LIB, in-solver finite-model-finding, for counter-examples only
[ Info ] smt-cvc4-proof : CVC4 through SMT-LIB, in-solver inductive reasonning, for proofs only
[ Info ] smt-z3 : Z3 through SMT-LIB
[ Info ] smt-z3-q : Z3 through SMT-LIB, with quantified encoding
[ Info ] unrollz3 : Native Z3 with leon-templates for unfolding
[ Info ] --strict Terminate after each phase if there is an error
[ Info ] --timeout=t Set a timeout for each verification/repair (in sec.)
[ Info ]
[ Info ] Additional options, by component:
[ Info ]
[ Info ] File output (Output parsed/generated program to the specified directory (default: leon.out))
[ Info ] --o=dir Output directory
[ Info ]
[ Info ] Scalac Extraction (Extraction of trees from the Scala Compiler)
[ Info ] --strictCompilation Exit Leon after an error in compilation
[ Info ]
[ Info ] Synthesis (Partial synthesis of "choose" constructs)
[ Info ] --cegis:opttimeout Consider a time-out of CE-search as untrusted solution
[ Info ] --cegis:shrink Shrink non-det programs when tests pruning works well
[ Info ] --cegis:vanuatoo Generate inputs using new korat-style generator
[ Info ] --costmodel=cm Use a specific cost model for this search
[ Info ] --derivtrees Generate derivation trees
[ Info ] --manual=cmd Manual search
[ Info ]
[ Info ] Z3-f (Fair Z3 Solver)
[ Info ] --checkmodels Double-check counter-examples with evaluator
[ Info ] --codegen Use compiled evaluator instead of interpreter
[ Info ] --evalground Use evaluator on functions applied to ground arguments
[ Info ] --feelinglucky Use evaluator to find counter-examples early
[ Info ] --unrollcores Use unsat-cores to drive unrolling while remaining fair
[ Info ]
[ Info ] cvc4 solver (Solver invoked when --solvers=smt-cvc4)
[ Info ] --solver:cvc4=<cvc4-opt>Pass extra arguments to CVC4
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