public class ExplicitOptimisationProblem extends java.lang.Object implements OptimisationProblem
| Constructor and Description |
|---|
ExplicitOptimisationProblem(java.util.Collection<SDDTree> sdds,
Vtree tree)
Creates an optimisation problem
of the specified collection of SDD
defined on the specified vtree.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SDDTree> |
getSDDs() |
java.util.Set<CanonicalWatched> |
getSubnodes() |
Vtree |
getTree() |
int |
size() |
public ExplicitOptimisationProblem(java.util.Collection<SDDTree> sdds, Vtree tree)
sdds - the collection of SDDTrees.tree - the vtree on which the SDDTrees are defined.public java.util.Collection<SDDTree> getSDDs()
getSDDs in interface OptimisationProblempublic Vtree getTree()
getTree in interface OptimisationProblempublic int size()
size in interface OptimisationProblempublic java.util.Set<CanonicalWatched> getSubnodes()
getSubnodes in interface OptimisationProblem