summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus_sampler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/sygus_sampler.h')
-rw-r--r--src/theory/quantifiers/sygus_sampler.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/theory/quantifiers/sygus_sampler.h b/src/theory/quantifiers/sygus_sampler.h
index fa0d670d2..18b8f5511 100644
--- a/src/theory/quantifiers/sygus_sampler.h
+++ b/src/theory/quantifiers/sygus_sampler.h
@@ -431,6 +431,13 @@ class SygusSamplerExt : public SygusSampler
*/
Node registerTerm(Node n, bool forceKeep = false) override;
+ /** register relevant pair
+ *
+ * This should be called after registerTerm( n ) returns eq_n.
+ * This registers ( n, eq_n ) as a relevant pair with this class.
+ */
+ void registerRelevantPair(Node n, Node eq_n);
+
private:
/** dynamic rewriter class */
std::unique_ptr<DynamicRewriter> d_drewrite;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback