Skip to main content

An abstraction layer for constraint solvers

Project description

claripy

Code style: black

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.41.tar.gz (156.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

claripy-9.2.41-py3-none-any.whl (154.3 kB view details)

Uploaded Python 3

File details

Details for the file claripy-9.2.41.tar.gz.

File metadata

  • Download URL: claripy-9.2.41.tar.gz
  • Upload date:
  • Size: 156.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for claripy-9.2.41.tar.gz
Algorithm Hash digest
SHA256 d4dc363aee2f672f781e98237b78bd214f4f4d64983bc74f4d5596b63b7c2e41
MD5 5abdd2a6c4c3c78a405eb3bb40268a39
BLAKE2b-256 955775f366fc0710cba29ac4444b4a991294c9263fab801f7b9f0bc53dc6971e

See more details on using hashes here.

File details

Details for the file claripy-9.2.41-py3-none-any.whl.

File metadata

  • Download URL: claripy-9.2.41-py3-none-any.whl
  • Upload date:
  • Size: 154.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for claripy-9.2.41-py3-none-any.whl
Algorithm Hash digest
SHA256 167cad48b35ed1f4d362d620538b5d3ecb80ae4903bb84c3c666412d47818ebd
MD5 4b8526cffa669381b306cc199832e5ea
BLAKE2b-256 7414961ea269aa4fbeb3f71fc085ab1d10ff3d60040d08d5eae3633e9488311a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page