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 ab328b5fc7 Code tidy of comments in jdd.JDD (from Joachim Klein). 11 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). 15 years ago
JDD.java Code tidy of comments in jdd.JDD (from Joachim Klein). 11 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 Makefile fixes: stop javah-created headers showing as modified in Cygwin svn due to line endings. 12 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