MCPcopy Create free account
hub / github.com/Z3Prover/z3 / getNumSorts

Method getNumSorts

src/api/java/Model.java:235–238  ·  view source on GitHub ↗

The number of uninterpreted sorts that the model has an interpretation for.

()

Source from the content-addressed store, hash-verified

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.

Callers 1

getSortsMethod · 0.95

Calls 3

nCtxMethod · 0.80
getContextMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected