find_reduced_with {warehouseTools} | R Documentation |
Find Reduced Warehouse Width
Description
This internal function finds the reduced width of the warehouse by analyzing the arcs and detecting the last non-empty aisle.
Usage
find_reduced_with(arcs)
Arguments
arcs |
A data frame or matrix representing the arcs in the warehouse. |
Value
The reduced warehouse width as an integer.
[Package warehouseTools version 0.1.2 Index]