LTL Model Checking for Recursive Programs

  • Authors:
  • Geng-Dian Huang;Lin-Zan Cai;Farn Wang

  • Affiliations:
  • Dept. of Electrical Engineering, National Taiwan University,;Dept. of Electrical Engineering, National Taiwan University,;Dept. of Electrical Engineering, National Taiwan University, and Grad. Inst. of Electronic Engineering, National Taiwan University,

  • Venue:
  • ATVA '09 Proceedings of the 7th International Symposium on Automated Technology for Verification and Analysis
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

We propose a complete algorithm to model check LTL (Linear Temporal Logic) formulas with recursive programs. Our program models are control flow graphs extended with procedure calls. The LTL formulas may then be used to specify constraints on the global variables and the local variables in the current scope. Our algorithm is based on semi-symbolic simulation of control-flow graphs to search for counter-examples. We apply post-dominance relation to reduce the number of the exploration traces. The existence of counter-examples is reduced to Boolean satisfiability while the termination of the exploration is reduced to Boolean unsatisfiability. We report our implementation and experiment.