mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
fix str.at rewrite
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9a516e5e41
commit
82c39f81a3
|
@ -1586,9 +1586,11 @@ namespace nlsat {
|
||||||
check_lemma(c->size(), c->c_ptr(), false, nullptr);
|
check_lemma(c->size(), c->c_ptr(), false, nullptr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
for (clause* c : m_learned) {
|
for (clause* c : m_learned) {
|
||||||
IF_VERBOSE(0, display(verbose_stream() << "KEEP: ", c->size(), c->c_ptr()) << "\n");
|
IF_VERBOSE(0, display(verbose_stream() << "KEEP: ", c->size(), c->c_ptr()) << "\n");
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
assumptions.reset();
|
assumptions.reset();
|
||||||
assumptions.append(result);
|
assumptions.append(result);
|
||||||
return r;
|
return r;
|
||||||
|
|
Loading…
Reference in a new issue