PyVCG

Verification Condition Generator

GPL-3.0 License

Downloads
3.6K
Stars
2

Bot releases are hidden (Show)

PyVCG - Release 1.0.6 Latest Release

Published by florianschanda about 1 year ago

1.0.6

  • Add new driver for CVC5 (via SMTLIB files instead of the API).
PyVCG - Release 1.0.5

Published by florianschanda about 1 year ago

1.0.5

  • Fix python_requires, the expression acidentally excluded Python
    3.11. We should now correctly support it.
PyVCG - Release 1.0.4

Published by florianschanda about 1 year ago

1.0.4

  • Move to CVC 1.0.8. This means we can now support Python 3.11 as
    well.
PyVCG - Release 1.0.3

Published by florianschanda about 1 year ago

1.0.3

  • Pin to CVC5 1.0.5, as 1.0.7 is completely broken
PyVCG - Release 1.0.2

Published by florianschanda over 1 year ago

1.0.2

  • Fix bug in printing smtlib string literals. They are now correctly
    escaped for both quotations and non-printable characters.

  • Fix bug when printing smtlib comments with newlines.

PyVCG - Release 1.0.1

Published by florianschanda over 1 year ago

1.0.1

  • Fix bug where an uninterpreted function declaration did not
    contribute correctly to the logic selection.

  • Adjust required Python version to 3.8 to 3.10 (as that is what CVC5
    currently supports).

PyVCG - Release 1.0.0

Published by florianschanda over 1 year ago

1.0.0

  • First release