Giter VIP home page Giter VIP logo

intrepid's Introduction

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].

intrepid's People

Contributors

robertobruttomesso avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

rainoftime

intrepid's Issues

Crash if net is not watched

Passing a non-watched net to

intrepid.utils.counterexample_get_as_dictionary

causes crash. Should throw exception instead, at least

ImportError: No module named _api

Hi
When I try to import intrepyd
I obtain the following exception in the module api.py:
File "D:\pymbd\floatvsreal\intrepyd\api.py", line 20, in swig_import_helper
import _api
ImportError: No module named _api

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.