View: session overviewtalk overview
08:30 | Validation of Formal Models by Interactive Simulation ABSTRACT. Many safety-critical system also contain requirements involving user interactions. Validating such requirements is typically done by techniques such as animation, trace replay, and LTL model checking. Interaction via animation and trace replay raise the problem that user and system/environment events are not separated. Formulating LTL properties requires considerable expertise. This work presents a new technique, called interactive simulation. The technique links domain-specific visualization of formal models with timed probabilistic simulation to create more realistic prototypes. In particular, domain experts and users can interact with formal models where upon system’s/environment’s reactions are simulated. For inspection of user interaction and system reaction, we also generate state diagrams from domain-specific components. Finally, we demonstrate and evaluate interactive simulation on the ABZ automotive case study |
08:50 | Crucible Tools for Test Generation and Advanced Animation of Alloy Models ABSTRACT. Crucible is a suite of tools supporting the use of Alloy as a functional specification language for high-integrity software systems. It incorporates a test generator, animator and range of supporting tools. Test generation is achieved by producing test conditions from the input Alloy model through equivalence partition and boundary value analysis, and then using the Alloy Analyzer to produce solutions. The solutions can optionally be converted into executable tests targeting a range of implementation languages. The advanced animator allows scenarios to be defined by users and run to help stakeholders validate the Alloy model. The animator uses an incremental solving approach whereby each animation step is solved separately and appropriate data carried forward between steps to give a scalable means to generate long scenarios. Additional GUIs and visualization facilities are included to make the tools accessible to as many stakeholders as possible. In this paper, we provide an overview of the technology behind the tools, initial results obtained with industrial case studies, and highlight some of the most interesting features and challenges. |
09:10 | Verifying Event-B Hybrid Models using Cyclone ABSTRACT. Modelling hybrid systems using Event-B is challenging and users typically are unsure about whether their Event-B models are over/under-specified. In this short paper, we present a work-in-progress specification language called Cyclone to tackle this challenge. We demonstrate how one can use Cyclone to check an Event-B hybrid model using a car controller as an example. Our demonstration shows that Cyclone has a great potential to be used to verify Event-B hybrid models. |
09:30 | Validation by Abstraction and Refinement ABSTRACT. Reasoning and validating complex formal models is an intricate process. One of the primary reasons for this intricacy is the noise coming from interactions among different properties introduced at multiple levels of refinements. However, if we remove the noise, the consistency of the model needs to be reasserted along with the assumption that the findings from the simplified noiseless model still hold in the original complex model. To this end, this paper presents the AVoiR (Abstraction - Validation Obligation-Refinement) framework to help validate properties in complex formal models. The triptych AVoiR framework operates in the following fashion: 1) Using the abstraction technique, we first simplify a complex model by abstracting away the noise, i.e., removing the information unrelated to properties under analysis. This is done in a strictly controlled manner, preserving the consistency of the model. 2) Then, using the Validation Obligations (VOs) technique, we formalize what we want to observe to validate the desired property. 3) Finally, using the technique of VO refinement, we re-execute the VOs of the abstract model in the original model. Through this process, we focus on validating a property in a simplified model and then systematically transfer the findings to the original complex model. We use a case study from the aviation domain to show the proposed framework's efficacy. |
09:50 | Verifying temporal relational models with Pardinus PRESENTER: Julien Brunel ABSTRACT. This short paper summarizes an article published in the Journal of Automated Reasoning [6]. It presents Pardinus, an extension of the popular Kodkod [11] relational model finder with linear temporal logic (including past operators) to simplify the analysis of dynamic systems. Pardinus includes a SAT-based bounded-model checking engine and an SMV-based complete model checking engine, both allowing iteration through the different instances (or counter-examples) of a specification. It also supports a decomposed parallel analysis strategy that improves the efficiency of both analysis engines on commodity multi-core machines. |