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

Method mkFalse

src/api/java/Context.java:864–867  ·  view source on GitHub ↗

The false Term.

()

Source from the content-addressed store, hash-verified

862 * The false Term.
863 **/
864 public BoolExpr mkFalse()
865 {
866 return new BoolExpr(this, Native.mkFalse(nCtx()));
867 }
868
869 /**
870 * Creates a Boolean value.

Callers 6

mkBoolMethod · 0.95
basicTestsMethod · 0.80
castingTestMethod · 0.80
iteExampleMethod · 0.80
basicTestsMethod · 0.80
iteExampleMethod · 0.80

Calls 1

nCtxMethod · 0.95

Tested by

no test coverage detected