Skip to content
Snippets Groups Projects
Commit 829a7ae6 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Do not print what nodes are ignored

parent 8f37b74d
Branches
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ int main() {
if (bounding) {
++bounding_nodes;
size_t id = myVertexMapper.map(*it);
std::cout << "Ignoring id #" << id << std::endl;
// std::cout << "Ignoring id #" << id << std::endl;
ignoreNodes[id] = true;
}
if (extremal) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment