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:
parent
677b5b4196
commit
43a5b3dde0
6 changed files with 55 additions and 24 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue