Z3
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 };