Chromium Code Reviews| Index: cycle_breaker.h |
| diff --git a/cycle_breaker.h b/cycle_breaker.h |
| index e9bb1e4aa5c6d3be30ed8ad7cf54d185aece1c5f..359f55b447ed4a577f583ab8408e9d494273b2b6 100644 |
| --- a/cycle_breaker.h |
| +++ b/cycle_breaker.h |
| @@ -35,6 +35,7 @@ class CycleBreaker { |
| void HandleCircuit(); |
| void Unblock(Vertex::Index u); |
| bool Circuit(Vertex::Index vertex); |
| + bool StackContainsCutEdge() const; |
| std::vector<bool> blocked_; // "blocked" in the paper |
| Vertex::Index current_vertex_; // "s" in the paper |