mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
perf: return to default-pol=true
previous commit fixed sign error (move from `negated` to `same_sign` so restore good behavior
This commit is contained in:
parent
9aee35c6ce
commit
672f828c82
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=false) self (form:lit) : var =
|
let alloc_var_uncached_ ?default_pol:(pol=true) 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