isabelle-utp / Hybrid-Verification

Components for Verifying Hybrid Systems in Isabelle/HOL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hybrid-Verification

This repository contains the Isabelle Verification with Ordinary Differential Equations (IsaVODEs) tool. It is a tool for verifying hybrid systems in Isabelle/HOL, and is a collaboration between Jonathan Julián Huerta y Munive, Simon Foster and others. The tool herein in provides an implementation of various techniques for reasoning about hybrid programs and differential equations, including Platzer's differential induction technique, and also the use of flows and solutions.

In order to use this tool, you currently need Isabelle 2021-1, and a set of components from our other repositories. The dependencies you need include:

Check these out, and make Isabelle aware of them either by editing your ROOTS file, or by running isabelle jedit -d dirs. Alternatively, it may be start Isabelle with the Hybrid Library's heap image already built-in with isabelle jedit -R Hybrid-Verification to make the start time quicker. Once done, you should be able to run the theories in this repository.

Papers describing this work:

About

Components for Verifying Hybrid Systems in Isabelle/HOL


Languages

Language:Isabelle 100.0%