|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A cloneable version of the Binpacking constraint. More...

Public Member Functions | |
| BinpackingCloneable (IntVarCloneable[] bin, IntVarCloneable[] load, int[] w) | |
| It constructs the binpacking constraint for the supplied variable. | |
| BinpackingCloneable (ArrayList<? extends IntVarCloneable > bin, ArrayList<? extends IntVarCloneable > load, int[] w) | |
| It constructs the binpacking constraint for the supplied variable. | |
| BinpackingCloneable (IntVarCloneable[] bin, IntVarCloneable[] load, int[] w, int minBin) | |
| It constructs the binpacking constraint for the supplied variable. | |
| BinpackingCloneable (ArrayList<? extends IntVarCloneable > bin, ArrayList<? extends IntVarCloneable > load, int[] w, int minBin) | |
| It constructs the binpacking constraint for the supplied variable. | |
| BinpackingCloneable | cloneInto (StoreCloneable targetStore) throws FailException |
A cloneable version of the Binpacking constraint.
| org.jacop.constraints.binpacking.BinpackingCloneable.BinpackingCloneable | ( | IntVarCloneable[] | bin, |
| IntVarCloneable[] | load, | ||
| int[] | w ) |
It constructs the binpacking constraint for the supplied variable.
| bin | which are constrained to define bin for item i. |
| load | which are constrained to define load for bin i. |
| w | which define size of item i. |
Referenced by cloneInto().
| org.jacop.constraints.binpacking.BinpackingCloneable.BinpackingCloneable | ( | ArrayList<? extends IntVarCloneable > | bin, |
| ArrayList<? extends IntVarCloneable > | load, | ||
| int[] | w ) |
It constructs the binpacking constraint for the supplied variable.
| bin | which are constrained to define bin for item i. |
| load | which are constrained to define load for bin i. |
| w | which define size of item i. |
| org.jacop.constraints.binpacking.BinpackingCloneable.BinpackingCloneable | ( | IntVarCloneable[] | bin, |
| IntVarCloneable[] | load, | ||
| int[] | w, | ||
| int | minBin ) |
It constructs the binpacking constraint for the supplied variable.
| bin | which are constrained to define bin for item i. |
| load | which are constrained to define load for bin i. |
| w | which define size of item i. |
| minBin | minimal index of a bin; overwrite the value provided by minimal index of variable bin |
| org.jacop.constraints.binpacking.BinpackingCloneable.BinpackingCloneable | ( | ArrayList<? extends IntVarCloneable > | bin, |
| ArrayList<? extends IntVarCloneable > | load, | ||
| int[] | w, | ||
| int | minBin ) |
It constructs the binpacking constraint for the supplied variable.
| bin | which are constrained to define bin for item i. |
| load | which are constrained to define load for bin i. |
| w | which define size of item i. |
| minBin | minimal index of a bin; overwrite the value provided by minimal index of variable bin |
| BinpackingCloneable org.jacop.constraints.binpacking.BinpackingCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |
Implements org.jacop.constraints.ConstraintCloneableInterface< C extends DecomposedConstraint<? extends Constraint > >.
References BinpackingCloneable().
