mirror of
https://github.com/c-cube/sidekick.git
synced 2026-03-10 23:48:37 -04:00
perf(solver): default-pol=false
This commit is contained in:
parent
22638a0c0b
commit
0e77c9ef33
1 changed files with 1 additions and 1 deletions
|
|
@ -435,7 +435,7 @@ module Make(Plugin : PLUGIN)
|
||||||
end
|
end
|
||||||
|
|
||||||
(* allocate new variable *)
|
(* allocate new variable *)
|
||||||
let alloc_var_uncached_ ?default_pol:(pol=true) self (form:lit) : var =
|
let alloc_var_uncached_ ?default_pol:(pol=false) self (form:lit) : var =
|
||||||
let {v_count; v_of_lit; v_level; v_heap_idx; v_weight;
|
let {v_count; v_of_lit; v_level; v_heap_idx; v_weight;
|
||||||
v_reason; v_seen; v_default_polarity;
|
v_reason; v_seen; v_default_polarity;
|
||||||
a_is_true; a_seen; a_watched; a_form; c_store=_;
|
a_is_true; a_seen; a_watched; a_form; c_store=_;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue