19个版本 (11 个破坏性更新)

使用旧的Rust 2015

0.12.1 2023年7月25日
0.11.2 2021年8月24日
0.11.1 2021年7月21日
0.10.0 2021年3月23日
0.1.0 2015年12月28日

#77算法

Download history · Rust 包仓库 1262/week @ 2024-04-21 · Rust 包仓库 1209/week @ 2024-04-28 · Rust 包仓库 860/week @ 2024-05-05 · Rust 包仓库 1570/week @ 2024-05-12 · Rust 包仓库 1256/week @ 2024-05-19 · Rust 包仓库 999/week @ 2024-05-26 · Rust 包仓库 1255/week @ 2024-06-02 · Rust 包仓库 959/week @ 2024-06-09 · Rust 包仓库 1226/week @ 2024-06-16 · Rust 包仓库 965/week @ 2024-06-23 · Rust 包仓库 845/week @ 2024-06-30 · Rust 包仓库 866/week @ 2024-07-07 · Rust 包仓库 1844/week @ 2024-07-14 · Rust 包仓库 1074/week @ 2024-07-21 · Rust 包仓库 1358/week @ 2024-07-28 · Rust 包仓库 1126/week @ 2024-08-04 · Rust 包仓库

每月5,505次下载
用于 13 个crate(11个直接使用)

MIT 许可证

20MB
428K SLoC

C++ 371K SLoC // 0.1% comments · Rust 包仓库 Python 16K SLoC // 0.3% comments · Rust 包仓库 C# 12K SLoC // 0.4% comments · Rust 包仓库 Java 10K SLoC // 0.4% comments · Rust 包仓库 Rust 6.5K SLoC // 0.0% comments · Rust 包仓库 C 5.5K SLoC // 0.2% comments · Rust 包仓库 TypeScript 4.5K SLoC // 0.2% comments · Rust 包仓库 OCaml 3K SLoC // 0.4% comments · Rust 包仓库 Jupyter Notebooks 383 SLoC // 0.3% comments · Rust 包仓库 D 364 SLoC // 0.1% comments · Rust 包仓库 Visual Studio Project 136 SLoC · Rust 包仓库 Visual Studio Solution 124 SLoC · Rust 包仓库 Batch 85 SLoC · Rust 包仓库 Shell 45 SLoC // 0.2% comments · Rust 包仓库 JavaScript 36 SLoC // 0.1% comments · Rust 包仓库

z3

到Z3 SMT求解器的高层Rust绑定

遵循MIT许可证。

有关Z3的详细信息,请参阅https://github.com/Z3Prover/z3

文档

API已完全文档化,包含示例: https://docs.rs/z3/

安装

此crate与Cargo兼容,位于crates.io。将其添加到您的 Cargo.toml 中,如下所示

[dependencies]
z3 = "0.12"

注意:此库依赖于Z3。您可能需要已安装Z3依赖项,或者可以像这样静态链接到我们构建的Z3

[dependencies]
z3 = {version="0.12", features = ["static-link-z3"]}

支持和维护

到目前为止,我主要独立开发这个库。我可以提供支持和维护,但我非常感谢通过Patreon进行的捐赠。我还可以提供商业支持,请联系我

贡献

除非您明确说明,否则您提交的任何有意包含在作品中的贡献都将双重许可,如上所述,没有任何额外条款或条件。

依赖关系