Skip to content
Snippets Groups Projects
Commit 6e662b09 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Fix the obvious insect

parent f24aafcc
No related branches found
No related tags found
Loading
......@@ -94,7 +94,8 @@ class Synthesizer(val context : LeonContext,
val (npr, fds) = solutionToProgram(sol)
val tsolver = new TimeoutSolver(solver, timeoutMs)
val tsolver = new TimeoutSolver(new FairZ3Solver(context), timeoutMs)
tsolver.setProgram(npr)
val vcs = generateVerificationConditions(reporter, npr, fds.map(_.id.name))
val vctx = VerificationContext(context, Seq(tsolver), context.reporter)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment