lemon/kruskal.h
changeset 1177 3c00344f49c9
parent 921 140c953ad5d1
     1.1 --- a/lemon/kruskal.h	Mon Jul 16 16:21:40 2018 +0200
     1.2 +++ b/lemon/kruskal.h	Wed Oct 17 19:14:07 2018 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4   *
     1.5   * This file is a part of LEMON, a generic C++ optimization library.
     1.6   *
     1.7 - * Copyright (C) 2003-2009
     1.8 + * Copyright (C) 2003-2013
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -30,9 +30,6 @@
    1.13  ///\ingroup spantree
    1.14  ///\file
    1.15  ///\brief Kruskal's algorithm to compute a minimum cost spanning tree
    1.16 -///
    1.17 -///Kruskal's algorithm to compute a minimum cost spanning tree.
    1.18 -///
    1.19  
    1.20  namespace lemon {
    1.21