silence spurrious warning

This commit is contained in:
Laurent Perron
2019-04-22 10:18:07 +02:00
parent 07d0207fff
commit 3bd59058da

View File

@@ -3974,7 +3974,7 @@ void RemoveUnusedEquivalentVariables(PresolveContext* context) {
&domain_modified)) {
return;
}
if (domain_modified) {
if (domain_modified && VLOG_IS_ON(1)) {
LOG(WARNING) << "Domain of " << r.representative
<< " was not fully propagated using the affine relation "
<< "(var = " << var