summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2019-02-04 18:41:50 -0600
committerajreynol <andrew.j.reynolds@gmail.com>2019-02-04 18:41:50 -0600
commit10f6248869b87ca41ddea6f95d9ecb21e420a3d1 (patch)
tree224be0cf967fd71b2c496ab38d27364b02137b03
parent76b607d147955e7484797741085c8a7d13c7ab28 (diff)
Minor
-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