bpp_viewer {gbp}R Documentation

bpp_viewer

Description

bpp single or multiple order packing solution viewer

Usage

bpp_viewer(sn, title = NULL, subtitle = NULL)

Arguments

sn

sn bpp_solution from bpp_solver <list>

- it item <data.table>

- oid: order id <integer>

- sku: stock keeping unit as it id <character>

- tid: ticket id - an unique id within oid <integer>

- otid: order id x ticket id - an unique indentifier indicate it with same tid can be packed into one bin <character>

- bid: bn id <integer>

- x, y, z it position in bid bin <numeric>

- l, d, h it scale along x, y, z <numeric>

- w it weight <numeric>

- bn bins <data.table>

- id bn id <character>

- l bn length limit along x-coordinate <numeric>

- d bn depth limit along y-coordinate <numeric>

- h bn height limit along z-coordinate <numeric>

- w bn weight limit along w - a separate single dimension <numeric>

title

title <character>

subtitle

subtitle <character>

See Also

Other bpp_viewer: bpp_viewer_single


[Package gbp version 0.1.0.4 Index]