mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
newline is implicit
This commit is contained in:
parent
e39e1dcc49
commit
41b74ab215
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue