Verification Condition Generator
Project description
Verification Condition Generator
PyVCG is a utility library to generate VCs directly for CVC5 or standard-compliant SMTLIB2. The interface is deliberately generic and it should be easy to add API support for other solvers in the future.
This is pretty limited for now as the initial target is the expression language of TRLC.
Please refer to the Changelog for what's new.
Features
This library provides a wrapper around SMTLIB with some additional features:
- SMTLIB Scripts
- Automatic (minimal) logic discovery
- Basic sorts: Bool, Int, Real, and String
- Parametric sorts: Sequences
- Convenience wrappers around datatype sorts:
- Enumerations
- Records (including self-recursive records)
- Optionals
- Uninterpreted functions
- Quantifiers
- Boolean expressions: not, and, or, xor, implication
- If-then-else expressions
- Comparisons: =, <, >, <=, >=
- Int -> Real conversion
- Real -> Int conversion (smtlib rounding (round-to-negative) and arithmetic rounding (round-nearest-away))
- Unary arithmetic: -, abs
- Binary Int arithmetic: +, -, *, smtlib div, smtlib mod, python div, ada remainder
- Binary Real arithmetic: +, -, *, /
- String operations: length, contains, prefix, suffix, concatenation
- Sequence operations: length, contains, access, concatenation
- Record operations: access, check for null (for recursive records)
- Optional operations: value, check for null
In addition this library provides a graph to build VCs with multiple paths; and generating VCs for all paths. FastWP and higher-level modelling for language features (e.g. ite, loops) are planned later.
Drivers
Current support for outputs:
- SMTLIB File Output (for debugging)
- CVC5 via Python API (for solving)
- CVC5 via Binary + SMTLIB (for solving)
When getting models, both API and SMTLIB drivers translate back to
Python values. For example if you have an optional Int, then asking
for the model value you will get e.g. None, 0, 1, ...
Dependencies
Run-time
- Python >= 3.8
- cvc5
Development
Copyright & License
The sole copyright holder is Florian Schanda.
This library is licensed under the GNU GPL version 3 (or later).
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
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
File details
Details for the file pyvcg-1.0.10.tar.gz.
File metadata
- Download URL: pyvcg-1.0.10.tar.gz
- Upload date:
- Size: 39.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2820ee301e5d6940ccd2f1b98f4dd022ae15d40807de8d62c49a6a0ef239b619
|
|
| MD5 |
e81e4641a022960f46b0928a42c443c7
|
|
| BLAKE2b-256 |
a026ce938b350297b8438aaf0a390034874c602c64f53b3178b30226cfa1b6bb
|
File details
Details for the file pyvcg-1.0.10-py3-none-any.whl.
File metadata
- Download URL: pyvcg-1.0.10-py3-none-any.whl
- Upload date:
- Size: 35.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd158cb7acab710ea19b6ffced4e95e0b9752a6559ebb0702dc8594830477cb7
|
|
| MD5 |
1ae05be1e712ac8e6c12761641c32c01
|
|
| BLAKE2b-256 |
2c8c2da8b726c5126e86e0b6ac90d827cd70eb0a6ee318273c492a5cae571ee8
|