mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
network update
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9467806a5c
commit
bd33e466c2
4 changed files with 578 additions and 137 deletions
|
@ -118,12 +118,16 @@ namespace smt {
|
|||
/**
|
||||
\brief find node that points to 'n' in m_thread
|
||||
*/
|
||||
node find_rev_thread(node n, node ancestor) const;
|
||||
node find_rev_thread(node n) const;
|
||||
|
||||
void fix_depth(node start, node end);
|
||||
|
||||
void swap_order(node q, node v);
|
||||
|
||||
bool check_well_formed();
|
||||
|
||||
bool is_preorder_traversal(node start, node end);
|
||||
|
||||
public:
|
||||
|
||||
network_flow(graph & g, vector<fin_numeral> const & balances);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue