Searched refs:areSubgraphsAcyclic (Results 1 – 1 of 1) sorted by relevance
58 bool areSubgraphsAcyclic(const TestModel& testModel, size_t index, std::vector<Visited>* visited, in areSubgraphsAcyclic() function73 if (!areSubgraphsAcyclic(testModel, subgraphIndex + 1, visited, order)) return false; in areSubgraphsAcyclic()85 if (!areSubgraphsAcyclic(testModel, 0, &visited, &order)) return std::nullopt; in getSubgraphOrder()