Skip to content
Snippets Groups Projects
Commit 965264c3 authored by Etienne Kneuss's avatar Etienne Kneuss Committed by Philippe Suter
Browse files

Allow onSuccess to fail. This is necessary to prevent soundness issues.

The synthesizer used to generate wrong programs by generating inductive
programs with an impossible base-case. onSuccess on inductive rules now
prevents this by checking that sufficiently many cases have precondition
== true. Otherwise, onSuccess fails. This last-moment failure is now
handled correctly.

Strenghten precondition
parent abd6a94c
Branches
Tags
No related merge requests found
Showing
with 97 additions and 71 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment