changeset 2538 | 7bdd328de87a |
parent 2399 | ccf2a1fa1821 |
child 2553 | bfced05fa852 |
3:a9d60e8a96a2 | 4:0d4abc4d5cee |
---|---|
53 template <typename UGraph, |
53 template <typename UGraph, |
54 typename CostMap = typename UGraph:: template UEdgeMap<double> > |
54 typename CostMap = typename UGraph:: template UEdgeMap<double> > |
55 class SteinerTree { |
55 class SteinerTree { |
56 public: |
56 public: |
57 |
57 |
58 UGRAPH_TYPEDEFS(typename UGraph) |
58 UGRAPH_TYPEDEFS(typename UGraph); |
59 |
59 |
60 typedef typename CostMap::Value Value; |
60 typedef typename CostMap::Value Value; |
61 |
61 |
62 private: |
62 private: |
63 |
63 |