Skip to main content

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).

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyvcg-1.0.12.tar.gz (39.4 kB view details)

Uploaded Source

Built Distribution

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

pyvcg-1.0.12-py3-none-any.whl (35.9 kB view details)

Uploaded Python 3

File details

Details for the file pyvcg-1.0.12.tar.gz.

File metadata

  • Download URL: pyvcg-1.0.12.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

Hashes for pyvcg-1.0.12.tar.gz
Algorithm Hash digest
SHA256 cf3e5a5bd46d4cf7ca9eaef57d7f4223fae0fd96791fbff10f437641adb34c97
MD5 9aacbe61d8a39c6d87cfc5afa7e90900
BLAKE2b-256 604370c55a26b47c020db8da2f7b3b63a58083db49357df3c8eecce1e5fc5552

See more details on using hashes here.

File details

Details for the file pyvcg-1.0.12-py3-none-any.whl.

File metadata

  • Download URL: pyvcg-1.0.12-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

Hashes for pyvcg-1.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 92bddd207740948cf14c37822f0a1f7118aeac30f5b3eb3839c1b5dc251c3e93
MD5 6b40e5511451b07006ccb78bd0bded63
BLAKE2b-256 960a351668d0d08e0e00f04cfce6f9900f61b38f1241808ddc538c120c539372

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 Sentry Error logging StatusPage Status page