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 b9caf433f0 Slight changes to way version number is stored + possiblity of reading in svn revision. 13 years ago
..
bin Simplify bin scripts by adding all jar files to classpath at once. 14 years ago
cex Ongoing improvements to CTL cex generation. 14 years ago
dd Extra DD-to-PP file export functionality for 3D matrices (from Vojta). 15 years ago
dv Added dot product method to symbolic StateValue classes. 14 years ago
explicit instantaneous and cumulative rewards for explicit engine for dtmcs and ctmcs 13 years ago
hybrid Fix for last commit. 14 years ago
jdd Patch in current version of multi-objective model checking (from prism-multi branch). Still need to copy across etc/ directory containing lpsolve libraries. Also contains a few JDD fixes via Christian von Essen. 13 years ago
jltl2ba Fix makefiles with easier setup of classpath using * for jars. 14 years ago
jltl2dstar Remove @author tag(s), for consistency. 13 years ago
mtbdd Add intermittent progress updates to numerical solution (mtbdd engine). 14 years ago
odd Fix makefiles with easier setup of classpath using * for jars. 14 years ago
parser Comment tweak 13 years ago
pepa/compiler Fix makefiles with easier setup of classpath using * for jars. 14 years ago
prism Slight changes to way version number is stored + possiblity of reading in svn revision. 13 years ago
pta Bugfix: c-closure on empty zone breaks when max clock constraint constant is 0. 14 years ago
scripts Another fix to stop infinite loops when detecting javac. 18 years ago
settings Fix makefiles with easier setup of classpath using * for jars. 14 years ago
simulator Added probs option to -simpath switch allow displaying of transition probabilities/rates (+ addition of this info to underlying path data structures, interfaces, etc.) 13 years ago
sparse * maximal number of iteration was changed in C++ code which influenced subsequent runs 13 years ago
userinterface Bug fix: PEPA model errors were not handled properly in the GUI. 13 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