mirror of
https://github.com/Z3Prover/z3
synced 2025-04-19 15:19:01 +00:00
reduce output
This commit is contained in:
parent
f4d5bd5cd1
commit
343d693929
|
@ -392,7 +392,7 @@ namespace polysat {
|
|||
SASSERT(!is_assigned(v));
|
||||
if (!m_viable.assign(v, value, dep)) {
|
||||
auto deps = m_viable.explain();
|
||||
verbose_stream() << "non-viable assignment v" << v << " == " << value << " <- " << deps << "\n";
|
||||
TRACE("bv", tout << "non-viable assignment v" << v << " == " << value << " <- " << deps << "\n");
|
||||
s.set_conflict(deps, "non-viable assignment");
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -207,7 +207,7 @@ namespace polysat {
|
|||
// display_explain(verbose_stream() << "found: ", {e,val}) << "\n";
|
||||
m_explain.push_back({ e, val });
|
||||
if (is_conflict()) {
|
||||
verbose_stream() << "find_overlap conflict\n";
|
||||
// verbose_stream() << "find_overlap conflict\n";
|
||||
m_explain_kind = explain_t::conflict;
|
||||
return nullptr;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue