mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
Update basic spanning tree to be on par with threaded one
This commit is contained in:
parent
7bc7a61a40
commit
37f5628824
6 changed files with 63 additions and 26 deletions
|
@ -74,7 +74,6 @@ namespace smt {
|
|||
private:
|
||||
graph * m_tree_graph;
|
||||
|
||||
|
||||
public:
|
||||
basic_spanning_tree(graph & g);
|
||||
void initialize(svector<edge_id> const & tree);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue