The size of the bit-vector sort. @throws Z3Exception on error @return an int
()
| 28 | * @return an int |
| 29 | **/ |
| 30 | public int getSize() |
| 31 | { |
| 32 | return Native.getBvSortSize(getContext().nCtx(), getNativeObject()); |
| 33 | } |
| 34 | |
| 35 | BitVecSort(Context ctx, long obj) |
| 36 | { |
no test coverage detected