0

I am trying solve a scheduling problem adopting a rolling horizon approach. I have developed an Integer programming model and seek to speed up execution.

I am seeking advice on beginner level literature on the topic - papers/articles/books and any other materials that would help me to learn this approach. I found it difficult to find sufficient information as most of it is mainly from research papers where it is either too complex or too vaguely described with no examples at all.

SecretAgentMan
  • 1,895
  • 2
  • 13
  • 39
Pia MiA
  • 392
  • 1
  • 10

1 Answers1

5

Here are some papers you could read. This makes an introduction to the topic, explains why it is useful, what are some drawbacks and proposes an algorithm to deal with them. Also, it provides two different use cases, lot sizing optimization and tail optimization. This provides an example of a crane scheduling problem, with very complete explanations. And also, you could check this very good answer to a question posted some time ago, in which the logic about rolling periods is explained.