mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
4f64f069ab
301 changed files with 15728 additions and 18169 deletions
|
@ -439,7 +439,7 @@ namespace smt {
|
|||
}
|
||||
else if (!check(q)) {
|
||||
if (m_params.m_mbqi_trace || get_verbosity_level() >= 5) {
|
||||
verbose_stream() << "(smt.mbqi :failed " << q->get_qid() << ")\n";
|
||||
IF_VERBOSE(0, verbose_stream() << "(smt.mbqi :failed " << q->get_qid() << ")\n");
|
||||
}
|
||||
TRACE("model_checker", tout << "checking quantifier " << mk_pp(q, m) << " failed\n";);
|
||||
num_failures++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue