summaryrefslogtreecommitdiff
path: root/src/theory/valuation.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-10-16 12:17:03 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2014-10-16 12:17:10 +0200
commitf4046606737f18ed7ffd9da55529e08b704a5b05 (patch)
tree1e34dac40af306637a0e4bff78ec1cf86e10bc15 /src/theory/valuation.h
parentc7853984ccd70223215fa36fcb402f58bd86696f (diff)
Add dt.size to datatypes theory. Add option for fairness strategy used by CEGQI. Improve care graph/equality status for datatypes. Only do FULL effort check in datatypes if no other theories used output channel.
Diffstat (limited to 'src/theory/valuation.h')
-rw-r--r--src/theory/valuation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/valuation.h b/src/theory/valuation.h
index 448d055d4..540ebd8fc 100644
--- a/src/theory/valuation.h
+++ b/src/theory/valuation.h
@@ -135,6 +135,9 @@ public:
*/
std::pair<bool, Node> entailmentCheck(theory::TheoryOfMode mode, TNode lit, const theory::EntailmentCheckParameters* params = NULL, theory::EntailmentCheckSideEffects* out = NULL);
+ /** need check ? */
+ bool needCheck() const;
+
};/* class Valuation */
}/* CVC4::theory namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback