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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/sygus_sampler.h b/src/theory/quantifiers/sygus_sampler.h
index d2092d531..d864a9d2b 100644
--- a/src/theory/quantifiers/sygus_sampler.h
+++ b/src/theory/quantifiers/sygus_sampler.h
@@ -167,6 +167,8 @@ class SygusSampler : public LazyTrieEvaluator
//--------------------------end queries about terms
/** check equivalent
*
+ * Check whether bv and bvr are equivalent on all sample points, print
+ * an error if not. Used with --sygus-rr-verify.
*/
void checkEquivalent( Node bv, Node bvr );
protected:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback