3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 20:18:18 +00:00
This commit is contained in:
Nikolaj Bjorner 2020-05-02 15:54:12 -07:00
parent 75859ef4e4
commit 09d881cce5

View file

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