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.
 
 
 
 
 
 
Chris Novakovic aa09191f20 Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
..
acceptance symbolic acceptance: provide intersect() method to allow restriction of the state sets 9 years ago
automata Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
bin PRISM startup scripts: use exec call to start Java by default 7 years ago
cex Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
common Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
dd Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
dv Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
explicit Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
hybrid Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
jdd Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
jltl2ba Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
jltl2dstar Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
mtbdd Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
odd Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
param Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
parser Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
pepa/compiler Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
prism Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
pta Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
scripts Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
settings Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
simulator Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
sparse Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
strat Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
userinterface Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
README.txt Improved documentation (JavaDoc mostly). 15 years ago
authors.txt Update authors list used for git-svn migration. 8 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 Fixes to release building on Windows. 7 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