66 return _pdag_.neighbours(
id);
const NodeSet & neighbours(NodeId id) const
wrapping MixedGraph::parents(id)
const std::string & nameFromId(NodeId node) const
wrappping .name()
Size sizeEdges() const
wrapping MixedGraph::sizeEdges()
NodeId idFromName(const std::string &name) const
wrappping DAGModel::idFromName()
const NodeSet & children(NodeId id) const
wrapping MixedGraph::parents(id)
Size sizeArcs() const
wrapping MixedGraph::sizeArcs()
const ArcSet & arcs() const
wrapping MixedGraph::arcs()
const DAGmodel * _dagmodel_
const NodeSet & parents(NodeId id) const
wrapping MixedGraph::parents(id)
const NodeGraphPart & nodes() const
wrapping MixedGraph::nodes()
Size size() const
wrapping MixedGraph::size()
const EdgeSet & edges() const
wrapping MixedGraph::edges()
Size sizeNodes() const
wrapping MixedGraph::sizeNodes()
Class for node sets in graph.
Base class for partially directed acyclic graphs.
Class building the essential Graph from a DAGmodel.
std::size_t Size
In aGrUM, hashed values are unsigned long int.
Set< Edge > EdgeSet
Some typdefs and define for shortcuts ...
Size NodeId
Type for node ids.
Set< Arc > ArcSet
Some typdefs and define for shortcuts ...
Set< NodeId > NodeSet
Some typdefs and define for shortcuts ...
gum is the global namespace for all aGrUM entities