api: Add note to Sort::getTesterCodomainSort(). (#7776)
authorAina Niemetz <aina.niemetz@gmail.com>
Thu, 9 Dec 2021 06:02:10 +0000 (22:02 -0800)
committerGitHub <noreply@github.com>
Thu, 9 Dec 2021 06:02:10 +0000 (22:02 -0800)
src/api/cpp/cvc5.h

index e40a4f721a92c0e0974f015284d3e0ad7dd84376..9899e346e8bc009fde796e02e3798ef940aab1cc 100644 (file)
@@ -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;