3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 03:45:51 +00:00

Use templates on spanning trees

This commit is contained in:
Anh-Dung Phan 2013-11-07 07:33:25 +01:00
parent 55e91c099f
commit bc9bfe7f97
5 changed files with 64 additions and 45 deletions

View file

@ -32,7 +32,7 @@ Notes:
#include"inf_rational.h"
#include"diff_logic.h"
#include"spanning_tree.h"
#include"spanning_tree_def.h"
namespace smt {
@ -51,7 +51,7 @@ namespace smt {
typedef typename Ext::fin_numeral fin_numeral;
graph m_graph;
thread_spanning_tree tree;
thread_spanning_tree<Ext> tree;
// Denote supply/demand b_i on node i
vector<fin_numeral> m_balances;