Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 652 Bytes

Notes.md

File metadata and controls

22 lines (18 loc) · 652 Bytes

Peculiarities of Boolean program tool input formats

Getafix does not like

  • multiple labels per statement
  • multiple targets per goto
  • schoose
  • the dead statement

Moped does not like

  • multiple labels per statement
  • "dead" statements
  • "constrain" clauses

Wish list

Things I might want from Boogie

  • /stratifiedInline:1 only inlines certain procedures -- i.e., not the ones that I want to use summarization for. This might already be the case, but at least when I use /extractLoops:N, the loops on which I've annotated invariants are still unrolled.