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 bde546ea25 Added getLastUnif() to hybrid engine for querying uniformisation rate. 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 Preparations for 3.0.beta1 release. 20 years ago
include Added getLastUnif() to hybrid engine for querying uniformisation rate. 20 years ago
lib PRISM trunk layout rearrangement. 20 years ago
src Added getLastUnif() to hybrid engine for querying uniformisation rate. 20 years ago
CHANGELOG.txt Add svn rev info to CHANGELOG.txt. 20 years ago
COPYING.txt PRISM trunk layout rearrangement. 20 years ago
Makefile Makefile bugfix: dist_bin target. 20 years ago
README.txt Preparations for 3.0.beta1 release. 20 years ago
VERSIONS.txt Preparations for 3.0.beta1 release. 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 3.0.beta1

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


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