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.16.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.16-py3-none-any.whl
(153.7 kB
view details)
File details
Details for the file claripy-9.2.16.tar.gz.
File metadata
- Download URL: claripy-9.2.16.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 |
776e9b1d9b16cb42574119c7948c73f87cdac2ed6ba1006a27585f4cdf28bde3
|
|
| MD5 |
2056e26789345c5f70ba28e1a08e2233
|
|
| BLAKE2b-256 |
b06a2a0fecd7968d3d4b86785f94a2327ca9b2a56ba5eb1ad7d3a7fd03557e03
|
File details
Details for the file claripy-9.2.16-py3-none-any.whl.
File metadata
- Download URL: claripy-9.2.16-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 |
2cc4040a10a726fce9f26b9fa968b8bf8c572336811bff6b827f82736e5a0074
|
|
| MD5 |
558b06671a806e8cf8d7d2bd9b9d980e
|
|
| BLAKE2b-256 |
5f82418de60489c347ad307cd685eb393edd5261b58d38ae054d8c7abec079e9
|