Skip to content

Commit

Permalink
Add caching (in progress)
Browse files Browse the repository at this point in the history
  • Loading branch information
iirekm committed Feb 20, 2025
1 parent 66bda72 commit 47df758
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/halmos/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ def _solve_low_level(path_ctx: PathContext, _) -> SolverOutput:
# which translates to timeout_seconds=None for subprocess.run
timeout_seconds = t / 1000 if (t := args.solver_timeout_assertion) else None

Path("out.txt").write_text(Path(smt2_filename).read_text())
cmd = args.solver_command.split() + [smt2_filename]
future = PopenFuture(cmd, timeout=timeout_seconds)

Expand Down

0 comments on commit 47df758

Please sign in to comment.