find_reduced_with {warehouseTools} | R Documentation |
This internal function finds the reduced width of the warehouse by analyzing the arcs and detecting the last non-empty aisle.
find_reduced_with(arcs)
arcs |
A data frame or matrix representing the arcs in the warehouse. |
The reduced warehouse width as an integer.