summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index ff6a8a36c..fc2b27e02 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -294,7 +294,7 @@ public:
/** propagate */
void propagate( Theory::Effort level );
/** get next decision request */
- Node getNextDecisionRequest();
+ Node getNextDecisionRequest( unsigned& priority );
private:
/** reduceQuantifier, return true if reduced */
bool reduceQuantifier( Node q );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback