src/lemon/unionfind.h
changeset 1197 a2cd33e6f61c
parent 921 818510fa3d99
child 1266 74d616d081f0
equal deleted inserted replaced
0:9cf8ee35cd7a 1:75e6085764ec
     1 /* -*- C++ -*-
     1 /* -*- C++ -*-
     2  * src/lemon/unionfind.h - Part of LEMON, a generic C++ optimization library
     2  * src/lemon/unionfind.h - Part of LEMON, a generic C++ optimization library
     3  *
     3  *
     4  * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     4  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     5  * (Egervary Combinatorial Optimization Research Group, EGRES).
     5  * (Egervary Combinatorial Optimization Research Group, EGRES).
     6  *
     6  *
     7  * Permission to use, modify and distribute this software is granted
     7  * Permission to use, modify and distribute this software is granted
     8  * provided that this copyright notice appears in all copies. For
     8  * provided that this copyright notice appears in all copies. For
     9  * precise terms see the accompanying LICENSE file.
     9  * precise terms see the accompanying LICENSE file.