mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
Remove m_final from spanning tree representation
This commit is contained in:
parent
cf75a7743e
commit
034b33b6da
5 changed files with 55 additions and 74 deletions
|
@ -127,6 +127,7 @@ namespace smt {
|
|||
bool check_well_formed();
|
||||
|
||||
bool is_preorder_traversal(node start, node end);
|
||||
node get_final(int start);
|
||||
|
||||
public:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue