menu
fixed_z3 package
documentation
z3.dart
bvOr function
bvOr function
dark_mode
light_mode
bvOr
function
BinaryOp
bvOr
(
Expr
x
,
Expr
y
)
Implementation
BinaryOp bvOr(Expr x, Expr y) => BinaryOp(BinaryOpKind.bvOr, x, y).declare();
fixed_z3 package
documentation
z3
bvOr function
z3 library