Tuple sorts. More...
Inheritance diagram for TupleSort:
Detailed DescriptionTuple sorts.
Definition at line 28 of file TupleSort.cs.
Property Documentation ◆ FieldDeclsThe field declarations.
Definition at line 53 of file TupleSort.cs.
59FuncDecl[] res =
newFuncDecl[n];
60 for(uint i = 0; i < n; i++)
61res[i] =
newFuncDecl(
Context, Native.Z3_get_tuple_sort_field_decl(
Context.nCtx, NativeObject, i));
uint NumFields
The number of fields in the tuple.
Context Context
Access Context object
◆ MkDeclThe constructor function of the tuple.
Definition at line 33 of file TupleSort.cs.
38 return newFuncDecl(
Context, Native.Z3_get_tuple_sort_mk_decl(
Context.nCtx, NativeObject));
◆ NumFieldsThe number of fields in the tuple.
Definition at line 45 of file TupleSort.cs.
47 get{
returnNative.Z3_get_tuple_sort_num_fields(
Context.nCtx, NativeObject); }
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4