Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isBV
Method
isBV
smt/expr.cpp:395–398 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
393
}
394
395
bool expr::isBV() const {
396
C();
397
return Z3_get_sort_kind(ctx(), sort()) == Z3_BV_SORT;
398
}
399
400
bool expr::isBool() const {
401
C();
Callers
9
error
Function · 0.80
setNotPoison
Method · 0.80
mk_block_if
Function · 0.80
raw_load
Function · 0.80
mk_store
Function · 0.80
copy
Method · 0.80
print_array
Method · 0.80
cmp_eq
Method · 0.80
mkIf
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected