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.12.tar.gz
(127.1 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.12-py3-none-any.whl
(153.3 kB
view details)
File details
Details for the file claripy-9.2.12.tar.gz.
File metadata
- Download URL: claripy-9.2.12.tar.gz
- Upload date:
- Size: 127.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af2205fc0e11e749a110a2732651b5cd49384111c6d5930d41ffaa7f5af470e1
|
|
| MD5 |
393ac5241108def707769dac59654129
|
|
| BLAKE2b-256 |
71bc536c5a25de1875fde33263cbecb5175c3cf038a4890ce7c9505578321a6c
|
File details
Details for the file claripy-9.2.12-py3-none-any.whl.
File metadata
- Download URL: claripy-9.2.12-py3-none-any.whl
- Upload date:
- Size: 153.3 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 |
ecd2849d36c8e6252fab96c5d616e11581dbf1f965268c8becb0ad302a8b9ca1
|
|
| MD5 |
3d162b51d9382a4f4d078815d395d978
|
|
| BLAKE2b-256 |
667c321b26baccf6bbc52dd62c6ce2b2188eab24f5a328a6559bb913bd8392bf
|