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.
|
|
15 years ago | |
|---|---|---|
| .. | ||
| bin | 15 years ago | |
| dd | 17 years ago | |
| dv | 15 years ago | |
| explicit | 15 years ago | |
| hybrid | 15 years ago | |
| jdd | 15 years ago | |
| jltl2ba | 15 years ago | |
| jltl2dstar | 15 years ago | |
| mtbdd | 15 years ago | |
| odd | 15 years ago | |
| parser | 15 years ago | |
| pepa/compiler | 15 years ago | |
| prism | 15 years ago | |
| pta | 15 years ago | |
| scripts | 18 years ago | |
| settings | 15 years ago | |
| simulator | 15 years ago | |
| sparse | 15 years ago | |
| userinterface | 15 years ago | |
| README.txt | 16 years ago | |
| manifest.txt | 20 years ago | |
| nsis_script.nsi | 16 years ago | |
| overview.html | 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