dalicious ~master (2022-03-10T20:55:15.5110933)
Dub
Repo
NoDAG
dalicious
algorithm
graph
Thrown if a cycle was detected.
class
NoDAG : Exception {
this
(string file, size_t line, Throwable next);
}
Constructors
this
this
(string file, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
dalicious
algorithm
graph
classes
NoDAG
functions
connectedComponents
dagSingleSourceShortestPaths
hopcroftKarp
topologicalSort
structs
HopcroftKarpImpl
SingleSourceShortestPathsSolution
Thrown if a cycle was detected.