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 9b5aae301f 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
..
DebugJDD.java 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
JDD.cc New JDD debugging code from Vojta (disabled by default). 14 years ago
JDD.java 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
JDDNode.java 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
JDDTest.java Updated email addresses and affiliations in copyright info. 18 years ago
JDDVars.java JDD bug fix (again - oops). 17 years ago
JDDVectorConsumer.java Updated email addresses and affiliations in copyright info. 18 years ago
Makefile Fix makefiles with easier setup of classpath using * for jars. 14 years ago
README PRISM trunk layout rearrangement. 20 years ago
package-info.java Improved documentation (JavaDoc mostly). 15 years ago

README

JDD
===

To add new functions:
---------------------

- Add Java wrapper method to JDD.java
- Add native method prototype to JDD.java
- javac jdd/JDD.java
- javah -jni jdd.JDD -o jdd/JDD.h
- Add C++ wrapper to jdd.cc (get prototype from jdd/JDD.h)
- cd jdd
- make clean
- cd ..
- make