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:29
com.microsoft.z3.Sort
Definition:
Sort.java:26
Generated on Sat Nov 12 2016 22:01:04 for Z3 by
1.8.12