Search Context
data class SearchContext<NodeId, EdgeId>( val finishedNodes: MutableSet<NodeId>, val currentPath: List<EdgeId>, val destination: NodeId)
Content copied to clipboard
Constructors
Link copied to clipboard
fun <NodeId, EdgeId> SearchContext( finishedNodes: MutableSet<NodeId>, currentPath: List<EdgeId>, destination: NodeId)
Content copied to clipboard
Functions
Link copied to clipboard
fun withAddedEdge(edge: EdgeId): BasicGraphSearch.SearchContext<NodeId, EdgeId>
Content copied to clipboard