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.19.tar.gz
(127.6 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.19-py3-none-any.whl
(153.7 kB
view details)
File details
Details for the file claripy-9.2.19.tar.gz.
File metadata
- Download URL: claripy-9.2.19.tar.gz
- Upload date:
- Size: 127.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fac74e5199e10686abcd1cbb3624743da688256ef4b616e6217976955b56bdb
|
|
| MD5 |
14b4599163ed237ef14d97010d91c38c
|
|
| BLAKE2b-256 |
d27eb2f319b0bd5fa6d188232967d7e81a502388292442e5fa8c4b20e9edd1a0
|
File details
Details for the file claripy-9.2.19-py3-none-any.whl.
File metadata
- Download URL: claripy-9.2.19-py3-none-any.whl
- Upload date:
- Size: 153.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
910301b39534a6b8110751f9a6d169e204b238e217607ca9ca65567fe4fc5db9
|
|
| MD5 |
001fafb84b0ff17c3ecebe1b6c4fbb43
|
|
| BLAKE2b-256 |
e9f8d077152274382fb3ecc98a774b2d1e734334a22c51ae52c8f485620f90d8
|