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 43d52add46 Model checkers (symbolic/explicit) cache some filter info for optimisations/checks during model checking. 14 years ago
..
bin Fix previous Makefile addition + add d32/64 to Mac launch scripts. 14 years ago
cex CexPathAsBDDs supports PathFullInfo interface. 15 years ago
dd Extra DD-to-PP file export functionality for 3D matrices (from Vojta). 15 years ago
dv package-info.java is ignored in makefiles 14 years ago
explicit Model checkers (symbolic/explicit) cache some filter info for optimisations/checks during model checking. 14 years ago
hybrid package-info.java is ignored in makefiles 14 years ago
jdd package-info.java is ignored in makefiles 14 years ago
jltl2ba package-info.java is ignored in makefiles 14 years ago
jltl2dstar package-info.java is ignored in makefiles 14 years ago
mtbdd Fix: missing parts of last commit. 14 years ago
odd Utility method in ODDUtils for finding index of first state in a BDD. 14 years ago
parser Better error message for unexpected non-exception. 14 years ago
pepa/compiler package-info.java is ignored in makefiles 14 years ago
prism Model checkers (symbolic/explicit) cache some filter info for optimisations/checks during model checking. 14 years ago
pta Bug fix: PTA model checking using games should complain about not supporting system...endystem. 14 years ago
scripts Another fix to stop infinite loops when detecting javac. 18 years ago
settings Bugfix: headless mode 14 years ago
simulator Less exceptions thrown from ResultCollection error setting methods, with knock-on effect (cleaner code) in various calling sites. 14 years ago
sparse package-info.java is ignored in makefiles 14 years ago
userinterface Add .prism as model file extension to GUI. 14 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 Remove VERSIONS from installers. 14 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