which n jobs have to be processed at minimum cost on a single machine. The set-up cost
associated with each job depends not only on the job that precedes it, but also on its
position (time) in the sequence. The optimization method described here combines finding
shortest paths in an associated multipartite network with subgradient optimization and some
branch-and-bound enumeration. Minimizing the tardiness costs in one-machine scheduling …