More whitespace cleanups

This commit is contained in:
Tiago Gomes
2012-12-20 23:19:10 +00:00
parent 421d6f72ee
commit 01d8f8e178
61 changed files with 209 additions and 210 deletions

View File

@@ -28,7 +28,7 @@ ElimGraph::ElimGraph (const vector<Factor*>& factors)
}
if (neighbors (n1, n2) == false) {
addEdge (n1, n2);
}
}
}
}
if (vids.size() == 1) {
@@ -86,7 +86,7 @@ ElimGraph::print (void) const
cout << " " << neighs[j]->label();
}
cout << endl;
}
}
}
@@ -142,7 +142,7 @@ ElimGraph::getEliminationOrder (
Factors::const_iterator first = factors.begin();
Factors::const_iterator end = factors.end();
for (; first != end; ++first) {
Util::addToVector (allVids, (*first)->arguments());
Util::addToVector (allVids, (*first)->arguments());
}
TinySet<VarId> elimOrder (allVids);
elimOrder -= TinySet<VarId> (excludedVids);