doc/ugraphs.dox
author deba
Wed, 06 Sep 2006 10:01:15 +0000
changeset 2200 2f2ac1b1ca1e
parent 1909 2d806130e700
child 2391 14a343be7a5a
permissions -rw-r--r--
An easy avoiding of a bug

The functional interfaces are removed.
Better solution could be a reference counted core of the io interfaces

Now it is huge work so just write that:

GraphReader<ListGraph>(std::cin, graph).

Instead of:

graphReader(std::cin, graph).
klao@1030
     1
/*!
klao@1030
     2
klao@1909
     3
\page ugraphs Undirected graph structures
klao@1030
     4
klao@1030
     5
The primary data structures of LEMON are the graph classes.
klao@1030
     6
klao@1030
     7
Under construction.
klao@1030
     8
klao@1030
     9
*/