summaryrefslogtreecommitdiff
path: root/src/theory/model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/model.cpp')
-rw-r--r--src/theory/model.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/model.cpp b/src/theory/model.cpp
index 052051e83..19169efa3 100644
--- a/src/theory/model.cpp
+++ b/src/theory/model.cpp
@@ -331,7 +331,6 @@ DefaultModel::DefaultModel( context::Context* c, std::string name ) : TheoryMode
}
Node DefaultModel::getInterpretedValue( TNode n ){
- Assert( !d_equalityEngine.hasTerm( n ) );
TypeNode type = n.getType();
if( type.isFunction() || type.isPredicate() ){
//DO_THIS?
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback