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 35f377ab3e Improved documentation (JavaDoc mostly). 15 years ago
..
bin Allow gigabytes in PRISM_JAVAMAXMEM, e.g. "2g". 15 years ago
dd Cody tidy to remove some (C++) compiler errors. 17 years ago
dv Improved documentation (JavaDoc mostly). 15 years ago
explicit Improved documentation (JavaDoc mostly). 15 years ago
hybrid Improved documentation (JavaDoc mostly). 15 years ago
jdd Improved documentation (JavaDoc mostly). 15 years ago
jltl2ba Improved documentation (JavaDoc mostly). 15 years ago
jltl2dstar Improved documentation (JavaDoc mostly). 15 years ago
mtbdd Improved documentation (JavaDoc mostly). 15 years ago
odd Improved documentation (JavaDoc mostly). 15 years ago
parser Improved documentation (JavaDoc mostly). 15 years ago
pepa/compiler Improved documentation (JavaDoc mostly). 15 years ago
prism Improved documentation (JavaDoc mostly). 15 years ago
pta Improved documentation (JavaDoc mostly). 15 years ago
scripts Another fix to stop infinite loops when detecting javac. 18 years ago
settings Improved documentation (JavaDoc mostly). 15 years ago
simulator Improved documentation (JavaDoc mostly). 15 years ago
sparse Improved documentation (JavaDoc mostly). 15 years ago
userinterface Improved documentation (JavaDoc mostly). 15 years ago
README.txt Renamed NOTEs->README in src. 16 years ago
manifest.txt Edited makefile to create Jar files which can be double-clicked. Also added a manifest.txt in the src directory which is required to realise this behaviour. 20 years ago
nsis_script.nsi Bugfix: location of icon for Windows installer. 16 years ago
overview.html Improved documentation (JavaDoc mostly). 15 years ago

README.txt

Brief notes on the structure of this source directory.

Dave Parker.

-----------

* prism/ - main Prism API, the command-line tool, and Java classes for symbolic data structures and algorithms
* parser/ - JavaCC parser files and accompanying abstract syntax tree data structures and tools
* settings/ - generic 'settings' libraries
* simulator/ - the discrete event simulation engine and approximate model checking code
* dd/ - a C/C++ library of BDD/MTBDD functions, mostly just wrappers for the CUDD library
* jdd/ - a Java library providing a wrapper around the dd librar and hence Java access to CUDD via JNI
* odd/ - "offset-labelled BDDs", used to facilitate indexing of states between BDDs and explicit-state data structures
* dv/ - "double vector" - utility functions for operations on vectors of doubles
* mtbdd/ - the "MTBDD" engine: fully symbolic implementations of model checking algorithms
* sparse/ - the "Sparse" engine: sparse matrix data structures and corresponding implementations of model