DiGraph & operator=(const DiGraph &g)
copy operator
virtual void addArc(const NodeId tail, const NodeId head)
insert a new arc into the directed graph
DAG & operator=(const DAG &g)
copy operator
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
virtual void addArc(const NodeId tail, const NodeId head)
insert a new arc into the directed graph
bool hasDirectedPath(const NodeId from, const NodeId to)
checks whether there exists a directed path from from to to
Size NodeId
Type for node ids.
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
#define GUM_ERROR(type, msg)