UnweightedGraphSchemeProtocol
public protocol UnweightedGraphSchemeProtocol : GraphSchemeProtocol
Undocumented
-
Undocumented
Declaration
Swift
var contains: (Edge) -> Bool { get }
-
Undocumented
Declaration
Swift
init (_ contains: @escaping (Edge) -> Bool)
-
Undocumented
Declaration
Swift
func containsEdge(from start: Node, to end: Node) -> Bool