mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
fix-eq bits and projection
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c2db127a45
commit
4173bf930b
|
@ -334,6 +334,7 @@ doc* doc_manager::project(doc_manager& dstm, unsigned n, bool const* to_delete,
|
|||
(*t1).set(i, BIT_x);
|
||||
for (unsigned k = 0; k < neg.size(); ++k) {
|
||||
if (tbvm().set_and(*t1, *neg[k])) {
|
||||
(*t1).set(i, BIT_x);
|
||||
new_todo.push_back(t1.detach());
|
||||
t1 = tbvm().allocate(*pos[j]);
|
||||
(*t1).set(i, BIT_x);
|
||||
|
|
Loading…
Reference in a new issue