mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 17:30:23 +00:00
Refactor pivot rules
This commit is contained in:
parent
97dfb6d521
commit
3b2dd47cd4
5 changed files with 47 additions and 29 deletions
|
@ -74,6 +74,7 @@ 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