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-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
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-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
#define GUM_ERROR(type, msg)