summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2012-10-26 02:37:38 +0000
committerClark Barrett <barrett@cs.nyu.edu>2012-10-26 02:37:38 +0000
commitddd3797ee72443bd35f6cea146c3752ea0dd2286 (patch)
treeda5f69ec295e31eddcca999247f98025bd8e5752 /src/theory/theory_engine.h
parent20897efe113ff62e5a91840933a0b424e32f6771 (diff)
More bug fixes and more checks for models
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index d542d0dd7..8331ef61d 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -710,6 +710,11 @@ public:
*/
void handleUserAttribute( const char* attr, theory::Theory* t );
+ /** Check that the theory assertions are satisfied in the model
+ * This function is called from the smt engine's checkModel routine
+ */
+ void checkTheoryAssertionsWithModel();
+
};/* class TheoryEngine */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback