Lines Matching refs:Path
54 struct Path {
117 static std::string CycleAsString(Path cycle, std::string prompt = "L: ", std::string terminator = "|",
139 Path FindFirstCycle()
143 return Path {};
150 Path cycle = RunDfsFromVertex(seedIdx);
155 return Path {};
186 Path DfsBuildCycleInfo(DfsStack &dfsStack, DfsState state)
188 Path result;
245 Path RunDfsFromVertex(VIdx seedVertexIdx)
267 return Path {};