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 436f9a1c5a imported patch ex-dtmc-weights-rewards-has-positive-negative.patch 7 years ago
..
acceptance symbolic acceptance: provide intersect() method to allow restriction of the state sets 9 years ago
automata Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
bin Add -javastack x command line parameter to specify Java stack size 8 years ago
cex Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
common IntSet: add toString methods 7 years ago
dd Makefiles: inhibit parallel building (-j n mode) 8 years ago
dv Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
explicit imported patch ex-dtmc-weights-rewards-has-positive-negative.patch 7 years ago
hybrid Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
jdd DebugJDD: Inhibit leak checks if there was a fatal error during the run 8 years ago
jltl2ba Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
jltl2dstar Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
mtbdd symbolic exports: fix ReleaseStringUTFChars call on null pointer 8 years ago
odd Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
param exact/param: BigRational: Use static BigRational.ONE/BigRational.ZERO for conversion from boolean 7 years ago
parser Expression.isCoSafeLTLSyntactic: properly handle nesting and operator bounds 7 years ago
pepa/compiler Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
prism imported patch sccmethodex-setting.patch 7 years ago
pta Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
scripts The "r" is prepended to svn revision numbers automatically (in prism.getVersion and printversion.sh). 13 years ago
settings Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
simulator SimulatorEngine: switch to PrismNotSupportedException 7 years ago
sparse Fix export of intermediate adversaries in value-iteration based multi-objective. 7 years ago
strat Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
userinterface GUISimPathFormulaeList: fix some warnings 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