doc/ugraphs.dox
author deba
Wed, 06 Sep 2006 10:19:57 +0000
changeset 2202 09cbc87cb4ab
parent 1909 2d806130e700
child 2391 14a343be7a5a
permissions -rw-r--r--
New map type based on array map for debugging purpose

It checks multiple allocation and deallocation of map values and
some consistency.

todo:
clarification of debugging concepts
assertions - exceptions - debug
revision of attic/debug.h

motto:
testing is at least so important as coding
     1 /*!
     2 
     3 \page ugraphs Undirected graph structures
     4 
     5 The primary data structures of LEMON are the graph classes.
     6 
     7 Under construction.
     8 
     9 */