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

Method getAssertions

src/api/java/Optimize.java:385–389  ·  view source on GitHub ↗

The set of asserted formulas.

()

Source from the content-addressed store, hash-verified

383 * The set of asserted formulas.
384 */
385 public BoolExpr[] getAssertions()
386 {
387 ASTVector assertions = new ASTVector(getContext(), Native.optimizeGetAssertions(getContext().nCtx(), getNativeObject()));
388 return assertions.ToBoolExprArray();
389 }
390
391 /**
392 * The set of asserted formulas.

Callers

nothing calls this directly

Calls 4

ToBoolExprArrayMethod · 0.95
getContextMethod · 0.80
nCtxMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected