Learn R Programming

warehouseTools (version 0.1.2)

delete_empty_final_aisles: 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)

Value

A matrix of arcs with empty final aisles removed.

Arguments

arcs

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

warehouse_width_reduced

The reduced width of the warehouse.