mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
remove verbose 0 output, #3527
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5673ec046b
commit
499843ae7f
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ namespace sat {
|
||||||
}
|
}
|
||||||
|
|
||||||
void local_search::verify_solution() const {
|
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)
|
for (constraint const& c : m_constraints)
|
||||||
verify_constraint(c);
|
verify_constraint(c);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue