summaryrefslogtreecommitdiff
path: root/src/theory/valuation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/valuation.h')
-rw-r--r--src/theory/valuation.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/theory/valuation.h b/src/theory/valuation.h
index d8d57d2e5..35d990715 100644
--- a/src/theory/valuation.h
+++ b/src/theory/valuation.h
@@ -156,7 +156,13 @@ public:
/** need check ? */
bool needCheck() const;
-
+
+ /**
+ * Is the literal lit (possibly) critical for satisfying the input formula in
+ * the current context? This call is applicable only during collectModelInfo
+ * or during LAST_CALL effort.
+ */
+ bool isRelevant(Node lit) const;
};/* class Valuation */
}/* CVC4::theory namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback