mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 17:30:23 +00:00
Fix a few issues related to thread spanning tree
This commit is contained in:
parent
761c95129b
commit
af8da013b5
5 changed files with 90 additions and 92 deletions
|
@ -49,7 +49,7 @@ namespace smt {
|
|||
|
||||
void swap_order(node q, node v);
|
||||
node find_rev_thread(node n) const;
|
||||
void fix_depth(node start, node end);
|
||||
void fix_depth(node start, node after_end);
|
||||
node get_final(int start);
|
||||
bool is_preorder_traversal(node start, node end);
|
||||
node get_common_ancestor(node u, node v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue