source: papers/FDL2012/FDL2012.tex @ 52

Last change on this file since 52 was 52, checked in by cecile, 12 years ago

Decomposition de papier en fichier

  • Property svn:executable set to *
File size: 4.0 KB
Line 
1 \documentclass{article}
2
3  \usepackage{spconf}
4\usepackage{cmap}
5\usepackage[utf8]{inputenc}
6\usepackage[T1]{fontenc}
7\usepackage{lmodern}
8\usepackage{textcomp}
9\usepackage{amsmath}
10\usepackage{amssymb}
11\usepackage{amsfonts}
12\usepackage{bbm}
13\usepackage{bbold}
14\usepackage{amsthm}
15\usepackage{array}
16\usepackage{verbatim}
17\usepackage{hyperref}
18\usepackage{booktabs}
19\usepackage{graphicx}
20\usepackage{tikz}
21\usepackage{pgf}
22\usetikzlibrary{arrows,automata}
23\usepackage[francais, american]{babel}
24\usepackage[babel=true,kerning=true]{microtype}
25
26\newtheorem{definition}{Definition}
27\newtheorem{property}{Property}
28\newcommand{\TODO}[1] {\textcolor{red}{TODO : #1}}
29\newcommand{\remark}[2]{\textcolor{blue}{#1: #2}}
30
31
32 \title{ Compositional System Verification: Exploiting components' verified properties in the abstraction-refinement process}
33 \name{Syed Hussein S. ALWI, Emmanuelle ENCRENAZ and C\'{e}cile BRAUNSTEIN}
34% \thanks{This work was supported by...}}
35 \address{Universit\'{e} Pierre et Marie Curie Paris 6, \\
36                 LIP6-SOC (CNRS UMR 7606), \\
37                            4, place Jussieu, \\
38                75005 Paris, FRANCE. }
39
40\begin{document}
41 % OPTIONAL -->   \ninept            <-- OPTIONAL, for nine pt only
42
43\maketitle
44
45\begin{abstract}
46Embedded systems are usually composed of several components and in practice, these components generally have been independently verified to ensure that they respect their specifications before being integrated into a larger system. Therefore, we would like to exploit the specification (i.e. verified CTL properties) of the components in the objective of verifying a global property of the system. A complete concrete system may not be directly verifiable due to the state explosion problem, thus abstraction and eventually refinement process are required. In this paper, we propose a technique to select properties in order to generate a good abstraction and reduce refinement iterations. We have tested this technique on a set of benchmarks which shows that our approach is promising in comparison to other abstraction-refinement techniques.
47\end{abstract}
48
49\begin{keywords}
50Compositional verification, CTL properties, CEGAR, model-checking
51\end{keywords}
52
53
54%\def\abstract{\begin{center}
55%{\bf ABSTRACT\vspace{-.5em}\vspace{0pt}}
56%\end{center}}
57%\def\endabstract{\par}
58
59\section{Introduction}
60
61\input{introduction}
62
63
64\section{Our Framework}
65
66\input{framework}
67\section{Abstraction Generation and Refinement}
68
69\input{abstraction_refinement}
70
71
72
73\section{Experimental results}
74
75 Work in progress... \\
76
77
78
79
80\section{Conclusion and Future Works}
81
82%\section*{Drawbacks}
83
84We have presented a new strategy in the abstraction generation and refinement which is well adapted for compositional embedded systems. This verification technique is compatible and suits well in the natural development process of complex systems. Our preliminary experimental results shows an interesting performance in terms duration of abstraction generation and the number of refinement iteration. Futhermore, this technique enables us to overcome repetitive counterexamples due to the presence of cycles in the system's graph.
85
86Nevertheless, in order to function well, this refinement technique requires a complete specification of every components of the concrete model. Futhermore, it may be possible that none of the properties available is capable of eliminating the counterexample which probably due to the fact that the specification is not complete or counterexample given is provoqued by the composition of components. In this case, other refinement techniques such as the refinement by eliminating the counterexample only techniques should be considered. We are currently investigating other complementary techniques to overcome these particular cases.
87
88
89
90%\begin{thebibliography}
91 \ninept
92%  <-- OPTIONAL, for nine pt only
93%\bibliographystyle{plain}
94\bibliographystyle{IEEEbib}
95\bibliography{myBib}
96
97%\end{thebibliography}
98
99
100
101\end{document} 
Note: See TracBrowser for help on using the repository browser.