Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mkBool
Method · 0.95
basicTests
Method · 0.80
castingTest
Method · 0.80
iteExample
Method · 0.80
basicTests
Method · 0.80
iteExample
Method · 0.80
Calls
1
nCtx
Method · 0.95
Tested by
no test coverage detected