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 aabc8f2f49 Import explicit ignores (but doesn't object to) actions in tra files. 16 years ago
..
dtds Move images/dtds out of classes directory (is a pain in Eclipse). 19 years ago
etc README in etc. 16 years ago
examples Updates to simulator: engine + GUI. 16 years ago
images Unix2dos. 18 years ago
include Bug fixes + tidying in adversary export enabling. 16 years ago
lib New version of jcommon (1.0.16) and jfreechart (1.0.13) libs. 16 years ago
src Import explicit ignores (but doesn't object to) actions in tra files. 16 years ago
CHANGELOG.txt CHANGELOG (update + formatting). 16 years ago
COPYING.txt PRISM trunk layout rearrangement. 20 years ago
Makefile Makefile bug: fixes lack of C++ timing info on Macs. 16 years ago
NOTES Updates to simulator: engine + GUI. 16 years ago
NOTES-ABSTR Some abstraction examples. 16 years ago
NOTES-PTAS NOTES files. 16 years ago
NOTES-SIM Updates to simulator: engine + GUI. 16 years ago
README.txt Formatting in text files. 16 years ago
TODO Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk. 17 years ago
VERSIONS.txt Formatting in text files. 16 years ago
install.sh Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk. 17 years ago

README.txt

======

README
======

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

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

For detailed installation instructions, check the online manual at:

http://www.prismmodelchecker.org/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:

- to install, run prism-XXX-win-installer.exe
- to run, use Desktop/Start menu shortcuts or double-click bin\xprism.bat

For other binary distributions:

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

For source code distributions:

- enter the PRISM directory and type "make"
- to run, execute bin/xprism or bin/prism

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