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 21d663816a Push lifting of (explicit) reward structures into Reward classes. 11 years ago
..
dtds Push lifting of (explicit) reward structures into Reward classes. 11 years ago
etc Push lifting of (explicit) reward structures into Reward classes. 11 years ago
ext Push lifting of (explicit) reward structures into Reward classes. 11 years ago
images Push lifting of (explicit) reward structures into Reward classes. 11 years ago
include Tidy up JNI wrapper around NDSparseMatrix and push action index storage inside the data structure. 13 years ago
lib jhoafparser.jar (1.1.0) 11 years ago
src Push lifting of (explicit) reward structures into Reward classes. 11 years ago
.classpath Rename jhoafparser jar. 11 years ago
CHANGELOG.txt CHANGELOG. 11 years ago
COPYING.txt PRISM trunk layout rearrangement. 21 years ago
Makefile Add Makefile target to force rebuild of the parser. 11 years ago
README.txt README update (contributors). 12 years ago
install.sh Fix for run scripts on Mac where install directory has a space. 12 years ago

README.txt

======

README
======

This is PRISM (Probabilistic Symbolic Model Checker).

------------
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".

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