Skip to content

Latest commit

 

History

History
87 lines (64 loc) · 4.54 KB

README-ltlr.md

File metadata and controls

87 lines (64 loc) · 4.54 KB

The Maude Linear Temporal Logic of Rewriting Model Checker

Introduction

The Linear Temporal Logic of Rewriting (LTLR) is a state/event based extension of LTL with spatial action patterns representing rewrite events. LTLR describes a property that involves both events and state predicates, including mixed properties such as fairness. The Maude LTLR model checker is an explicit state model checker within the Maude system.

Our tool can verify LTLR properties under localized fairness assumptions, which are parameterized fairness conditions over certain system entities. A good example of parametric fairness is provided by object fairness assumptions such as

Each object o that is infinitely often enabled to receive a message of the form m(o,q) will receive it infinitely often,

which is universally quantified over all the (possibly dynamically changing) objects o in the system. Such universal quantification is succinctly captured by the notion of localized fairness; for example, fairness localized to the parameter o in object fairness conditions.

The Maude LTLR model checker is implemented at the C++ level by extending the existing Maude LTL model checker. Unlike our previous rewriting-based LTLR model checker based on a theory and formula transformation, our new implementation do not cause any increase in the state space.

Examples

Below are examples of LTLR model checking with our tool. Some of them have localized fairness specifications. More details about the tool and examples can be found here.

References

The Maude Fair LTLR Model checker is illustrated in:

The parameterized fair model checking algorithm and localized fairness are presented in:

The automata-theoretic foundation, design, and implementation of the Maude LTLR Model Checker is illustrated at:

The following papers introduces the temporal logic of rewriting, the family of logics incorporating spatial action patterns.