Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Intrepyd Model Checker

License

NotificationsYou must be signed in to change notification settings

formalmethods/intrepid

Repository files navigation

Intrepyd is apython module that provides a simulator and a model checker in form ofa rich API, to allow the rapid prototyping offormal methods algorithmsfor the rigorous analysis of circuits, specifications, models.

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

Index

1Presentation

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

Installation

Intrepyd is available from PYPIhere. 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 asfollows

docker run -it python:3.8 /bin/bashpip3 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 underhere

The documentation for the REST API can be foundhere

Docker Hub

The docker hub page is availablehere

Formal Methods Little Corner

A collection of experiences using Intrepyd can be foundhere.

Bug reporting

Please report any bug you should experiencehere.

Feedback

If you wish to drop a feedback you may write toroberto.bruttomesso@gmail.com.


[8]ページ先頭

©2009-2025 Movatter.jp