Verification of Concrete Programs with Respect to Abstract Programs

Bin LI,Zhen-Hao TANG,Juan ZHAI,Jian-Hua ZHAO
DOI: https://doi.org/10.13328/j.cnki.jos.005195
2017-01-01
Abstract:This paper presents an approach to prove that a concrete program correctly implements its corresponding abstract program.Here,an abstract program uses some abstract data types such as set,list and map,and abstract operations upon those data types.A concrete program uses the types in the C-like language.The approach presented in the paper requires to specify correspondences between the abstract program and the concrete program,including correspondences between program points and correspondences between variables.Based on the correspondences,the verification task can be divided into small subtasks that can be easily and mostly automatically verified.
What problem does this paper attempt to address?