summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/trigger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/trigger.h')
-rw-r--r--src/theory/quantifiers/trigger.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/theory/quantifiers/trigger.h b/src/theory/quantifiers/trigger.h
index 2ca2eb55d..22c4e5905 100644
--- a/src/theory/quantifiers/trigger.h
+++ b/src/theory/quantifiers/trigger.h
@@ -100,7 +100,7 @@ class Trigger {
};
static void collectPatTerms( QuantifiersEngine* qe, Node f, Node n,
std::vector< Node >& patTerms, int tstrt,
- std::vector< Node >& exclude,
+ std::vector< Node >& exclude, std::map< Node, int >& reqPol,
bool filterInst = false );
/** is usable trigger */
static bool isUsableTrigger( Node n, Node q );
@@ -140,9 +140,9 @@ private:
static Node getIsUsableTrigger( Node n, Node f, bool pol = true,
bool hasPol = false );
/** collect all APPLY_UF pattern terms for f in n */
- static bool collectPatTerms2( Node f, Node n, std::map< Node, bool >& patMap,
- int tstrt, std::vector< Node >& exclude,
- bool pol, bool hasPol );
+ static bool collectPatTerms2( Node f, Node n, std::map< Node, bool >& visited,
+ int tstrt, std::vector< Node >& exclude, std::map< Node, int >& reqPol,
+ bool pol, bool hasPol, bool epol, bool hasEPol );
std::vector< Node > d_nodes;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback