Skip to content
Snippets Groups Projects
Commit 14d26164 authored by Mikaël Mayer's avatar Mikaël Mayer
Browse files

Updated z3 version, CVC4 and smt-lib format

parent 1f682c78
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ class SMTLIBCVC4CounterExampleSolver(context: LeonContext, program: Program) ext
"--rewrite-divk",
"--produce-models",
"--print-success",
"--lang", "smt",
"--lang", "smt2.5",
"--fmf-fun"
) ++ userDefinedOps(ctx)
}
......
......@@ -17,7 +17,7 @@ class SMTLIBCVC4ProofSolver(context: LeonContext, program: Program) extends SMTL
Seq(
"-q",
"--print-success",
"--lang", "smt",
"--lang", "smt2.5",
"--quant-ind",
"--rewrite-divk",
"--conjecture-gen",
......
......@@ -25,7 +25,7 @@ class SMTLIBCVC4Solver(context: LeonContext, program: Program) extends SMTLIBSol
// "--dt-rewrite-error-sel", // Removing since it causes CVC4 to segfault on some inputs
"--rewrite-divk",
"--print-success",
"--lang", "smt"
"--lang", "smt2.5"
) ++ userDefinedOps(ctx).toSeq
}
}
......
......@@ -86,7 +86,7 @@ x64, do the following:
2. Copy ``unmanaged/common/vanuatoo*.jar`` to ``unmanaged/64/``
You may be able to obtain additional tips on getting Leon to work on Windows
from Mikael Mayer, http://people.epfl.ch/mikael.mayer
from [Mikael Mayer](http://people.epfl.ch/mikael.mayer) or on [his dedicated web page](http://lara.epfl.ch/~mayer/leon/),
.. _smt-solvers:
......
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