From 75db964b0c56f1a3b04b77c33d226c4d9cd0ca54 Mon Sep 17 00:00:00 2001 From: ajreynol Date: Wed, 12 Apr 2017 16:47:12 -0500 Subject: Add nullary operator metakind. --- src/theory/sets/kinds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/theory/sets/kinds') diff --git a/src/theory/sets/kinds b/src/theory/sets/kinds index ab0ca3428..cfe7eb632 100644 --- a/src/theory/sets/kinds +++ b/src/theory/sets/kinds @@ -44,6 +44,7 @@ operator SINGLETON 1 "the set of the single element given as a parameter" operator INSERT 2: "set obtained by inserting elements (first N-1 parameters) into a set (the last parameter)" operator CARD 1 "set cardinality operator" operator COMPLEMENT 1 "set COMPLEMENT (with respect to finite universe)" +nullaryoperator UNIVERSE_SET "(finite) universe set, all set variables must be interpreted as subsets of it." operator JOIN 2 "set join" operator PRODUCT 2 "set cartesian product" @@ -60,14 +61,13 @@ typerule EMPTYSET ::CVC4::theory::sets::EmptySetTypeRule typerule INSERT ::CVC4::theory::sets::InsertTypeRule typerule CARD ::CVC4::theory::sets::CardTypeRule typerule COMPLEMENT ::CVC4::theory::sets::ComplementTypeRule +typerule UNIVERSE_SET ::CVC4::theory::sets::UniverseSetTypeRule typerule JOIN ::CVC4::theory::sets::RelBinaryOperatorTypeRule typerule PRODUCT ::CVC4::theory::sets::RelBinaryOperatorTypeRule typerule TRANSPOSE ::CVC4::theory::sets::RelTransposeTypeRule typerule TCLOSURE ::CVC4::theory::sets::RelTransClosureTypeRule -variable UNIVERSE_SET "(finite) universe set, all set variables must be interpreted as subsets of it." - construle UNION ::CVC4::theory::sets::SetsBinaryOperatorTypeRule construle INTERSECTION ::CVC4::theory::sets::SetsBinaryOperatorTypeRule construle SETMINUS ::CVC4::theory::sets::SetsBinaryOperatorTypeRule -- cgit v1.2.3