mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-11 05:28:34 -05:00
add todo
This commit is contained in:
parent
4e215e3d01
commit
da77d3ab3b
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ module Make
|
||||||
clauses_temp : clause Vec.t;
|
clauses_temp : clause Vec.t;
|
||||||
(* Temp clauses, corresponding to the local assumptions. This vec is used
|
(* Temp clauses, corresponding to the local assumptions. This vec is used
|
||||||
only to have an efficient way to access the list of local assumptions. *)
|
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;
|
mutable unsat_conflict : clause option;
|
||||||
(* conflict clause at [base_level], if any *)
|
(* conflict clause at [base_level], if any *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue