summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/rewrite_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/rewrite_engine.h')
-rw-r--r--src/theory/quantifiers/rewrite_engine.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/theory/quantifiers/rewrite_engine.h b/src/theory/quantifiers/rewrite_engine.h
index f85803617..a16a6d598 100644
--- a/src/theory/quantifiers/rewrite_engine.h
+++ b/src/theory/quantifiers/rewrite_engine.h
@@ -56,7 +56,9 @@ public:
void check( Theory::Effort e );
void registerQuantifier( Node f );
- void assertNode( Node n );
+ void assertNode( Node n );
+ /** Identify this module */
+ std::string identify() const { return "RewriteEngine"; }
};
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback