src/hugo/kruskal.h
changeset 816 a39579c35dd7
parent 810 e9fbc747ca47
child 824 157115b5814a
equal deleted inserted replaced
0:511118ae2946 1:b33fc1b92420
    79     return tot_cost;
    79     return tot_cost;
    80   }
    80   }
    81 
    81 
    82   /* A work-around for running Kruskal with const-reference bool maps... */
    82   /* A work-around for running Kruskal with const-reference bool maps... */
    83 
    83 
    84   ///\bug What is this? Or why doesn't it works?
    84   ///\bug What is this? Or why doesn't it work?
    85   ///
    85   ///
    86   template<typename Map>
    86   template<typename Map>
    87   class NonConstMapWr {
    87   class NonConstMapWr {
    88     const Map &m;
    88     const Map &m;
    89   public:
    89   public: