All Projects → formalmethods → intrepid

formalmethods / intrepid

Licence: BSD-3-Clause License
Intrepyd Model Checker

Programming Languages

python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
ANTLR
299 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to intrepid

klever
Read-only mirror of the Klever Git repository
Stars: ✭ 18 (+28.57%)
Mutual labels:  model-checking, formal-methods, formal-verification
z3 tutorial
Jupyter notebooks for tutorial on the Z3 SMT solver
Stars: ✭ 117 (+735.71%)
Mutual labels:  z3, formal-methods, smt-solver
plutus-experimental-smart-contracts
Experimental Smart Contracts In Plutus.
Stars: ✭ 34 (+142.86%)
Mutual labels:  model-checking, formal-methods
mSAT
A modular sat/smt solver with proof output.
Stars: ✭ 91 (+550%)
Mutual labels:  formal-methods, smt-solver
high-assurance-legacy
Legacy code connected to the high-assurance implementation of the Ouroboros protocol family
Stars: ✭ 81 (+478.57%)
Mutual labels:  formal-methods, formal-verification
Cosa
CoreIR Symbolic Analyzer
Stars: ✭ 35 (+150%)
Mutual labels:  model-checking, formal-methods
Vscode Tlaplus
TLA+ language support for Visual Studio Code
Stars: ✭ 152 (+985.71%)
Mutual labels:  model-checking, formal-methods
reasonml-tic-tac-toe
www.imandra.ai
Stars: ✭ 19 (+35.71%)
Mutual labels:  formal-methods, formal-verification
fm-notes
Unassorted scribbles on formal methods, type theory, category theory, and so on, and so on
Stars: ✭ 19 (+35.71%)
Mutual labels:  formal-methods, formal-verification
avr
Reads a state transition system and performs property checking
Stars: ✭ 41 (+192.86%)
Mutual labels:  model-checking, formal-verification
tutoriel wp
Frama-C and WP tutorial
Stars: ✭ 31 (+121.43%)
Mutual labels:  formal-methods, formal-verification
Tool lists
Links to tools by subject
Stars: ✭ 270 (+1828.57%)
Mutual labels:  model-checking, formal-methods
vscode-tlaplus
TLA+ language support for Visual Studio Code
Stars: ✭ 213 (+1421.43%)
Mutual labels:  model-checking, formal-methods
Software Quality Wiki
Software Quality Wiki
Stars: ✭ 1,991 (+14121.43%)
Mutual labels:  model-checking, formal-methods
vsrl-framework
The Verifiably Safe Reinforcement Learning Framework
Stars: ✭ 42 (+200%)
Mutual labels:  formal-methods, formal-verification
TSNsched
Automated Schedule Generation for Time-Sensitive Networks (TSN).
Stars: ✭ 46 (+228.57%)
Mutual labels:  z3, formal-methods
mCRL2
The Git repository for the mCRL2 toolset.
Stars: ✭ 67 (+378.57%)
Mutual labels:  model-checking, model-checker
eldarica
The Eldarica model checker
Stars: ✭ 41 (+192.86%)
Mutual labels:  smt-solver, model-checker
slamdunk
Streamlining SLAM-seq analysis with ultra-high sensitivity
Stars: ✭ 24 (+71.43%)
Mutual labels:  pypi
wheelodex
An index of wheels
Stars: ✭ 20 (+42.86%)
Mutual labels:  pypi

Intrepyd

Intrepyd is a python module that provides a simulator and a model checker in form of a rich API, to allow the rapid prototyping of formal methods algorithms for the rigorous analysis of circuits, specifications, models.

Intrepid may also be run as a containerized web service, which can be used interactively via a rich REST API.

Index

1 Presentation

  1. Installation
    1. Officially Supported OSes
    2. Prerequisites
  2. Quick Start
    1. Constructing Models
    2. Simulating Models
    3. Model Checking
    4. Benchmarking
    5. Model Checking in the Cloud
    6. API documentation
  3. Resources
    1. Formal Methods Little Corner
    2. Bug reporting
    3. Feedback

Presentation

A presentation video may be found here.

Installation

Intrepyd is available from PYPI here. It can be installed simply with

pip3 install intrepyd

issued from a terminal.

If you wish to use intrepyd in an isolated environment you may use docker as follows

docker run -it python:3.8 /bin/bash
pip3 install intrepyd

Officially Supported OSes

  • Windows 10
  • Linux
  • OSX

Prerequisites

Quick start

Constructing Models

TODO

Simulating Models

TODO

Model Checking

TODO

Benchmarking

TODO

Model Checking in the Cloud

TODO

Resources

Api Documentation

The documentation for the python API can be found under here

The documentation for the REST API can be found here

Docker Hub

The docker hub page is available here

Formal Methods Little Corner

A collection of experiences using Intrepyd can be found here.

Bug reporting

Please report any bug you should experience here.

Feedback

If you wish to drop a feedback you may write to [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].