mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +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
|
@ -244,7 +244,7 @@ namespace smt {
|
|||
};
|
||||
|
||||
graph m_graph;
|
||||
thread_spanning_tree<Ext> m_tree;
|
||||
spanning_tree_base * m_tree;
|
||||
|
||||
// Denote supply/demand b_i on node i
|
||||
vector<fin_numeral> m_balances;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue