3
0
Fork 0
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:
Nikolaj Bjorner 2013-12-02 21:51:20 -08:00
parent c14c778735
commit af5d989d6c
4 changed files with 7 additions and 12 deletions

View file

@ -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));