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 e31edd5a95 Code tidy. 16 years ago
..
JDD.cc Cody tidy to remove some (C++) compiler errors. 16 years ago
JDD.java Code tidy. 16 years ago
JDDNode.java Carlos' latest updates to LTL code. 18 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 Improved Java detetction in Makefile, including case where directory has a space, e.g. "Progam Files". 19 years ago
README PRISM trunk layout rearrangement. 20 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