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.27.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.27-py3-none-any.whl
(154.6 kB
view details)
File details
Details for the file claripy-9.2.27.tar.gz.
File metadata
- Download URL: claripy-9.2.27.tar.gz
- Upload date:
- Size: 128.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
323b6ee230369f7a6c7ad3105ae3e1dbbd57b9d798df077a7fbf8bc704f082f9
|
|
| MD5 |
5fc84e565ce0b74138a6026ad3d695ba
|
|
| BLAKE2b-256 |
740a106e728d5a286f3c4b10b01e23796ac196a2e918f68d798e78b73bcd455b
|
File details
Details for the file claripy-9.2.27-py3-none-any.whl.
File metadata
- Download URL: claripy-9.2.27-py3-none-any.whl
- Upload date:
- Size: 154.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6115b5f79695ee9802567d6b4c9988ca69eb691a223e435a3b657291d918ba3b
|
|
| MD5 |
03907e5966942eca25739fa85592f19e
|
|
| BLAKE2b-256 |
bbe94ff7dfd67fbc2f17f2079090b0c7667d93b5419242aff06997e7a4573c58
|