Mentions légales du service

Skip to content

New model parser for SMTv2 outputs, with stronger type checking

MARCHE Claude requested to merge interpret-smt-types into master

This branch implements a new implementation of the interpretation of SMT models. It directly constructs Why3 terms instead of intermediate values in an ad-hoc datatype.

As a side effect, we expect that the obtained counterexample is always well-typed, which currently poorly ensured.

Edited by MARCHE Claude

Merge request reports