summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2021-10-18 13:43:46 -0500
committerAndres Noetzli <andres.noetzli@gmail.com>2021-10-20 05:40:10 -0700
commit78f21121a7396fbbf4d8251382f846318aeabd7b (patch)
treee51b84ea1ed375b93bb4c354600a60b8359d10bc
parentd5a12ccabe1629f9426198783580892aedd00fc5 (diff)
More
-rw-r--r--src/parser/parser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parser/parser.h b/src/parser/parser.h
index f90d8141d..614624dcf 100644
--- a/src/parser/parser.h
+++ b/src/parser/parser.h
@@ -717,6 +717,10 @@ public:
void pushScope(bool isUserContext = false);
/** Push scope for get-value
+ *
+ * This pushes a scope by a call to pushScope that binds all relevant bindings
+ * required for parsing the SMT-LIB command `get-value`. This includes
+ * all uninterpreted constant values in user-defined uninterpreted sorts.
*/
void pushGetValueScope();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback