Determines if a trek system exists in the mixed graph.
getTrekSystem(this, fromNodes, toNodes, avoidEdgesOnRight)# S3 method for MixedGraphFixedOrder
getTrekSystem(this, fromNodes, toNodes,
avoidEdgesOnRight = NULL)
# S3 method for MixedGraph
getTrekSystem(this, fromNodes, toNodes,
avoidEdgesOnRight = NULL)
the mixed graph object
the start nodes
the end nodes
a collection of edges in the graph that should not be used on any right hand side of any trek in the trek system.