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

Method GetUpper

src/api/java/Optimize.java:307–310  ·  view source on GitHub ↗

Retrieve an upper bound for the objective handle.

(int index)

Source from the content-addressed store, hash-verified

305 * Retrieve an upper bound for the objective handle.
306 **/
307 private <R extends Sort> Expr<R> GetUpper(int index)
308 {
309 return (Expr<R>) Expr.create(getContext(), Native.optimizeGetUpper(getContext().nCtx(), getNativeObject(), index));
310 }
311
312 /**
313 * @return Triple representing the upper bound for the objective handle.

Callers 1

getUpperMethod · 0.45

Calls 4

createMethod · 0.95
getContextMethod · 0.80
nCtxMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected