English

SMT-Based Model Checking of Industrial Simulink Models

Logic in Computer Science 2022-06-08 v1

Abstract

The development of embedded systems requires formal analysis of models such as those described with MATLAB/Simulink. However, the increasing complexity of industrial models makes analysis difficult. This paper proposes a model checking method for Simulink models using SMT solvers. The proposed method aims at (1) automated, efficient and comprehensible verification of complex models, (2) numerically accurate analysis of models, and (3) demonstrating the analysis of Simulink models using an SMT solver (we use Z3). It first encodes a target model into a predicate logic formula in the domain of mathematical arithmetic and bit vectors. We explore how to encode various Simulink blocks exactly. Then, the method verifies a given invariance property using the k-induction-based algorithm that extracts a subsystem involving the target block and unrolls the execution paths incrementally. In the experiment, we applied the proposed method and other tools to a set of models and properties. Our method successfully verified most of the properties including those unverified with other tools.

Keywords

Cite

@article{arxiv.2206.02992,
  title  = {SMT-Based Model Checking of Industrial Simulink Models},
  author = {Daisuke Ishii and Takashi Tomita and Toshiaki Aoki and The Quyen Ngo and Thi Bich Ngoc Do and Hideaki Takai},
  journal= {arXiv preprint arXiv:2206.02992},
  year   = {2022}
}

Comments

16 pages, 5 figures, 1 table, submitted to ICFEM 2022

R2 v1 2026-06-24T11:41:24.454Z