This is PRISM (Probabilistic Symbolic Model Checker).
For detailed installation instructions, check the online manual at:
https://www.prismmodelchecker.org/manual/InstallingPRISM/Instructions
or see the local copy included in this distribution:
manual/InstallingPRISM/Instructions.html
Very abbreviated instructions for installing/running PRISM are as follows:
For Windows binary distributions:
prism-XXX-win64-installer.exe
bin\xprism.bat
For other binary distributions:
./install.sh
bin/xprism
or bin/prism
For source code distributions:
cd prism
then make
make test
or etc/tests/run.sh
bin/xprism
or bin/prism
If you have problems check the manual, especially the section "Common Problems And Questions".
The best source of information about using PRISM is the online manual:
https://www.prismmodelchecker.org/manual/
You can also view the local copy included in this distribution:
manual/index.html
For other PRISM-related information, see the website:
https://www.prismmodelchecker.org/doc
Information for developers is kept here:
https://github.com/prismmodelchecker/prism/wiki
PRISM is distributed under the GNU General Public License (GPL), version 2.
A copy of this license can be found in the file COPYING.txt
.
For more information, see:
PRISM also uses various other libraries (mainly to be found in the lib directory). For details of those, including licenses and links to downloads and source code, see:
https://www.prismmodelchecker.org/other-downloads.php
PRISM was created and is still actively maintained by:
Development of the tool is currently led from Oxford by Dave Parker.
The following have made a wide range of contributions to PRISM covering many different aspects of the tool (in approximately reverse chronological order):
We also gratefully acknowledge contributions to the PRISM code-base from (in approximately reverse chronological order):
For more details see:
https://www.prismmodelchecker.org/people.php
If you have problems or questions regarding PRISM, please use the help forum provided. See:
https://www.prismmodelchecker.org/support.php
Other comments and feedback about any aspect of PRISM are also very welcome. Please contact:
Dave Parker
(david.parker@cs.ox.ac.uk)
Department of Computer Science
University of Oxford
Oxford
OX1 3QG
UK