Download List

專案描述

JavaBDD is a Java library for manipulating BDDs (binary decision diagrams). Binary decision diagrams are widely used in model checking, formal verification, optimizing circuit diagrams, and other areas.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-11-01 07:31
0.6

This version fixed some security problems by adding
better null and type checking.
標籤: Major security fixes

2003-08-05 13:26
0.5

This version adds a 100% Java implementation of the
BDD factory, so the native library is no longer
necessary. There is now a Java implementation of
variable domains. Domains can be up to 2^64 in size.
There is also a Java implementation of bit vectors,
along with the associated operations (add, subtract,
multiply, divide, etc.) Fixes and extensions to the CUDD
interface were performed. CUDD can now run all of the
test cases correctly. There were many other small
refinements to the API.
標籤: Major feature enhancements

2003-06-19 10:38
0.4

This version includes an interface to the CUDD BDD
native library. Various other improvements and updates
to the API were made.
標籤: Major feature enhancements

2003-02-21 12:33
0.3

In this version, many bugs were fixed. Most functionality has been tested, so this version should be more or less stable and usable.
標籤: Major bugfixes

2003-01-30 18:36
0.1

This is the first release of this software, and is largely untested.
標籤: Initial freshmeat announcement

Project Resources