mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 10:41:35 +00:00
bugbash
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f34e55e86e
commit
21711a14f5
7 changed files with 56 additions and 42 deletions
|
@ -228,7 +228,7 @@ namespace polysat {
|
|||
lhs *= x;
|
||||
SASSERT(lhs.leading_coefficient().is_power_of_two());
|
||||
}
|
||||
TRACE("bv", tout << "simplified " << lhs << " <= " << rhs << "\n");
|
||||
TRACE("bv_verbose", tout << "simplified " << lhs << " <= " << rhs << "\n");
|
||||
} // simplify_impl
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue