Searched refs:HasBackedge (Results 1 – 1 of 1) sorted by relevance
256 bool circuit(int V, int S, NodeSetType &NodeSets, bool HasBackedge = false);1437 bool HasBackedge) { in circuit() argument1449 if (!HasBackedge) in circuit()1455 if (circuit(W, S, NodeSets, W < V ? true : HasBackedge)) in circuit()