Z3
src
api
java
ArithSort.java
Go to the documentation of this file.
1
18
package
com.microsoft.z3;
19
23
public
class
ArithSort
extends
Sort
24
{
25
ArithSort
(
Context
ctx,
long
obj)
26
{
27
super(ctx, obj);
28
}
29
};
com.microsoft.z3.ArithSort
Definition:
ArithSort.java:23
com.microsoft.z3.Context
Definition:
Context.java:27
com.microsoft.z3.Sort
Definition:
Sort.java:26
Generated on Tue Jul 19 2016 21:26:48 for Z3 by
1.8.11