<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<rss version="2.0">
  <channel>
    <title>Gerodimos, A.E.</title>
    <link>http://repub.eur.nl/res/aut/4600/</link>
    <description>List of Publications</description>
    <language>en</language>
    <image>
      <url>http://repub.eur.nl/static-eur/img/logo.png</url>
      <title>RePub, Erasmus University Rotterdam</title>
      <link>http://repub.eur.nl</link>
    </image>
    <item>
      <title>Improved dynamic programs for some batching problems involving the maximum lateness criterion (Article)</title>
      <link>http://repub.eur.nl/res/pub/14436/</link>
      <pubDate>2000-10-01T00:00:00Z</pubDate>
      <description>We study four scheduling problems involving the maximum lateness criterion and an element of batching. For all the problems that we examine, algorithms appear in the literature that consist of a sorting step to determine an optimal job sequence, followed by a dynamic programming step that determines the optimal batches. In each case, the dynamic program is based on a backward recursion of which a straightforward implementation requires O(n2) time, where n is the number of jobs. We present improved implementations of these dynamic programs that are based on monotonicity properties of the objective expressed as a function of the total processing time of the first batch. These properties and the use of efficient data structures enable optimal solutions to be found for each of the four problems in O(n log n) time; in two cases, the batching step is actually performed in linear time and the overall complexity is determined by the sorting step.</description>
    </item> <item>
      <title>Improved dynamic programs for batching problems with maximum lateness criterion (Research Paper)</title>
      <link>http://repub.eur.nl/res/pub/1521/</link>
      <pubDate>1998-12-31T00:00:00Z</pubDate>
      <description>We study a class of scheduling problems involving the maximum lateness criterion and an element of batching. For all the problems that we examine, algorithms appear in the literature
which consist of a sorting step to determine an optimal job sequence, followed by a dynamic programming step which determines the optimal 
batches. In each case, the dynamic program is based on a backward recursion of which a
straightfoward implementation requires O(n^2) time, where n is the number of jobs. We present improved implementations of these dynamic
programs that are based on monotonicity properties of the objective expressed as a function of the length of the first batch. These
properties and the use of efficient data structures enable us to exclude partial schedules that cannot lead to an overall optimum
early on in the enumeration process. The four problems that we consider are solved in O(n log n) time; in two occasions, the batching step is actually performed in linear time and the overall
complexity is determined by the sorting step.</description>
    </item>
  </channel>
</rss>