doc/undir_graphs.dox
author deba
Wed, 15 Dec 2004 19:56:55 +0000
changeset 1037 3eaff8d04171
child 1909 2d806130e700
permissions -rw-r--r--
graph_io under construction
This is a working version, but needs more improvments.

todo:
documention + fix the file format
improve the exception system

add some possible asserts

tutorials
     1 /*!
     2 
     3 \page undir_graphs Undirected graph structures
     4 
     5 The primary data structures of LEMON are the graph classes.
     6 
     7 Under construction.
     8 
     9 */