Skip to content

Commit

Permalink
use the cached solver mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Feb 21, 2025
1 parent a1767d8 commit 0df34b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symbolic/solver.ml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let fresh solver () =
let module Mapping = (val Smtml.Solver_dispatcher.mappings_of_solver solver)
in
let module Mapping = Mapping.Fresh.Make () in
let module Batch = Smtml.Solver.Batch (Mapping) in
let module Batch = Smtml.Solver.Cached (Mapping) in
let solver = Batch.create ~logic:QF_BVFP () in
S ((module Batch), solver)

Expand Down

0 comments on commit 0df34b2

Please sign in to comment.