An abstraction layer for constraint solvers
Project description
claripy
Claripy is an abstracted constraint-solving wrapper.
Usage
It is usable!
General usage is similar to Z3:
>>> import claripy
>>> a = claripy.BVV(3, 32)
>>> b = claripy.BVS('var_b', 32)
>>> s = claripy.Solver()
>>> s.add(b > a)
>>> print(s.eval(b, 1)[0])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
claripy-9.2.30.tar.gz
(128.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
claripy-9.2.30-py3-none-any.whl
(154.6 kB
view details)
File details
Details for the file claripy-9.2.30.tar.gz.
File metadata
- Download URL: claripy-9.2.30.tar.gz
- Upload date:
- Size: 128.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b418fae29b97cd6846aa5951149d0cfdd52ef0253e492dde43c04f1efa11f4d
|
|
| MD5 |
9721ea1008a67d41cb21a80b6f37c264
|
|
| BLAKE2b-256 |
d6b6be0b3c381779904603c03a554fa031e44160cc8df7af1f6282fd9b516c7b
|
File details
Details for the file claripy-9.2.30-py3-none-any.whl.
File metadata
- Download URL: claripy-9.2.30-py3-none-any.whl
- Upload date:
- Size: 154.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
139677743ac0da0773240ced940197fdb04ad5699b07821762c4a3e2c4567541
|
|
| MD5 |
abdfbf058677e547f2ae22f60b2139e7
|
|
| BLAKE2b-256 |
4ec91bde7733bfc17001e6b6190c7b8b0e74f41207cb941e0d9e7f2fcde49131
|