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

Method prove

examples/java/JavaExample.java:250–254  ·  view source on GitHub ↗
(Context ctx, BoolExpr f, boolean useMBQI)

Source from the content-addressed store, hash-verified

248 }
249
250 void prove(Context ctx, BoolExpr f, boolean useMBQI) throws TestFailedException
251 {
252 BoolExpr[] assumptions = new BoolExpr[0];
253 prove(ctx, f, useMBQI, assumptions);
254 }
255
256 void prove(Context ctx, BoolExpr f, boolean useMBQI,
257 BoolExpr... assumptions) throws TestFailedException

Callers 11

arrayExample2Method · 0.95
quantifierExample3Method · 0.95
quantifierExample4Method · 0.95
proveExample1Method · 0.95
proveExample2Method · 0.95
tupleExampleMethod · 0.95
parserExample3Method · 0.95
enumExampleMethod · 0.95
listExampleMethod · 0.95
treeExampleMethod · 0.95
forestExampleMethod · 0.95

Calls 9

addMethod · 0.95
setParametersMethod · 0.95
addMethod · 0.95
checkMethod · 0.95
getReasonUnknownMethod · 0.95
getProofMethod · 0.95
mkSolverMethod · 0.80
mkParamsMethod · 0.80
mkNotMethod · 0.80

Tested by

no test coverage detected