const NodeSet & parents(const NodeId id) const
wrapping DiGraph::parents(id)
Size sizeArcs() const
wrapping DiGraph::sizeArcs()
Size sizeNodes() const
wrapping DiGraph::sizeNodes()
Size size() const
alias for sizeNodes
const NodeSet & children(const NodeId id) const
wrapping DiGraph::parents(id)
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Size size() const
wrapping DiGraph::size()
const ArcSet & arcs() const
wrapping DiGraph::arcs()
Size sizeArcs() const
indicates the number of arcs stored within the ArcGraphPart
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
const NodeSet & parents(const NodeId id) const
returns the set of nodes with arc ingoing to a given node
const NodeGraphPart & nodes() const
return *this as a NodeGraphPart
Base class for all oriented graphs.
Class for node sets in graph.
Size sizeNodes() const
returns the number of nodes in the NodeGraphPart
const NodeSet & children(const NodeId id) const
returns the set of nodes with arc outgoing from a given node
const ArcSet & arcs() const
returns the set of arcs stored within the ArcGraphPart
std::size_t Size
In aGrUM, hashed values are unsigned long int.
Size NodeId
Type for node ids.
const NodeGraphPart & nodes() const
wrapping DiGraph::nodes()