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.
 
 
 
 
 
 
Joachim Klein cef4f92e1b typo in option help 8 years ago
..
acceptance symbolic acceptance: provide intersect() method to allow restriction of the state sets 9 years ago
automata Makefiles: inhibit parallel building (-j n mode) 9 years ago
bin Fix handling of PRISM_DEBUG and PRISM_DEBUG_ARG variables in launch scripts so that the scripts work when they are not set. 10 years ago
cex Update simulator to allow path lengths over 2^31. 12 years ago
common JavaDoc typos 8 years ago
dd Makefiles: inhibit parallel building (-j n mode) 9 years ago
dv Makefiles: inhibit parallel building (-j n mode) 9 years ago
explicit DTMC, reach prob, interval iteration: Fix missing "topological" in method description 8 years ago
hybrid hybrid.cc: initialise col_offset in hdd_negative_row_sums 8 years ago
jdd Makefiles: inhibit parallel building (-j n mode) 9 years ago
jltl2ba Makefiles: inhibit parallel building (-j n mode) 9 years ago
jltl2dstar Makefiles: inhibit parallel building (-j n mode) 9 years ago
mtbdd mtbdd/hybrid/sparse: Generate PrismNotSupportedExceptions if native error message contains 'not supported' 8 years ago
odd Makefiles: inhibit parallel building (-j n mode) 9 years ago
param exact/parametric: support if-the-else expressions in properties 8 years ago
parser ExpressionFunc.evaluatePowInt: guard against int underflow 8 years ago
pepa/compiler Makefiles: inhibit parallel building (-j n mode) 9 years ago
prism typo in option help 8 years ago
pta PTAParser.jj: update to include changes from PTAParser.java (fixes #32) 8 years ago
scripts The "r" is prepended to svn revision numbers automatically (in prism.getVersion and printversion.sh). 13 years ago
settings Makefiles: inhibit parallel building (-j n mode) 9 years ago
simulator Move methods from DefaultModelGenerator into default implementations within ModelGenerator interface. 8 years ago
sparse mtbdd/hybrid/sparse: Generate PrismNotSupportedExceptions if native error message contains 'not supported' 8 years ago
strat Makefiles: inhibit parallel building (-j n mode) 9 years ago
userinterface Fix JDK9 compilation issue, use parser.ast.Module instead of Module 8 years ago
README.txt Improved documentation (JavaDoc mostly). 15 years ago
authors.txt Update authors list used for git-svn migration. 9 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