3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
This commit is contained in:
Jakob Rath 2023-10-23 11:46:43 +02:00
parent 64ac3596bd
commit 83aeba9ef4

View file

@ -1205,7 +1205,7 @@ namespace {
out_fbi.push_from_bit(last_indet, k);
}
}
out_fbi.push_just(i, neg.first);
out_fbi.push_just(last_indet, neg.first);
fixed[last_indet] = neg.second.bits.get_bit(last_indet) ? l_false : l_true;
removed[j] = true;
LOG("Applying fast BCP on bit " << last_indet << " from constraint " << neg.first->src);