3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-19 15:19:01 +00:00

revert for now

This commit is contained in:
Jakob Rath 2024-04-12 14:35:12 +02:00
parent 183f96b481
commit 06e5595e87

View file

@ -896,7 +896,7 @@ next:
if (ebw < abw) {
// 'e' is the last entry of a hole.
// This case is handled in explain_hole_overlap.
return;
// return; // TODO: disabled for now
}
if (ebw < bw || aw != bw) {
@ -1072,7 +1072,7 @@ next:
SASSERT(eew < bew);
SASSERT(eew < aew);
// return;
return; // TODO: disabled for now
verbose_stream() << "explain_hole_overlap:\n";
display_explain(verbose_stream() << " before ", before) << "\n";