fnMultipleFixL: optimise fixed length assortment with 2 or more possible...

View source: R/fnAssort.r

fnMultipleFixLR Documentation

optimise fixed length assortment with 2 or more possible assortment length

Description

optimise fixed length assortment with 2 or more possible assortment length

Usage

fnMultipleFixL(actl, fixN, fixM, fixA)

Arguments

actl

actual remaining length of stem for assortment

fixN

maximum number of fixed length assortments

fixM

vector of multiple fixed assortment length's

fixA

fixed length assortment add-on

Value

a vector with optimal fixed assortment length

Examples

actl <- 15
fixN <- 3
fixM <- c(5, 3)
fixA <- 0.1
fnMultipleFixL(actl, fixN, fixM, fixA)


TapeS documentation built on Aug. 8, 2025, 6:21 p.m.