mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
Reduce log output
This commit is contained in:
parent
8ed6938cbe
commit
0a0953ae78
4 changed files with 12 additions and 10 deletions
|
@ -128,9 +128,9 @@ namespace polysat {
|
|||
signed_constraint sc(this, is_positive);
|
||||
|
||||
LOG_H3("Narrowing " << sc);
|
||||
LOG("Assignment: " << assignments_pp(s));
|
||||
LOG("Substituted LHS: " << lhs() << " := " << p);
|
||||
LOG("Substituted RHS: " << rhs() << " := " << q);
|
||||
LOG_V("Assignment: " << assignments_pp(s));
|
||||
LOG_V("Substituted LHS: " << lhs() << " := " << p);
|
||||
LOG_V("Substituted RHS: " << rhs() << " := " << q);
|
||||
|
||||
if (is_always_false(is_positive, p, q)) {
|
||||
s.set_conflict(sc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue