3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-04 12:40:23 +00:00

logging and fixes

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-08-28 15:45:29 -07:00
parent 677b5b4196
commit 43a5b3dde0
6 changed files with 55 additions and 24 deletions

View file

@ -86,8 +86,6 @@ namespace sls {
if (m_new_constraint || !unsat().empty())
return l_undef;
//verbose_stream() << unsat().size() << " " << m_new_constraint << "\n";
if (all_of(m_plugins, [&](auto* p) { return !p || p->is_sat(); })) {
model_ref mdl = alloc(model, m);
for (expr* e : subterms())