mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +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);
|
||||
}
|
||||
}
|
||||
#if 0
|
||||
for (clause* c : m_learned) {
|
||||
IF_VERBOSE(0, display(verbose_stream() << "KEEP: ", c->size(), c->c_ptr()) << "\n");
|
||||
}
|
||||
#endif
|
||||
assumptions.reset();
|
||||
assumptions.append(result);
|
||||
return r;
|
||||
|
|
Loading…
Reference in a new issue