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

Method disprove

examples/java/JavaGenericExample.java:268–273  ·  view source on GitHub ↗
(Context ctx, Expr<BoolSort> f, boolean useMBQI)

Source from the content-addressed store, hash-verified

266 }
267
268 void disprove(Context ctx, Expr<BoolSort> f, boolean useMBQI)
269 throws TestFailedException
270 {
271 BoolExpr[] a = {};
272 disprove(ctx, f, useMBQI, a);
273 }
274
275 @SafeVarargs
276 final void disprove(Context ctx, Expr<BoolSort> f, boolean useMBQI,

Callers 9

quantifierExample3Method · 0.95
quantifierExample4Method · 0.95
proveExample1Method · 0.95
proveExample2Method · 0.95
bitvectorExample1Method · 0.95
enumExampleTypedMethod · 0.95
enumExampleUntypedMethod · 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