model: add too_many_steps()
[cdsspec-compiler.git] / model.h
diff --git a/model.h b/model.h
index b5c7c30520cb7138cb4219bf8c35a21a6c69d0ab..fba6eccdcbfb23f45740fc1fad08b32e74fa564b 100644 (file)
--- a/model.h
+++ b/model.h
@@ -287,6 +287,7 @@ private:
        bool is_feasible_prefix_ignore_relseq() const;
        bool is_infeasible() const;
        bool is_deadlocked() const;
+       bool too_many_steps() const;
        bool is_complete_execution() const;
        bool have_bug_reports() const;
        void print_bugs() const;