|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
import java.lang.reflect.Array;import java.util.ArrayList;import java.util.Arrays;import java.util.HashMap;import java.util.HashSet;import org.jacop.constraints.ConstraintCloneableInterface;import org.jacop.constraints.Constraint;import org.jacop.core.FailException;import org.jacop.core.IntDomain;import org.jacop.core.IntVarCloneable;import org.jacop.core.Store;import org.jacop.core.StoreCloneable;import org.jacop.core.ValueEnumeration;import org.jacop.core.Var;
Classes | |
| class | frodo2.solutionSpaces.JaCoP.ExtensionalSupportHypercube |
| A JaCoP extensional constraint encoded by a hypercube for faster lookups. More... | |
Packages | |
| package | frodo2.solutionSpaces.JaCoP |
| Package handling the interface with the JaCoP solver. | |