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.
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
- Datatype sorts: Enumerations and Records
- 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
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 (for writing and debugging)
- CVC5 API (for solving)
Dependencies
Run-time
- Python >= 3.9
- 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
File details
Details for the file PyVCG-1.0.2.tar.gz
.
File metadata
- Download URL: PyVCG-1.0.2.tar.gz
- Upload date:
- Size: 32.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37d1f652d1a571b9edb6881ff60eb9f3db980b901dfbe3cac302d6cb43f59e3c |
|
MD5 | ed672e6f6ec93a73a0e6ae102a03bb65 |
|
BLAKE2b-256 | cd96359c0de17b2c6a00312d201c4b8990cece8d5a3626b21c26d33a5c2e81e1 |
File details
Details for the file PyVCG-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: PyVCG-1.0.2-py3-none-any.whl
- Upload date:
- Size: 30.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f39a699c467a46ecd40de00c8b94f6812563676983a86f4017cfab36f71192f |
|
MD5 | b3a2811f4ce6191f85ac3c46f267ce2b |
|
BLAKE2b-256 | f3cc2fa02b21874334ad4e120f1c4e84423f885f111504959b9ba3802f6df330 |