analyzer icon indicating copy to clipboard operation
analyzer copied to clipboard

Handle large programs context-insensitively with autotuner

Open jerhard opened this issue 1 year ago • 1 comments

For the analysis of large programs, the autotuner should set the analysis to be context-insensitive, following the heuristic that context-insensitive analyses tend to terminate more quickly.

jerhard avatar Nov 10 '22 09:11 jerhard

Paraphrasing @jerhard from Zulip. Just enabling ana.av-comp.enabled slows down Goblint from ~1:30min to 25mins for the context insensitive setting on a larger benchmark. Thus, before we can do this, we would need to squeeze a lot of performance out of the witness generation.

I don't think that this is realistic for sv-comp this year.

michael-schwarz avatar Nov 18 '22 15:11 michael-schwarz