Added package z3 (#1006)

This commit is contained in:
Ico Doornekamp 2019-02-08 21:52:18 +01:00 committed by Miran
parent 01d8bed1ad
commit 9c3ee00f44

View File

@ -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"
}
]