powered by
optimise fixed length assortment with 2 or more possible assortment length
fnMultipleFixL(actl, fixN, fixM, fixA)
a vector with optimal fixed assortment length
actual remaining length of stem for assortment
maximum number of fixed length assortments
vector of multiple fixed assortment length's
fixed length assortment add-on
actl <- 15 fixN <- 3 fixM <- c(5, 3) fixA <- 0.1 fnMultipleFixL(actl, fixN, fixM, fixA)
Run the code above in your browser using DataLab