Skip to content

Commit

Permalink
Update Matcher.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
NatKarmios authored Apr 18, 2024
1 parent f8c7f54 commit 44b6185
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GillianCore/engine/Abstraction/Matcher.ml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ module Make (State : SState.S) :

let cons_pure (state : state_t) (f : Formula.t) : cons_pure_result =
if !Config.under_approximation then
(* [sat_check_f] returns the model in case of SAT, None otherwise. *)
match State.assume_a ~matching:true state [ f ] with
| Some state -> Success state
| None -> Vanish
Expand Down

0 comments on commit 44b6185

Please sign in to comment.