mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
fix-eq bits and projection
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c2db127a45
commit
4173bf930b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue