Skip to content

Commit

Permalink
Fix Z3 assert and track (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloed authored Apr 22, 2024
1 parent 81ec9b5 commit af4a529
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ open class KZ3Solver(private val ctx: KContext) : KSolver<KZ3SolverConfiguration
trackedAssertions.put(z3TrackVar, expr)

solver.solverAssertAndTrack(z3Expr, z3TrackVar)

z3Ctx.assertPendingAxioms(solver)
}

override fun check(timeout: Duration): KSolverStatus = z3TryCheck {
Expand Down

0 comments on commit af4a529

Please sign in to comment.