X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=cyclegraph.h;h=7e7d180e0c1bd7a73de4653b657896f5a1df3a29;hb=2d0d4ac38e05905a6633b3f2d5112ccadd45c27f;hp=a03ebca4bff1ca3a2fc950acbd33f043c49b2068;hpb=91154c0e76e77ff53c968f3aa7ad7626fae19acb;p=model-checker.git diff --git a/cyclegraph.h b/cyclegraph.h index a03ebca..7e7d180 100644 --- a/cyclegraph.h +++ b/cyclegraph.h @@ -21,8 +21,6 @@ class Promise; class CycleNode; class ModelAction; -typedef ModelVector promise_list_t; - /** @brief A graph of Model Actions for tracking cycles. */ class CycleGraph { public: @@ -84,6 +82,7 @@ class CycleGraph { /** @brief A flag: true if this graph contains cycles */ bool hasCycles; + /** @brief The previous value of CycleGraph::hasCycles, for rollback */ bool oldCycles; SnapVector rollbackvector;