PV1 ⊧ InterpCheckerchecks whether unsafe states in C code can be reached
InterpChecker is a tool for verifying safety properties of C programsApplication domain/field
- Safety verification
- Model checking
- Counterexample-guided abstraction refinement (CEGAR)
- Reachability checking
Type of tool
Model checker?Expected input
C program instrumented with error labelsFormat:
.c
file
Expected output
UNSAFE
or SAFE
indicating whether the program can reach unsafe states (i.e. error labels)