COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/work/athos/kruskal_otletek @ 511:325c9430723e

Last change on this file since 511:325c9430723e was 251:f123e5116bc1, checked in by athos, 20 years ago

Csak pár ötlet...

File size: 356 bytes
Line 
1
2UnionFind<graph_type, NodeIt> uf( G, G.NodeIt());
3NodeUnionFind<graph_type> uf( G);
4
5Kell e:
6find visszaadja a nagyfonokot, altalaban kell e a belso tarolobol tudni visszafejteni az ott levo pontot.
7Kell e merge(int, int)
8     esetleg merge(Nodeit fonoka, NodeIt fonokb)
9
10konstruálás map-bõl.
11find: visszaad egy egészet
12
13findAndMerge: visszaad egy boolt
14
Note: See TracBrowser for help on using the repository browser.