Other Protocols
The following protocols are available globally.
-
Undocumented
Declaration
Swift
public protocol DirectedGraphSchemeProtocol : GraphSchemeProtocol where Self.Edge == OrderedPair<Self.Node>
-
Undocumented
See moreDeclaration
Swift
public protocol GraphSchemeProtocol
-
Undocumented
Declaration
Swift
public protocol UndirectedGraphSchemeProtocol : GraphSchemeProtocol where Self.Edge == UnorderedPair<Self.Node>
-
Undocumented
See moreDeclaration
Swift
public protocol UnweightedGraphSchemeProtocol : GraphSchemeProtocol
-
Undocumented
See moreDeclaration
Swift
public protocol WeightedGraphSchemeProtocol : GraphSchemeProtocol