PV4 ⊧ DepthKchecks safety properties for a C program
DepthK is a software verification tool that employs a proof by induction algorithm that combines k-induction with invariant inferenceApplication domain/field
- Software verification
- Bounded model checking
- Model checking
Type of tool
Model checkerExpected input
- C program
- Safety property
Format:
- C program:
.i
file - Safety property:
.prp
file
Expected output
TRUE
and a witness if there is no path that violates the safety property, FALSE
and a witness if there exists a path that violates the safety property or UNKNOWN
otherwise.
The witness is stored as a .graphml
file.