This class represents a labeled graph. It is just a normal graph with some accessors to aboid ugly typecasts.
None public
std::vector<double> &label(Node *n) throw (invalid_argument)
const std::vector<double> &am;label(Node *n) const throw (invalid_argument)
LabelNode
.
unsigned int &number(Link *l) throw (invalid_argument)
const unsigned int &number(Link *l) const throw (invalid_argument)
NumLink
.