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

Method disprove

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

Source from the content-addressed store, hash-verified

280 }
281
282 void disprove(Context ctx, BoolExpr f, boolean useMBQI)
283 throws TestFailedException
284 {
285 BoolExpr[] a = {};
286 disprove(ctx, f, useMBQI, a);
287 }
288
289 void disprove(Context ctx, BoolExpr f, boolean useMBQI,
290 BoolExpr... assumptions) throws TestFailedException

Callers 8

quantifierExample3Method · 0.95
quantifierExample4Method · 0.95
proveExample1Method · 0.95
proveExample2Method · 0.95
bitvectorExample1Method · 0.95
enumExampleMethod · 0.95
listExampleMethod · 0.95
treeExampleMethod · 0.95

Calls 9

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

Tested by

no test coverage detected