mirror of
https://github.com/Z3Prover/z3
synced 2025-11-08 23:35:07 +00:00
change verbosity level
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c14c778735
commit
af5d989d6c
4 changed files with 7 additions and 12 deletions
|
|
@ -61,7 +61,6 @@ namespace opt {
|
|||
});
|
||||
|
||||
DEBUG_CODE(if (is_sat == l_true) {
|
||||
IF_VERBOSE(0, verbose_stream() << "validating assignment\n";);
|
||||
m_s->push();
|
||||
commit_assignment();
|
||||
VERIFY(l_true == m_s->check_sat(0,0));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue