You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using korn to only generate the CHCs for a svcomp-task.
Currently, Korn generates a new uninterpreted function (e.g. $main_if1) for a branch.
As far as i understood it, these predicates are summarizing the branch (similar to loop invariant).
As (at least in my use-case) each new predicate increases the complexity, it would be great to have an option to not generate these predicates but create two separate formulae (one if-branch and one -else branch), both continuing with the next statement
I am using korn to only generate the CHCs for a svcomp-task.
Currently, Korn generates a new uninterpreted function (e.g.
$main_if1
) for a branch.As far as i understood it, these predicates are summarizing the branch (similar to loop invariant).
As (at least in my use-case) each new predicate increases the complexity, it would be great to have an option to not generate these predicates but create two separate formulae (one if-branch and one -else branch), both continuing with the next statement
For this small example ex.c (as txt due to upload rules), which is
(which contains dead code in the if branch, i know)
It would be great if korn is able to generate two fomulae:
This makes the verification process (at least in my usecase) easier.
The text was updated successfully, but these errors were encountered: