mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix
This commit is contained in:
parent
64ac3596bd
commit
83aeba9ef4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue