Fork me on GitHub

Satisfiability Checking for Mission-Time LTL

Jianwen Li, Moshe Y. Vardi and Kristin Y. Rozier

This webpage contains further details and artifacts for reproducibility of the experiments in "Satisfiability Checking for Mission-Time LTL, CAV 2019" by J. Li, M.Y. Vardi and K.Y. Rozier


Abstract

Mission-time LTL (MLTL) is a bounded variant of MTL over naturals designed to generically specify requirements for mission-based system operation common to aircraft, spacecraft, vehicles, and robots. Despite the utility of MLTL as a specification logic, major gaps remain in analyzing MLTL, e.g., for specification debugging or model checking, centering on the absence of any complete MLTL satisfiability checker. We prove that the MLTL satisfiability checking problem is NEXPTIME-complete and that satisfiability checking MLTL 0 , the variant of MLTL where all intervals start at 0, is PSPACE-complete. We introduce translations for MLTL-to-LTL, MLTL-to-LTL f , MLTL-to-SMV, and MLTL-to-SMT, creating four options for MLTL satisfiability checking. Our extensive experimental evaluation shows that the MLTL-to-SMT transition with the Z3 SMT solver offers the most scalable performance.


A full technical report can be downloaded here.