delete_empty_final_aisles {warehouseTools} | R Documentation |
This internal function removes arcs corresponding to empty final aisles from the warehouse.
delete_empty_final_aisles(arcs, warehouse_width_reduced)
arcs |
A data frame or matrix representing the arcs in the warehouse. |
warehouse_width_reduced |
The reduced width of the warehouse. |
A matrix of arcs with empty final aisles removed.