summaryrefslogtreecommitdiff
path: root/src/theory/evaluator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/evaluator.h')
-rw-r--r--src/theory/evaluator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/evaluator.h b/src/theory/evaluator.h
index 5c0e9b944..ce19a1f67 100644
--- a/src/theory/evaluator.h
+++ b/src/theory/evaluator.h
@@ -88,6 +88,9 @@ class Evaluator
* `args` and the corresponding values `vals`. The function returns a null
* node if there is a subterm that is not constant under the substitution or
* if an operator is not supported by the evaluator.
+ *
+ * The nodes in the vals must be constant values, that is, they must return
+ * true for isConst().
*/
Node eval(TNode n,
const std::vector<Node>& args,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback