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

Method getNumBound

src/api/java/Quantifier.java:102–105  ·  view source on GitHub ↗

The number of bound variables.

()

Source from the content-addressed store, hash-verified

100 * The number of bound variables.
101 **/
102 public int getNumBound()
103 {
104 return Native.getQuantifierNumBound(getContext().nCtx(), getNativeObject());
105 }
106
107 /**
108 * 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