Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Z3Prover/z3
/ IntSort
Method
IntSort
src/api/java/IntSort.java:25–28 ·
view source on GitHub ↗
(Context ctx, long obj)
Source
from the content-addressed store, hash-verified
23
public
class
IntSort extends ArithSort
24
{
25
IntSort(Context ctx, long obj)
26
{
27
super(ctx, obj);
28
}
29
30
IntSort(Context ctx)
31
{
Callers
nothing calls this directly
Calls
2
mkIntSort
Method · 0.80
nCtx
Method · 0.80
Tested by
no test coverage detected