This commit is contained in:
Simon Cruanes 2018-04-11 09:02:36 -05:00
parent 4e215e3d01
commit da77d3ab3b

View file

@ -63,6 +63,7 @@ module Make
clauses_temp : clause Vec.t;
(* Temp clauses, corresponding to the local assumptions. This vec is used
only to have an efficient way to access the list of local assumptions. *)
(* TODO: remove. We only need clauses_hyps for that. *)
mutable unsat_conflict : clause option;
(* conflict clause at [base_level], if any *)