mirror of
https://github.com/Z3Prover/z3
synced 2026-05-24 10:59:38 +00:00
dont collect clauses twice
This commit is contained in:
parent
e11bf4b9b1
commit
c36cb2f516
1 changed files with 0 additions and 1 deletions
|
|
@ -236,7 +236,6 @@ namespace smt {
|
||||||
// Collect new units learned locally by this worker and send to batch manager
|
// Collect new units learned locally by this worker and send to batch manager
|
||||||
|
|
||||||
ctx->pop_to_base_lvl();
|
ctx->pop_to_base_lvl();
|
||||||
collect_shared_clauses(); // collect shared clauses from other workers while we're ALREADY POPPED TO BASE LEVEL
|
|
||||||
unsigned sz = ctx->assigned_literals().size();
|
unsigned sz = ctx->assigned_literals().size();
|
||||||
for (unsigned j = m_num_shared_units; j < sz; ++j) { // iterate only over new literals since last sync
|
for (unsigned j = m_num_shared_units; j < sz; ++j) { // iterate only over new literals since last sync
|
||||||
literal lit = ctx->assigned_literals()[j];
|
literal lit = ctx->assigned_literals()[j];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue