summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
authorajreynol <reynolds@larapc05.epfl.ch>2014-04-28 17:34:00 +0200
committerajreynol <reynolds@larapc05.epfl.ch>2014-04-28 17:34:00 +0200
commit9b97c9144875e072da4098f102f8989be26e5cdf (patch)
tree2f95fbd431085345784a7b4e0c7c569d3a428db3 /src/theory/quantifiers_engine.h
parent698f5a09b1c0177abfd2eaa2b110de100fd108ef (diff)
Optimizations for datatypes: check for clashes modulo equality. Avoid building model at fullModel=false when possible. Minor cleanup.
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index 858093543..e7843ab95 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -59,6 +59,8 @@ public:
virtual void propagate( Theory::Effort level ){}
virtual Node getNextDecisionRequest() { return TNode::null(); }
virtual Node explain(TNode n) { return TNode::null(); }
+ /** Identify this module (for debugging, dynamic configuration, etc..) */
+ virtual std::string identify() const = 0;
};/* class QuantifiersModule */
namespace quantifiers {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback