Add SCFence analysis
[model-checker.git] / execution.h
index 3635657edc762879faefcfdd6c63895abec64c45..9322f55b4c3e0de4ab37502e328d812bf479be68 100644 (file)
@@ -116,6 +116,8 @@ public:
 
        action_list_t * get_action_trace() { return &action_trace; }
 
+       CycleGraph * const get_mo_graph() { return mo_graph; }
+
        SNAPSHOTALLOC
 private:
        int get_execution_number() const;