containsEdgeAmong

abstract fun containsEdgeAmong(node1: Node<T>, node2: Node<T>): Boolean

Whether this graph has an edge going from node1 to node2, regardless of its weight.