Planning Proofs of Equations in CCS

  • Authors:
  • Raúl Monroy;Alan Bundy;Ian Green

  • Affiliations:
  • Department of Computer Science, ITESM Campus Estado de México, Carr. Lago de Guadalupe Km 3.5, Atizapán, Edo. México, 52926. raulm@campus.cem.itesm.mx;Division of Informatics, The University of Edinburgh, 80 South Bridge, EH1 1HN, Edinburgh, Scotland, UK. a.bundy@ed.ac.uk;QSS Ltd, 13 Atholl Crescent, Edinburgh, Scotland, UK. img@qss.co.uk

  • Venue:
  • Automated Software Engineering
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

Most efforts to automate formal verification of communicating systems have centred around finite-state systems (FSSs). However, FSSs are incapable of modelling many practical communicating systems, including a novel class of problems, which we call VIPS. VIPSs are value-passing, infinite-state, parameterised systems. Existing approaches using model checking over FSSs are insufficient for VIPSs. This is due to their inability both to reason with and about domain-specific theories, and to cope with systems having an unbounded or arbitrary state space.We use the Calculus of Communicating Systems (CCS) (iCommunication and Concurrency. London: Prentice Hall, 1989) to express and specify VIPSs. We take iprogram verification to be proving the program and its intended specification equivalent. We use the laws of CCS to conduct the verification task. This approach allows us to study communicating systems and the data such systems communicate. Automating theorem proving in this context is an extremely difficult task.We provide automated methods for CCS analysis; they are applicable to both FSSs and VIPSs. Adding these methods to the iCLiAiM proof planner (Lecture Notes in Artificial Intelligence, Vol. 449, Springer, 1990, pp. 647, 648), we have implemented an automated verification planner capable of dealing with problems that previously required human interaction. This paper describes these methods, gives an account as to why they work, and provides a short summary of experimental results.