Skip to content

Commit

Permalink
Update src/smtml/solver.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Mar 5, 2025
1 parent 7dcc263 commit 333ee13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smtml/solver.ml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ module Cached (Mappings_ : Mappings.S) = struct
let model ?(symbols : Symbol.t list option) (s : t) : Model.t option =
let open Option in
let* last_check = s.last_check in
(* We need to explicitly check_set because we don't want a cached reseponse *)
(* We need to explicitly check_set because we don't want a cached response *)
match check_set s.solver last_check with
| `Sat -> model ?symbols s.solver
| `Unsat | `Unknown -> None
Expand Down

0 comments on commit 333ee13

Please sign in to comment.