Skip to content

Commit 75859ef

Browse files
model anomaly fix #4171
1 parent 4067c84 commit 75859ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/muz/spacer/spacer_util.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,11 @@ namespace {
409409
}
410410
}
411411

412+
412413
if (!m_model.is_true(res)) {
413-
verbose_stream() << "Bad literal: " << res << "\n";
414+
IF_VERBOSE(2, verbose_stream()
415+
<< "(spacer-model-anomaly: " << res << ")\n";
414416
}
415-
SASSERT(m_model.is_true(res));
416417
out.push_back(res);
417418
}
418419

0 commit comments

Comments
 (0)