You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dave Parker 2eef3d920f NOTES shouldn't be in the main release. 20 years ago
..
bin Fixed prism/xprism scripts to solve problems with headless use of command-line version. 20 years ago
classes PRISM trunk layout rearrangement. 20 years ago
etc PRISM trunk layout rearrangement. 20 years ago
include Removal of surplus Class:: in C++ header simmodel.h to allow compilation with gcc 4.1. 20 years ago
lib PRISM trunk layout rearrangement. 20 years ago
src Changed calls to v.at() function of C++ vectors to equivalent v[] to allow compilation on older versions of gcc. 20 years ago
CHANGELOG.txt Overhaul of export functionality: 20 years ago
COPYING.txt PRISM trunk layout rearrangement. 20 years ago
Makefile Makefile tweak: Allow forced rebuild of CUDD when dir is symlink. 20 years ago
README.txt PRISM trunk layout rearrangement. 20 years ago
VERSIONS.txt PRISM trunk layout rearrangement. 20 years ago
cudd PRISM trunk layout rearrangement. 20 years ago
examples PRISM trunk layout rearrangement. 20 years ago
install.sh PRISM trunk layout rearrangement. 20 years ago

README.txt

======

README
======

This is PRISM (Probabilistic Symbolic Model Checker), version 2.1.

This document contains information about installing and running PRISM.

If you downloaded a source code version, please start at section "1. Compiling PRISM from source code".

If you downloaded a precompiled binary version, please start at section "2. Installing a binary version of PRISM".

If you experience problems, please see section "4. Common problems and questions".

For information on how to use the tool itself, please refer to the PRISM Users' Guide
in doc/manual.pdf. For more information about the tool and some of the case studies
which it has already been applied to, please visit the PRISM web site at:

http://www.cs.bham.ac.uk/~dxp/prism/

--------
Contents
--------

1. Compiling PRISM from source code
2. Installing a binary version of PRISM
3. Running PRISM
4. Common problems and questions
5. Licensing details
6. Acknowledgements
7. Contact


-------------------------------