Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Z3Prover/z3
/ mkBoolSort
Method
mkBoolSort
src/api/java/Context.java:161–164 ·
view source on GitHub ↗
Create a new Boolean sort.
()
Source
from the content-addressed store, hash-verified
159
* Create a
new
Boolean sort.
160
**/
161
public
BoolSort mkBoolSort()
162
{
163
return
new
BoolSort(this);
164
}
165
166
/**
167
* Creates character sort object.
Callers
6
isBool
Method · 0.80
BoolSort
Method · 0.80
arrayExample3
Method · 0.80
basicTests
Method · 0.80
arrayExample3
Method · 0.80
basicTests
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected