Navigation: Code Documentation > RSCommon > GGraph
GGraph Constants
Name
Description
SDuplicateNodes
'Duplicate node names not allowed'
SInvalidEdge
'Edge must be created with two valid nodes'
SNotAcyclicGraph
'Graph is not acyclic'
SNotWeightedGraph
'Graph is not a weighted graph'
SUnconnectedNode
'Node "%s" is unconnected to any graph'
Top