summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/sygus_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/sygus/sygus_module.h')
-rw-r--r--src/theory/quantifiers/sygus/sygus_module.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/theory/quantifiers/sygus/sygus_module.h b/src/theory/quantifiers/sygus/sygus_module.h
index 02cf1cdf2..fef24e9bb 100644
--- a/src/theory/quantifiers/sygus/sygus_module.h
+++ b/src/theory/quantifiers/sygus/sygus_module.h
@@ -84,10 +84,14 @@ class SygusModule
/** construct candidate
*
* This function takes as input:
- * terms : the terms returned by a call to getTermList,
+ * terms : (a subset of) the terms returned by a call to getTermList,
* term_values : the current model values of terms,
* candidates : the list of candidates.
*
+ * In particular, notice that terms do not include inactive enumerators,
+ * thus if inactive enumerators were added to getTermList, then the terms
+ * list passed to this call will be a (strict) subset of that list.
+ *
* If this function returns true, it adds to candidate_values a list of terms
* of the same length and type as candidates that are candidate solutions
* to the synthesis conjecture in question. This candidate { v } will then be
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback