mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +00:00
remove verbose 0 output, #3527
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5673ec046b
commit
499843ae7f
|
@ -223,7 +223,7 @@ namespace sat {
|
|||
}
|
||||
|
||||
void local_search::verify_solution() const {
|
||||
IF_VERBOSE(0, verbose_stream() << "verifying solution\n");
|
||||
IF_VERBOSE(10, verbose_stream() << "verifying solution\n");
|
||||
for (constraint const& c : m_constraints)
|
||||
verify_constraint(c);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue