summaryrefslogtreecommitdiff
path: root/src/api
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-12-08 22:02:10 -0800
committerGitHub <noreply@github.com>2021-12-08 22:02:10 -0800
commit5429a0bc6d0fc041e1a70966dee40e530862fb86 (patch)
tree21952dee51f5f320fac8fcea08676777478c857f /src/api
parentcb7381a837d98c8fd6b6e6aeb7a5e6a0e427a5d2 (diff)
api: Add note to Sort::getTesterCodomainSort(). (#7776)
Diffstat (limited to 'src/api')
-rw-r--r--src/api/cpp/cvc5.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/api/cpp/cvc5.h b/src/api/cpp/cvc5.h
index e40a4f721..9899e346e 100644
--- a/src/api/cpp/cvc5.h
+++ b/src/api/cpp/cvc5.h
@@ -639,6 +639,9 @@ class CVC5_EXPORT Sort
/**
* @return the codomain sort of a tester sort, which is the Boolean sort
+ *
+ * @note We mainly need this for the symbol table, which doesn't have
+ * access to the solver object.
*/
Sort getTesterCodomainSort() const;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback