summaryrefslogtreecommitdiff
path: root/src/theory/shared_terms_database.cpp
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2012-11-15 21:27:33 +0000
committerClark Barrett <barrett@cs.nyu.edu>2012-11-15 21:27:33 +0000
commita8ae064eb9ee7175e83eee29d03459b22aa158ef (patch)
treee2b432a9a1c4f835070b4c4c75a9912e138b54ac /src/theory/shared_terms_database.cpp
parent88ef1f0be6bd712cf1ce8401416d634f61f381b4 (diff)
More fixes to model generation, with previously failing testcases
Also refactored some header file includes to reduce compile time
Diffstat (limited to 'src/theory/shared_terms_database.cpp')
-rw-r--r--src/theory/shared_terms_database.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/theory/shared_terms_database.cpp b/src/theory/shared_terms_database.cpp
index a8e4485e0..ced845a27 100644
--- a/src/theory/shared_terms_database.cpp
+++ b/src/theory/shared_terms_database.cpp
@@ -261,7 +261,3 @@ Node SharedTermsDatabase::explain(TNode literal) const {
d_equalityEngine.explainEquality(atom[0], atom[1], polarity, assumptions);
return mkAnd(assumptions);
}
-
-void SharedTermsDatabase::collectModelInfo( theory::TheoryModel* m, bool fullModel ){
- m->assertEqualityEngine( &d_equalityEngine );
-}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback