Z3
ArithSort.java
Go to the documentation of this file.
1
18package com.microsoft.z3;
19
23public class ArithSort extends Sort
24{
25 ArithSort(Context ctx, long obj)
26 {
27 super(ctx, obj);
28 }
29};