The constructor function of the tuple. @throws Z3Exception
()
| 27 | * @throws Z3Exception |
| 28 | **/ |
| 29 | public FuncDecl<TupleSort> mkDecl() |
| 30 | { |
| 31 | |
| 32 | return new FuncDecl<>(getContext(), Native.getTupleSortMkDecl(getContext() |
| 33 | .nCtx(), getNativeObject())); |
| 34 | } |
| 35 | |
| 36 | /** |
| 37 | * The number of fields in the tuple. |
no test coverage detected