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 2832cf3a3d Bugfix: make sure GUI picks up settings on initialisation. 19 years ago
..
bin Fixed prism/xprism scripts to solve problems with headless use of command-line version. 20 years ago
classes Tidyup of graph XML input/output. 19 years ago
etc Language additions: doubles in exponential form (e.g. 1.4e-9) and unary minus operator. 20 years ago
include Added -simpath switch for generating random paths from command-line. 20 years ago
lib PRISM trunk layout rearrangement. 20 years ago
src Bugfix: make sure GUI picks up settings on initialisation. 19 years ago
CHANGELOG.txt Update CHANGELOG. 20 years ago
COPYING.txt PRISM trunk layout rearrangement. 20 years ago
Makefile Makefile tweak: make dist uses subversion, not ~dxp. 19 years ago
README.txt Final changes for 3.0 release. 20 years ago
VERSIONS.txt Final changes for 3.0 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.

------------
INSTALLATION
------------

For detailed installation instructions, check the online manual at:

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

or see the local copies included in this distribution:

doc/manual/InstallingPRISM/Instructions.html
doc/manual.pdf

Very abbreviated instructions for installing/running PRISM are as follows:

For Windows binary distributions:

- there is no installation; just double-click bin/xprism.bat

For other binary distributions:

- enter the PRISM directory, type "./install.sh" and then execute bin/xprism or bin/prism

For source code distributions:

- enter the PRISM directory, type "make", then "./install.sh" and then execute bin/xprism or bin/prism

If you have problems check the manual, especially the section "Common Problems And Questions".


-------------
DOCUMENTATION
-------------

The best so