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:
parent
c57509d795
commit
adb1f95e0a
3 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue