Computes the exposure rate of every item allocated to every level node. If more than one item is allocated to the same level node, the node splits.
item_selector(E_mat, D, C, minmax)
matrix of the associated value of every item allocated to every level node. Rows represent items and columns represent level nodes. The "associated value" can be the MSE if the selection criterium is "MEPV", the FI if the selection criterium is "MFI" and ****
vector of confluencies of every level node
vector of item capacities
optimisation direction. Options: TRUE
to maximise and
FALSE
to minimise
A matrix of exposure rates. Rows represent items and columns represent level nodes. Every item with a positive exposure rate for a level node is allocated to that node