MCPcopy 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
658unsigned expr::min_trailing_ones() const {
659 uint64_t n;
660 if (isUInt(n))
661 return countr_one(n);
662 return 0;
663}
664
665expr expr::binop_commutative(const expr &rhs,
666 Z3_ast (*op)(Z3_context, Z3_ast, Z3_ast),

Callers 1

uleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected