summaryrefslogtreecommitdiff
path: root/src/theory/valuation.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2012-07-12 18:30:15 +0000
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2012-07-12 18:30:15 +0000
commit65798541fa437278cde0c759ab70fd9fa4fe9638 (patch)
tree27341327b8159e58a5ce6371bede6129bf67beb3 /src/theory/valuation.h
parent78d8b3ce56a1fd243acb54d2aaaf6d716e3b9788 (diff)
merged fmf-devel branch, includes support for SMT2 command get-value and (extended) SMT command get-model. added collectModelInfo and removed getValue from theory interface. merge also includes major updates to finite model finding module (from CASC), added fmf options, some updates to strong solver and quantifiers engine interface. The test recursion_breaker_black currently fails for me on production builds, Morgan is planning to look into this.
Diffstat (limited to 'src/theory/valuation.h')
-rw-r--r--src/theory/valuation.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/valuation.h b/src/theory/valuation.h
index 11467c8db..7f3a00ec1 100644
--- a/src/theory/valuation.h
+++ b/src/theory/valuation.h
@@ -64,8 +64,6 @@ public:
d_engine(engine) {
}
- Node getValue(TNode n) const;
-
/*
* Return true if n has an associated SAT literal
*/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback