Event-B to SMT-LIB

From Event-B
Revision as of 08:32, 25 August 2009 by imported>Pascal (→‎Bibliography)
Jump to navigationJump to search

Introduction

The Event-B to SMT-LIB plug-in allows to translate mathematical lemmas that rely on the Event-B language to the SMT-LIB format.

The considered lemmas are those often encountered in practice, but not yet well supported by proving tools such as those embedded in the Rodin platform. The purpose is not here to entirely define the translation, but rather to give a mapping for this subset of Event-B formulas. These typical mathematical problems are entry points for the DECERT project, and more precisely for the Work Package 1. Using the SMT-LIB standard is among the requirements for this project.

This version mainly focuses on lemmas based on unquantified integer linear arithmetic.

Specification

Implementation

A first plug-in prototype is accessible under the following respositories:

  • _exploratory/carinepascal/fr.systerel.decert
  • _exploratory/carinepascal/fr.systerel.decert.tests

User's Guide

Bibliography