From 7e0866c1c05d06d77c783575d991f75a2da9b59c Mon Sep 17 00:00:00 2001 From: mudathirmahgoub Date: Tue, 22 Mar 2022 21:53:38 -0500 Subject: [PATCH] update SET_COMPREHENSION documentation (#8372) --- src/api/cpp/cvc5_kind.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/cpp/cvc5_kind.h b/src/api/cpp/cvc5_kind.h index c9d10b297..ff170e567 100644 --- a/src/api/cpp/cvc5_kind.h +++ b/src/api/cpp/cvc5_kind.h @@ -2208,8 +2208,8 @@ enum Kind : int32_t * a predicate P[x1...xn], and a term t[x1...xn]. A comprehension C with the * above form has members given by the following semantics: * @f[ - * \forall y. ( \exists x_1...x_n. P[x_1...x_n] \hat{} t[x_1...x_n] = y ) - * \Leftrightarrow (member y C) + * \forall y. ( \exists x_1...x_n. P[x_1...x_n] \wedge t[x_1...x_n] = y ) + * \Leftrightarrow (set.member \; y \; C) * @f] * where y ranges over the element type of the (set) type of the * comprehension. If @f$ t[x_1..x_n] @f$ is not provided, it is equivalent to -- 2.30.2