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:
parent
934b2ad5ef
commit
182979771f
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue