Fix sygus-inst when combined with bounded string quantifiers (#8500)
[cvc5.git] / src / theory / quantifiers / sygus_inst.h
index 20b118f28789b2a0bded18a9d608315e600b41fc..b2238544b114bebce249da217ad49f487fecbc19 100644 (file)
@@ -111,6 +111,9 @@ class SygusInst : public QuantifiersModule
    */
   bool sendEvalUnfoldLemmas(const std::vector<Node>& lemmas);
 
+  /** Return true if this module should process quantified formula q */
+  bool shouldProcess(Node q);
+
   /* Maps quantifiers to a vector of instantiation constants. */
   std::unordered_map<Node, std::vector<Node>> d_inst_constants;