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:
Simon Cruanes 2021-08-22 01:44:37 -04:00
parent 9aee35c6ce
commit 672f828c82
No known key found for this signature in database
GPG key ID: 4AC01D0849AA62B6

View file

@ -435,7 +435,7 @@ module Make(Plugin : PLUGIN)
end
(* 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;
v_reason; v_seen; v_default_polarity;
a_is_true; a_seen; a_watched; a_form; c_store=_;