Skip to content

Commit

Permalink
rm th_entailed in new_vars
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed Oct 11, 2024
1 parent 7ee9629 commit c2299e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/reasoners/satml.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2087,6 +2087,7 @@ module Make (Th : Theory.S) : SAT_ML with type th = Th.t = struct
Vec.push env.vars v;
assert (not (is_semantic v.pa));
insert_var_order env v;
accu (*
match th_entailed tenv0 v.pa with
| None -> accu
| Some (c, sz) ->
Expand All @@ -2095,7 +2096,7 @@ module Make (Th : Theory.S) : SAT_ML with type th = Th.t = struct
else unit_cnf, c :: nunit_cnf
[@ocaml.ppwarning
"Issue: BAD decision_level, in particular, \
if minimal-bj is ON"]
if minimal-bj is ON"] *)
) (unit_cnf, nunit_cnf) new_v
in
(* This assert is no longer true because some of the vars in the
Expand Down

0 comments on commit c2299e0

Please sign in to comment.