The number of uninterpreted sorts that the model has an interpretation for.
()
| 233 | * for. |
| 234 | **/ |
| 235 | public int getNumSorts() |
| 236 | { |
| 237 | return Native.modelGetNumSorts(getContext().nCtx(), getNativeObject()); |
| 238 | } |
| 239 | |
| 240 | /** |
| 241 | * The uninterpreted sorts that the model has an interpretation for. |
no test coverage detected