public interface Universe
This is a good representation for n-tupples in a discrete space. The space is specified during construction with an int-vector of length n, defining the number of elements in each subdomain. Each element in the space is represented by an int-vector of length n.
Set,
BDDUniverse| Modifier and Type | Method and Description |
|---|---|
Set |
createEmptySet()
create a new set that is empty
|
Set |
createFullSet()
create a set that contains all possible elements
|
double |
domainSize()
The domainSize if the size of all elements in the universe.
|
void |
free()
cleanup the universe and die.
|
int |
subdomainCount() |
Set createEmptySet()
Set createFullSet()
double domainSize()
int subdomainCount()
void free()
NOTE: you must call this function in order to free all used memory. a call to free() also frees all Set and SetEnumeration objects (making then invalid!)
Set.free()This file is a part of the JDD package, a native Java Binary Decision Diagram Library.