Go home now Header Background Image
Search
Submission Procedure
share: |
 
Follow us
 
 
 
 
Volume 10 / Issue 11

available in:   PDF (204 kB) PS (200 kB)
 
get:  
Similar Docs BibTeX   Write a comment
  
get:  
Links into Future
 
DOI:   10.3217/jucs-010-11-1498

 

FBT: A Tool for Applying Interval Logic Specifications to On-the-fly Model Checking

Miguel J. Hornos (Dpto. de Lenguajes y Sistemas Informáticos, University of Granada, Spain)

Abstract: This paper presents the FBT (FIL to Buechi automaton Translator) tool which automatically translates any formula from FIL (Future Interval Logic) into its semantically equivalent Buechi automaton. There are two advantages of using this logic for specifying and verifying system properties instead of other more traditional and extended temporal logics, such as LTL (Linear Temporal Logic): firstly, it allows a succinct construction of specific temporal contexts, where certain properties must be evaluated, thanks to its key element, the interval, and secondly, it also permits a natural, intuitive, graphical representation. The underlying algorithm of the tool is based on the tableau method and is specially intended for application in on-the-fly model checking. In addition to a description of the design and implementation structure of FBT, we also present some experimental results obtained by our tool, and compare these results with the ones produced by an other tool of similar characteristics (i.e. based on an on-the-fly tableau algorithm), but for LTL.

Keywords: Buechi Automata, FIL (Future Interval Logic), GIL (Graphical Interval Logic), automatic verification, interval logic, on-the-fly model checking, specification, tableau method, temporal logic

Categories: D.2.1, D.2.4, F.3.1