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

Method getAssertions

src/api/java/Fixedpoint.java:275–279  ·  view source on GitHub ↗

Retrieve set of assertions added to fixedpoint context. @throws Z3Exception

()

Source from the content-addressed store, hash-verified

273 * @throws Z3Exception
274 **/
275 public BoolExpr[] getAssertions()
276 {
277 ASTVector v = new ASTVector(getContext(), Native.fixedpointGetAssertions(getContext().nCtx(), getNativeObject()));
278 return v.ToBoolExprArray();
279 }
280
281 /**
282 * Fixedpoint statistics.

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