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

Method getRules

src/api/java/Fixedpoint.java:264–268  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

262 * @throws Z3Exception
263 **/
264 public BoolExpr[] getRules()
265 {
266 ASTVector v = new ASTVector(getContext(), Native.fixedpointGetRules(getContext().nCtx(), getNativeObject()));
267 return v.ToBoolExprArray();
268 }
269
270 /**
271 * Retrieve set of assertions added to fixedpoint context.

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