3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

disable verbose

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-03-21 10:35:13 -07:00
parent 934b2ad5ef
commit 182979771f

View file

@ -127,7 +127,7 @@ namespace polysat {
// as well as pvars that correspond to these sub-slices.
// does not retrieve a slice corresponding to 'pv' itself.
void solver::get_fixed_sub_slices(pvar const pv, fixed_bits_vector& fixed) {
#define GET_FIXED_SUB_SLICES_DISPLAY 1
#define GET_FIXED_SUB_SLICES_DISPLAY 0
auto consume_slice = [&](euf::enode* n, unsigned offset) -> bool {
euf::enode* r = n->get_root();
if (!r->interpreted())