mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 12:45:48 -05: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
|
||||
|
||||
(* 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;
|
||||
v_reason; v_seen; v_default_polarity;
|
||||
a_is_true; a_seen; a_watched; a_form; c_store=_;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue