analyzer icon indicating copy to clipboard operation
analyzer copied to clipboard

Reject YAML violation witnesses

Open sim642 opened this issue 2 years ago • 1 comments

We can reject violation witnesses for programs that we can prove correct, assuming we are sound. This probably won't make us very good in the validation track though.

We could also consider actually interpreting the YAML violation witness and refining our analysis with that information. If there's no violation in the state space restricted by the violation witness and we can prove it, the witness is also invalid.

sim642 avatar Dec 19 '23 15:12 sim642

I guess we could also reject GraphML violation witnesses based on verdict, but it's probably kind of pointless. GraphML witnesses might become unused in SV-COMP sometime anyway.

sim642 avatar Jun 20 '24 11:06 sim642