doc/license.dox
author deba
Tue, 31 Jan 2006 20:04:36 +0000
changeset 1933 a876a3d6a4c7
parent 1536 308150155bb5
child 2391 14a343be7a5a
permissions -rw-r--r--
Revising the bpugraph concept

We need a public but very limited ANode and BNode class
It can be used with ItemSetTraits and with some special maps

By example:
DescriptorMap<Graph, ANode>
InvertableMap<Graph, ANode, string>
IterableBoolMap<Graph, ANode>
IterableIntMap<Graph, ANode>
IterableValueMap<Graph, ANode, string>
alpar@996
     1
/**
alpar@996
     2
alpar@996
     3
\page license License Terms
alpar@996
     4
alpar@1631
     5
\verbinclude LICENSE
alpar@996
     6
alpar@996
     7
*/