Sequence Dependent Setup Time
class SequenceDependentSetupTime(setups: Map<Pair<Int, Int>, Double>, initialSetups: Map<Int, Double> = emptyMap(), defaultSetup: Double = 0.0) : SetupTimeIfc(source)
A sequence-dependent setup matrix: the setup before serving toType depends on the (fromType, toType) pair.
Parameters
setups
setup times keyed by (fromType, toType); missing pairs use defaultSetup
initial Setups
setup times for the first job, keyed by toType; missing uses defaultSetup
default Setup
the setup used when a pair (or initial type) is not listed