Class | Description |
---|---|
AKPFactoryArraySimple |
A factory for an AKP solver that represents the tree with an array and does a
complete comparison between surplus sources and deficit targets in each step.
|
AKPSolverArraySimple |
A class which performs the AKP algorithm on an array representation of the
tree.
|
AKPSolverArraySimpleImprov |
A class which performs the AKP algorithm on an array representation of the tree.
|
BuildTree |
Utility class that builds the dual feasible AKP initial tree from a given
instance.
|
ComputeReallocationMatrix2 | |
DeficitTargetIterator |
A class used for iterating over possible deficit targets.
|
InitTreeArrayStruct |
Container used to pass the initial tree to the solver.
|
SolverFactory<T> |
An abstract class that contains basic functionality every class that sets up
a solver needs.
|
StructInitEPSA | |
Tree |
Tree representation of a basic solution according to M.S.
|
TreeIterator |
Class used to iterate over a given subtree.
|