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

Fix options in NewSolvers Regression

parent 1d97ed47
No related branches found
No related tags found
No related merge requests found
...@@ -34,11 +34,11 @@ class NewSolversRegression extends VerificationRegression { ...@@ -34,11 +34,11 @@ class NewSolversRegression extends VerificationRegression {
( (
if (isZ3Available) if (isZ3Available)
List(List("--solvers=smt-z3-quantified", "--feelinglucky", "--timeout=3")) List(List("--solvers=smt-z3-q", "--feelinglucky", "--timeout=3"))
else Nil else Nil
) ++ ( ) ++ (
if (isCVC4Available) if (isCVC4Available)
List(List("--solvers=smt-2.5-cvc4", "--feelinglucky")) List(List("--solvers=smt-cvc4-proof", "--feelinglucky", "--timeout=5"))
else Nil else Nil
) )
} }
......
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