mirror of
https://github.com/Z3Prover/z3
synced 2025-07-25 21:57:00 +00:00
na
This commit is contained in:
parent
75859ef4e4
commit
09d881cce5
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ namespace {
|
||||||
|
|
||||||
if (!m_model.is_true(res)) {
|
if (!m_model.is_true(res)) {
|
||||||
IF_VERBOSE(2, verbose_stream()
|
IF_VERBOSE(2, verbose_stream()
|
||||||
<< "(spacer-model-anomaly: " << res << ")\n";
|
<< "(spacer-model-anomaly: " << res << ")\n");
|
||||||
}
|
}
|
||||||
out.push_back(res);
|
out.push_back(res);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue