module Z3
Defined in:
z3.crz3/api.cr
z3/bitvec_expr.cr
z3/bitvec_sort.cr
z3/bool_expr.cr
z3/bool_sort.cr
z3/int_expr.cr
z3/int_sort.cr
z3/model.cr
z3/real_expr.cr
z3/real_sort.cr
z3/solver.cr
Constant Summary
-
VERSION =
"0.1.0"
Class Method Summary
- .add(args : Array(IntExpr | Int))
- .and(args : Array(BoolExpr | Bool))
- .bitvec(name, size : UInt32)
- .bool(name)
- .distinct(args : Array(IntExpr))
- .int(name)
- .mul(args : Array(IntExpr | Int))
- .or(args : Array(BoolExpr | Bool))
- .real(name)
- .version