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.20.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.20-py3-none-any.whl
(153.7 kB
view details)
File details
Details for the file claripy-9.2.20.tar.gz.
File metadata
- Download URL: claripy-9.2.20.tar.gz
- Upload date:
- Size: 127.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8f0e02b86f6851d1f3066cee720c0a53644d7a5561afe0dba81925c9fd50610
|
|
| MD5 |
3618686bc02566073b9645620bdb3e33
|
|
| BLAKE2b-256 |
b4da62a9515a9afb43f7c8a36ba063191b66420446ef8d12910c6621f85e20ca
|
File details
Details for the file claripy-9.2.20-py3-none-any.whl.
File metadata
- Download URL: claripy-9.2.20-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.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
149271e4b8a1b58e8e528250e648609189caec1f2f78a77caba85db30ff937d6
|
|
| MD5 |
8b8aeb2cc434b982c6d0e8e3e5bdb2bd
|
|
| BLAKE2b-256 |
c5dd32c4837f1e154c5dffd67c8fd0a176ef99a393133997968d57ddd2dfdc4f
|