mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
Minor updates
This commit is contained in:
parent
905f230b8f
commit
e715ccbc98
3 changed files with 33 additions and 17 deletions
|
@ -47,7 +47,7 @@ namespace smt {
|
|||
typedef dl_graph<Ext> graph;
|
||||
typedef typename Ext::numeral numeral;
|
||||
typedef typename Ext::fin_numeral fin_numeral;
|
||||
graph & m_graph;
|
||||
graph m_graph;
|
||||
|
||||
// Denote supply/demand b_i on node i
|
||||
vector<fin_numeral> m_balances;
|
||||
|
@ -85,6 +85,9 @@ namespace smt {
|
|||
// Initialize the network with a feasible spanning tree
|
||||
void initialize();
|
||||
|
||||
bool get_edge_id(dl_var source, dl_var target, edge_id & id);
|
||||
|
||||
|
||||
void update_potentials();
|
||||
|
||||
void update_flows();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue