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.
|
|
8 years ago | |
|---|---|---|
| .. | ||
| acceptance | 9 years ago | |
| automata | 8 years ago | |
| bin | 8 years ago | |
| cex | 8 years ago | |
| common | 8 years ago | |
| dd | 8 years ago | |
| dv | 8 years ago | |
| explicit | 8 years ago | |
| hybrid | 8 years ago | |
| jdd | 8 years ago | |
| jltl2ba | 8 years ago | |
| jltl2dstar | 8 years ago | |
| mtbdd | 8 years ago | |
| odd | 8 years ago | |
| param | 8 years ago | |
| parser | 8 years ago | |
| pepa/compiler | 8 years ago | |
| prism | 8 years ago | |
| pta | 8 years ago | |
| scripts | 13 years ago | |
| settings | 8 years ago | |
| simulator | 8 years ago | |
| sparse | 8 years ago | |
| strat | 8 years ago | |
| userinterface | 8 years ago | |
| README.txt | 15 years ago | |
| authors.txt | 8 years ago | |
| manifest.txt | 19 years ago | |
| nsis_script.nsi | 12 years ago | |
| overview.html | 15 years ago | |
README.txt
Brief notes on the structure of this source directory.
Further details on packages are in the Javadoc.
Dave Parker.
-----------
* bin/ - OS-specific build scripts, customised and installed by make.
* dd/ - A C/C++ library of BDD/MTBDD functions, mostly just wrappers for the CUDD library.
* dv/ - Utility functions for operations on vectors of doubles (stored in C++ through JNI).
* explicit/ - Explicit-state probabilistic model checking engine, implemented in Java.
* hybrid/ - The "Hybrid" engine: data structures and model checking algorithms that mix MTBDDs and explicit-state techniques.
* jdd/ - A Java library providing a wrapper around the dd library and hence Java access to CUDD via JNI.
* jltl2ba/ - Java port of the LTL to Buchi automata conversion library.
* jltl2dstar/ - Java port of the LTL to deterministic Rabin automata conversion library.
* mtbdd/ - The "MTBDD" engine: fully symbolic implementations of model checking algorithms.
* odd/ - ODDs (offset-labelled BDDs), used to facilitat