A Graph-Based Implementation for Mechanized Refinement Calculus of OO Programs

Zhiming Liu,Charles Morisset,Shuling Wang
DOI: https://doi.org/10.1007/978-3-642-19829-8_17
2011-01-01
Abstract:This paper extends the mechanization of the refinement calculus done by von Wright in HOL, representing the state of a program as a graph instead of a tuple, in order to deal with object-orientation. The state graph structure is implemented in Isabelle, together with definitions and lemmas, to help the manipulation of states. We then show how proof obligations are automatically generated from the rCOS tool and can be loaded in Isabelle to be proved. We illustrate our approach by generating the proof obligations for a simple example, including object access and method invocation.
What problem does this paper attempt to address?