We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e150f0 commit f6ef8a9Copy full SHA for f6ef8a9
src/main/scala/inox/solvers/SolverFactory.scala
@@ -221,7 +221,7 @@ object SolverFactory {
221
}
222
})
223
224
- case _ if finalName.startsWith("smt-z3") => create(p)(finalName, {
+ case _ if finalName == "smt-z3" || finalName.startsWith("smt-z3:") => create(p)(finalName, {
225
val chooseEnc = ChooseEncoder(p)(enc)
226
val fullEnc = enc andThen chooseEnc
227
val theoryEnc = theories.Z3(fullEnc.targetProgram)
0 commit comments