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 cdbc634b26 Regression testing: allow spaces in "Error" RESULT specifications. 11 years ago
..
acceptance Method name typo: JDD.AreInterecting -> JDD.AreIntersecting. 11 years ago
automata TODO: HOAF2DA check for completeness 11 years ago
bin Bug fix in Mac launch scripts (icon, dock name) 11 years ago
cex Update simulator to allow path lengths over 2^31. 12 years ago
common New common.IterableBitSet and common.IterableStateSet classes [Joachim Klein]. 11 years ago
dd Fix a few compiler warnings. 11 years ago
dv Bug fix in double_vector_to_dist (dv.cc) - did not bail out when there are too many distinct values due to overflow of short int counter. [found by Chris Dehnert] 11 years ago
explicit Bug fix (non-crucial) in explicit expected total cost. 11 years ago
hybrid Makefile fixes: stop javah-created headers showing as modified in Cygwin svn due to line endings. 12 years ago
jdd Method name typo: JDD.AreInterecting -> JDD.AreIntersecting. 11 years ago
jltl2ba Merge prism-hoaf branch back into trunk. 11 years ago
jltl2dstar Code rearrange: move automata stuff to a separate "automata" package. 11 years ago
mtbdd Fix a few compiler warnings. 11 years ago
odd Makefile fixes: stop javah-created headers showing as modified in Cygwin svn due to line endings. 12 years ago
param Add support for negation of simple path formulae to parametric engine. 11 years ago
parser Regression testing: allow spaces in "Error" RESULT specifications. 11 years ago
pepa/compiler Pepa Makefile bugfix - copied form prism-games. 13 years ago
prism Add "backwards" to -help. 11 years ago
pta Add support for backwards reachability algorithm to solve PTAs . 11 years ago
scripts The "r" is prepended to svn revision numbers automatically (in prism.getVersion and printversion.sh). 13 years ago
settings Bug fix: new long setting for simulator max path not read properly (shows up in GUI). 12 years ago
simulator Optimisation in the simulator for models with very large numbers of actions (from Marcus Daum + Joachim Klein). 11 years ago
sparse Update sparse engine adversary generation to include number of transitions in the tra file. 11 years ago
strat Tidy up of export-to-Dot functionality, plus new "dot" option for exporting strategy (explicit engine only, currently). 12 years ago
userinterface More locale setting for outputting decimals in English. 11 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 Make NSIS installer creator use correct "Program Files" depending on 32/64-bit-ness. 12 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