Z3
Loading...
Searching...
No Matches
src
api
java
SetSort.java
Go to the documentation of this file.
1
18
package
com.microsoft.z3;
19
23
public
class
SetSort
<D
extends
Sort
> extends
ArraySort
<D, BoolSort>
24
{
25
SetSort
(
Context
ctx,
long
obj)
26
{
27
super(ctx, obj);
28
}
29
30
SetSort
(
Context
ctx, D ty)
31
{
32
super(ctx, Native.
mkSetSort
(ctx.
nCtx
(), ty.getNativeObject()));
33
}
34
}
com.microsoft.z3.ArraySort
Definition
ArraySort.java:25
com.microsoft.z3.Context
Definition
Context.java:36
com.microsoft.z3.Context.nCtx
long nCtx()
Definition
Context.java:4372
com.microsoft.z3.Context.mkSetSort
final< D extends Sort > SetSort< D > mkSetSort(D ty)
Definition
Context.java:1934
com.microsoft.z3.SetSort
Definition
SetSort.java:24
com.microsoft.z3.Sort
Definition
Sort.java:27
Generated on Sat Dec 20 2025 19:33:21 for Z3 by
1.9.8