home *** CD-ROM | disk | FTP | other *** search
- /*******************************************************************************
- +
- + LEDA 2.1.1 11-15-1991
- +
- +
- + _node_part.c
- +
- +
- + Copyright (c) 1991 by Max-Planck-Institut fuer Informatik
- + Im Stadtwald, 6600 Saarbruecken, FRG
- + All rights reserved.
- +
- *******************************************************************************/
-
-
- #include <LEDA/node_partition.h>
-
- void node_partition::init(const graph& G)
- { node v;
- I.init(G,nil);
- forall_nodes(v,G) I.entry(v) = (ent)(P.make_block((ent)v));
- }
-
-
-