Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ numeral_string
Method
numeral_string
smt/expr.cpp:2450–2453 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2448
}
2449
2450
string_view expr::numeral_string() const {
2451
C();
2452
return Z3_get_numeral_decimal_string(ctx(), ast(), 12);
2453
}
2454
2455
string_view expr::fn_name() const {
2456
if (isApp())
Callers
1
printVal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected