12 #ifndef LINKGRAPH_BASE_H 13 #define LINKGRAPH_BASE_H
EdgeWrapper< const BaseEdge > ConstEdge
A constant edge class.
Declaration of link graph schedule used for cargo distribution.
An iterator for const edges.
Wrapper for an edge (const or not) allowing retrieval, but no modification.
Declaration of link graph classes used for cargo distribution.
An iterator for non-const edges.
Node(LinkGraph *lg, NodeID node)
Constructor.