8000 GitHub - ahumenberger/Z3.jl: Julia interface to Z3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ahumenberger/Z3.jl

Repository files navigation

Z3.jl

Uses Clang.jl to wrap around Z3's C API, and BinaryBuilder.jl to build the Z3 binary (build script here).

Design follows Z3Py. In particular, we provide an implicit global Context, and overload operators (like +,-,*, /) to create Z3 expressions.

0