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

Method getNumBound

src/api/java/Lambda.java:32–35  ·  view source on GitHub ↗

The number of bound variables.

()

Source from the content-addressed store, hash-verified

30 * The number of bound variables.
31 **/
32 public int getNumBound()
33 {
34 return Native.getQuantifierNumBound(getContext().nCtx(), getNativeObject());
35 }
36
37 /**
38 * The symbols for the bound variables.

Callers 2

getBoundVariableNamesMethod · 0.95
getBoundVariableSortsMethod · 0.95

Calls 3

nCtxMethod · 0.80
getContextMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected