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