3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00

small fixes in duality

This commit is contained in:
Ken McMillan 2013-06-07 11:51:22 -07:00
parent c57509d795
commit adb1f95e0a
3 changed files with 7 additions and 5 deletions

View file

@ -787,7 +787,7 @@ namespace Duality {
Edge *e = unwinding->CreateLowerBoundEdge(node);
// node->Annotation = save;
insts_of_node[node->map].push_back(node);
std::cout << "made leaf: " << node->number << std::endl;
// std::cout << "made leaf: " << node->number << std::endl;
return e;
}
#endif