3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-21 10:41:35 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-01-09 14:15:25 -08:00
parent f34e55e86e
commit 21711a14f5
7 changed files with 56 additions and 42 deletions

View file

@ -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
}