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.1.tar.gz
(128.5 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.1-py3-none-any.whl
(155.3 kB
view details)
File details
Details for the file claripy-9.2.1.tar.gz.
File metadata
- Download URL: claripy-9.2.1.tar.gz
- Upload date:
- Size: 128.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7125f0d51667e31622ea1b46e31c9fb999d28ad10716c372b1e1b92e2e69f985
|
|
| MD5 |
b518134cc52db4e2cf2e8da365cab434
|
|
| BLAKE2b-256 |
8547dd60840d4a358921a59e361511363fa0027a0fcdc8b92963764b61c09075
|
File details
Details for the file claripy-9.2.1-py3-none-any.whl.
File metadata
- Download URL: claripy-9.2.1-py3-none-any.whl
- Upload date:
- Size: 155.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1479c8370f004d1ec96d561407445a508ed93df4543d9108068bbac56af857a2
|
|
| MD5 |
221e5baf44b369b187267e0ae1c09b28
|
|
| BLAKE2b-256 |
fb57fc8f162ed1da4f90a66e4ef6a297dd88d93d594e445de1c086082eb763c8
|