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 11f4516c7a Tidy up of settings and -help text (from prism-sift). 15 years ago
..
bin Allow gigabytes in PRISM_JAVAMAXMEM, e.g. "2g". 15 years ago
dd Cody tidy to remove some (C++) compiler errors. 16 years ago
dv Improved documentation (JavaDoc mostly). 15 years ago
explicit Update to newest version of explicit code (from prism-qar) plus -explicit switch for command-line and MDP solution settings. 15 years ago
hybrid additional changes re setting mainlog and techlog in native calls 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 additional changes re setting mainlog and techlog in native calls 15 years ago
odd Improved documentation (JavaDoc mostly). 15 years ago
parser Cleaner handling of model types in parser code. 15 years ago
pepa/compiler Missing/broken copyright headers. 15 years ago
prism Tidy up of settings and -help text (from prism-sift). 15 years ago
pta Update to newest version of explicit code (from prism-qar) plus -explicit switch for command-line and MDP solution settings. 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 Missing function in SimulatorEngine API. 15 years ago
sparse Missing error messages (in GUI) about unsupported numerical methods. 15 years ago
userinterface Replaced calls to system class loader with calls to parent class loader. Calls to system class loader 15 years ago
README.txt Improved documentation (JavaDoc mostly). 15 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. 19 years ago
nsis_script.nsi Tidy in NSIS script (for building Windows binaries). 15 years ago
overview.html Improved documentation (JavaDoc mostly). 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