aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIco Doornekamp <github@zevv.nl>2019-02-08 21:52:18 +0100
committerMiran <narimiran@disroot.org>2019-02-08 21:52:18 +0100
commit9c3ee00f44e59464d33e4bab395ce090f7b33c1c (patch)
tree927b2dfa716970e74d1155be9f824927a18c1c94
parent01d8bed1adff971fde287423d8b2fd9e3009aadd (diff)
downloadpackages-9c3ee00f44e59464d33e4bab395ce090f7b33c1c.tar.gz
packages-9c3ee00f44e59464d33e4bab395ce090f7b33c1c.zip
Added package z3 (#1006)
-rw-r--r--packages.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 9f8bb8c..3f42c4a 100644
--- a/packages.json
+++ b/packages.json
@@ -12653,5 +12653,22 @@
"description": "A compact dictionary implementation",
"license": "MIT",
"web": "https://github.com/LemonBoy/compactdict"
+ },
+ {
+ "name": "z3",
+ "url": "https://github.com/zevv/nimz3",
+ "method": "git",
+ "tags": [
+ "Z3",
+ "sat",
+ "smt",
+ "theorem",
+ "prover",
+ "solver",
+ "optimization"
+ ],
+ "description": "Nim Z3 theorem prover bindings",
+ "license": "MIT",
+ "web": "https://github.com/zevv/nimz3"
}
]