Java Decision Diagram

JDD is Java Decision Diagram library. This library provides Java support to encode Data Decision Diagrams and Hierarchical Set Decision Diagrams as well as set and homomorphic operations.

License

License

Categories

Categories

Net
GroupId

GroupId

net.hostettler.jdd
ArtifactId

ArtifactId

jdd
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Java Decision Diagram
JDD is Java Decision Diagram library. This library provides Java support to encode Data Decision Diagrams and Hierarchical Set Decision Diagrams as well as set and homomorphic operations.

Download jdd

How to add to project

<!-- https://jarcasting.com/artifacts/net.hostettler.jdd/jdd/ -->
<dependency>
    <groupId>net.hostettler.jdd</groupId>
    <artifactId>jdd</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.hostettler.jdd/jdd/
implementation 'net.hostettler.jdd:jdd:1.0.2'
// https://jarcasting.com/artifacts/net.hostettler.jdd/jdd/
implementation ("net.hostettler.jdd:jdd:1.0.2")
'net.hostettler.jdd:jdd:jar:1.0.2'
<dependency org="net.hostettler.jdd" name="jdd" rev="1.0.2">
  <artifact name="jdd" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hostettler.jdd', module='jdd', version='1.0.2')
)
libraryDependencies += "net.hostettler.jdd" % "jdd" % "1.0.2"
[net.hostettler.jdd/jdd "1.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 30.0-jre

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0