PV3 ⊧ SeaHornchecks assertions in a C program
Application domain/field
- Safety properties
- Software model checking
- Abstract interpretation
- Software verification
Type of tool
Model checker?Expected input
Program with assertionsFormat:
C program, assertions written in the SV-COMP style (e.g.,__VERIFIER_error()
)
Expected output
Result TRUE
when the program is safe, Result FALSE
when a counterexample was found, or Result UNKNOWN
otherwise.