3
0
Fork 0
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:
Anh-Dung Phan 2013-11-06 13:30:29 -08:00
parent cf75a7743e
commit 034b33b6da
5 changed files with 55 additions and 74 deletions

View file

@ -127,6 +127,7 @@ namespace smt {
bool check_well_formed();
bool is_preorder_traversal(node start, node end);
node get_final(int start);
public: