Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ mkNumber
Method
mkNumber
smt/expr.cpp:259–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
257
}
258
259
expr expr::mkNumber(const char *n, const expr &type) {
260
C2(type);
261
return Z3_mk_numeral(ctx(), n, type.sort());
262
}
263
264
expr expr::mkConst(Z3_decl decl) {
265
return Z3_mk_app(ctx(), decl, 0, {});
Callers
nothing calls this directly
Calls
1
sort
Method · 0.80
Tested by
no test coverage detected