A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://z3prover.github.io/api/html/class_microsoft_1_1_z3_1_1_tuple_sort.html below:

Z3: TupleSort Class Reference

Tuple sorts. More...

Inheritance diagram for TupleSort:

Detailed Description

Tuple sorts.

Definition at line 28 of file TupleSort.cs.

Property Documentation ◆ FieldDecls

The field declarations.

Definition at line 53 of file TupleSort.cs.

59

FuncDecl[] res =

new

FuncDecl[n];

60  for

(uint i = 0; i < n; i++)

61

res[i] =

new

FuncDecl(

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

◆ MkDecl

The constructor function of the tuple.

Definition at line 33 of file TupleSort.cs.

38  return new

FuncDecl(

Context

, Native.Z3_get_tuple_sort_mk_decl(

Context

.nCtx, NativeObject));

◆ NumFields

The number of fields in the tuple.

Definition at line 45 of file TupleSort.cs.

47  get

{

return

Native.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