Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yices #46

Merged
merged 13 commits into from
Feb 14, 2023
Prev Previous commit
Next Next commit
Fix timeout
  • Loading branch information
Bupaheh committed Feb 13, 2023
commit 2cb883e86e6aab7c24bee2392477d4572f0bb53b
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class KYicesSolver(private val ctx: KContext) : KSolver<KYicesSolverConfiguratio
} catch (ex: YicesException) {
throw KSolverException(ex)
} finally {
timer.cancel()
task.cancel()
}
}

Expand Down