Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ min_trailing_ones
Method
min_trailing_ones
smt/expr.cpp:658–663 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
656
}
657
658
unsigned expr::min_trailing_ones() const {
659
uint64_t n;
660
if (isUInt(n))
661
return countr_one(n);
662
return 0;
663
}
664
665
expr expr::binop_commutative(const expr &rhs,
666
Z3_ast (*op)(Z3_context, Z3_ast, Z3_ast),
Callers
1
ule
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected