Skip to content
Snippets Groups Projects
Commit 0118c357 authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Include GroundSolver in docs

parent 8d899398
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,10 @@ These options are available by all Leon components:
* ``unrollz3``
Native Z3, but inductive reasoning happens within Leon (similarly to ``smt-z3``).
* ``ground``
Only solves ground verification conditions (without variables) by evaluating them.
* ``--strict``
......
......@@ -37,7 +37,7 @@ object SolverFactory {
"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",
"ground" -> "Only solves ground terms by evaluating them",
"ground" -> "Only solves ground verification conditions by evaluating them",
"enum" -> "Enumeration-based counter-example-finder"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment