3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

newline is implicit

This commit is contained in:
Jakob Rath 2022-08-25 16:37:38 +02:00
parent e39e1dcc49
commit 41b74ab215

View file

@ -111,7 +111,7 @@ namespace polysat {
continue;
if (e.interval.currently_contains(f.interval)) {
// f subset of e ==> f.src subsumes e.src
LOG("Literal " << s.lit2cnstr(cl[i]) << " subsumed by " << s.lit2cnstr(cl[j]) << "\n");
LOG("Literal " << s.lit2cnstr(cl[i]) << " subsumed by " << s.lit2cnstr(cl[j]));
e.subsumed = true;
any_subsumed = true;
break;