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.32.tar.gz
(127.7 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.32-py3-none-any.whl
(154.1 kB
view details)
File details
Details for the file claripy-9.2.32.tar.gz.
File metadata
- Download URL: claripy-9.2.32.tar.gz
- Upload date:
- Size: 127.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed17d2c9d35d4622de8ca48bbc8a7eb5779aa8690d35e10fad3870d58b2250ca
|
|
| MD5 |
9c59766f4e99d7bb0a66a62742573166
|
|
| BLAKE2b-256 |
d97f9b74d4c940758d29691cf6b1b5d62cd95aca8e2752d2c6b2fbfa45363031
|
File details
Details for the file claripy-9.2.32-py3-none-any.whl.
File metadata
- Download URL: claripy-9.2.32-py3-none-any.whl
- Upload date:
- Size: 154.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d452fad2a46bcfc926ece89c54e45b2101789e47cfc3b413133c56a35b643c67
|
|
| MD5 |
741bfd515beaf932d91fc8e4f255830e
|
|
| BLAKE2b-256 |
33a6571982ab89aedb766fe6ec0f37344de7c8b5cf104fe9c87d51d5261cb2dd
|