Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Z3Prover/z3
/ mkRealSort
Method
mkRealSort
src/api/java/Context.java:214–217 ·
view source on GitHub ↗
Create a real sort.
()
Source
from the content-addressed store, hash-verified
212
* Create a real sort.
213
**/
214
public
RealSort mkRealSort()
215
{
216
return
new
RealSort(this);
217
}
218
219
/**
220
* Create a
new
bit-vector sort.
Callers
3
RealSort
Method · 0.80
modelConverterTest
Method · 0.80
modelConverterTest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected