|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OptimisationSolverIf
For description see method solveOptimization()
Required for UC8
Method Summary | |
---|---|
java.util.Hashtable<StoreTO,java.util.Collection<ProductAmountTO>> |
solveOptimization(java.util.Collection<ProductAmountTO> requiredProductAmounts,
java.util.Hashtable<Store,java.util.Collection<StockItem>> storeStockItems,
java.util.Hashtable<Store,java.lang.Integer> storeDistances)
Solves an optimisation problem: Optimal transportation costs with respect to The required products and the required amount The available products and their provided amount per providing store The distances between the requiring and the providing store |
Method Detail |
---|
java.util.Hashtable<StoreTO,java.util.Collection<ProductAmountTO>> solveOptimization(java.util.Collection<ProductAmountTO> requiredProductAmounts, java.util.Hashtable<Store,java.util.Collection<StockItem>> storeStockItems, java.util.Hashtable<Store,java.lang.Integer> storeDistances)
requiredProductAmounts
- Products/Amounts required by the requiring
storestoreStockItems
- Stock item availability per store.storeDistances
- Distances between requiring store and each
providing stores
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |