summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/rewrite_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/rewrite_engine.h')
-rwxr-xr-xsrc/theory/quantifiers/rewrite_engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/rewrite_engine.h b/src/theory/quantifiers/rewrite_engine.h
index fe8daca5f..6783b20d0 100755
--- a/src/theory/quantifiers/rewrite_engine.h
+++ b/src/theory/quantifiers/rewrite_engine.h
@@ -36,6 +36,7 @@ class RewriteEngine : public QuantifiersModule
Node d_true;
/** explicitly provided patterns */
std::map< Node, std::vector< inst::Trigger* > > d_rr_triggers;
+ double getPriority( Node f );
private:
int checkRewriteRule( Node f );
public:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback