Code Monkey home page Code Monkey logo

cmurphi's Introduction

Build dependencies

$sudo apt-get install bison

$sudo apt-get install byacc

$sudo apt-get install flex

General

CMurphi (Caching Murphi) is a model checker developed on the top of Murphi.

The original Murphi web page is archived here (Stanford University), while a more up-to-date page is here (University of Utah).

CMurphi implements two new model checking algorithms. The first one has been obtained from Murphi 3.1 release by replacing Murphi Hash Table with a Cache and Murphi RAM queue with a disk queue. The second one is disk based. Both are described in STTT 2004.

The current version of CMurphi is a refactored one:

  • it corrects some errors coming out with newer versions of g++
  • it supports 64-bit architectures also when using hash compaction
  • it includes FHP-Murphi

License

CMurphi is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either of the License, or (at your option) any later version.

CMurphi is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.

To contact the CMurphi development board, email to [email protected]. Copyright (C) 2009--2012 by Sapienza University of Rome.

History

CMurphi heavily lies on the Murphi model checker by Stanford. Many errors have been corrected, but some could still be there (especially in symmetry reduction). Moreover, the software architecture is not the best one, since CMurphi has evolved in order to be as compatible as possible with the original Murphi, rather than employing the best C++ features.

Starting from version CMurphi 5.4, a major refactoring has been done. Version history starting from CMurphi 5.4 is the following:

  • 5.4.1: 64 bits for caching, fix
  • 5.4.2: some Intel warnings caught
  • 5.4.3: fixings to compile on Cygwin
  • 5.4.4: fixed -d option
  • 5.4.5: option --noht added, counterexample in DFS by reading the stack, some errors fixed
  • 5.4.6: option --trace-dfs added: counterexample in DFS by reading the stack also available with hashtable
  • 5.4.7: corrected an error in disk algorithm
  • 5.4.8: corrected an error in simulation error tracing (thanks to Mark R. Tuttle)
  • 5.4.9: corrected an error when handling both --noht and --trace-dfs
  • 5.4.9.1: corrected an old error (back to Murphi) on cpp_code.cpp (thanks to Matthew Fernandez)

The original Murphi license, also mentioning the original Murphi authors, is included in MURPHI.md.

cmurphi's People

Contributors

nik-u avatar errare-humanum-est avatar

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.