delete_empty_final_aisles {warehouseTools}R Documentation

Delete Empty Final Aisles from Arcs

Description

This internal function removes arcs corresponding to empty final aisles from the warehouse.

Usage

delete_empty_final_aisles(arcs, warehouse_width_reduced)

Arguments

arcs

A data frame or matrix representing the arcs in the warehouse.

warehouse_width_reduced

The reduced width of the warehouse.

Value

A matrix of arcs with empty final aisles removed.


[Package warehouseTools version 0.1.2 Index]