COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
01/31/06 21:04:36 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2508
Message:

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>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/iterable_graph_extender.h

    r1910 r1933  
    304304    };
    305305
    306     class ANodeIt : public Node {
     306    class ANodeIt : public ANode {
    307307      friend class IterableBpUGraphExtender;
    308308      const Graph* graph;
     
    326326    };
    327327
    328     class BNodeIt : public Node {
     328    class BNodeIt : public BNode {
    329329      friend class IterableBpUGraphExtender;
    330330      const Graph* graph;
Note: See TracChangeset for help on using the changeset viewer.