summaryrefslogtreecommitdiff
path: root/src/compat/cvc3_compat.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-01-27 20:00:54 +0000
committerMorgan Deters <mdeters@gmail.com>2012-01-27 20:00:54 +0000
commitf7eb28b85addc21ad55952c0cb00b9e5127beced (patch)
tree0832cb03056873f76eaa3b92631a8c4229c2f835 /src/compat/cvc3_compat.h
parentc6654673bfbf2358f2461f7ba3735d9142aa91b7 (diff)
effecting the same change in the compat Java binding as was done to CVC3 yesterday (ValidityChecker::value() and ValidityChecker::getValue())
Diffstat (limited to 'src/compat/cvc3_compat.h')
-rw-r--r--src/compat/cvc3_compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compat/cvc3_compat.h b/src/compat/cvc3_compat.h
index 71bea5cf8..beef53006 100644
--- a/src/compat/cvc3_compat.h
+++ b/src/compat/cvc3_compat.h
@@ -1355,6 +1355,10 @@ public:
*/
virtual Proof getProof();
+ //! Evaluate an expression and return a concrete value in the model
+ /*! If the last query was not invalid, should return NULL expr */
+ virtual Expr getValue(const Expr& e);
+
//! Returns the TCC of the last assumption or query
/*! Returns Null if no assumptions or queries were performed. */
virtual Expr getTCC();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback