MSVL: a Typed Language for Temporal Logic Programming

Xiaobing Wang,Cong Tian,Zhenhua Duan,Liang Zhao
DOI: https://doi.org/10.1007/s11704-016-6059-4
IF: 2.6688
2017-01-01
Frontiers of Computer Science
Abstract:The development of types is an important but challenging issue in temporal logic programming. In this paper, we investigate how to formalize and implement types in the temporal logic programming language MSVL, which is an executable subset of projection temporal logic (PTL). Specifically, we extendMSVL with a few groups of types including basic data types, pointer types and struct types. On each type, we specify the domain of values and define some standard operations in terms of logic functions and predicates. Then, it is feasible to formalize statements of type declaration of program variables and statements of struct definitions as logic formulas. As the implementation of the theory, we extend theMSV toolkit with the support of modeling, simulation and verification of typedMSVL programs. Applications to the construction of AVL tree and ordered list show the practicality of the language.
What problem does this paper attempt to address?