nodestack: turn magic promise numbers into enum + typedef
[model-checker.git] / cyclegraph.h
index c8ba531427f29a3edc5613d1ba1f50bf63067ed8..2e523d7950b28c5b91830217414eebbc459d2972 100644 (file)
@@ -21,6 +21,8 @@ class CycleGraph {
        bool checkForCycles();
        void addRMWEdge(const ModelAction *from, const ModelAction *rmw);
 
+       bool checkReachable(const ModelAction *from, const ModelAction *to);
+
  private:
        CycleNode * getNode(const ModelAction *);