An iterative exact algorithm for the weighted fair sequences problem
Markus Sinnl

TL;DR
This paper introduces an iterative exact algorithm for the NP-hard weighted fair sequences problem, significantly improving solution speed and success rate over previous methods through a new mixed-integer programming model and valid inequalities.
Contribution
The paper presents a novel iterative exact solution algorithm with enhanced mixed-integer programming models and valid inequalities for the weighted fair sequences problem, outperforming existing approaches.
Findings
Solved 404 of 440 instances to optimality within five minutes
Outperformed previous methods by solving more instances faster
Achieved up to two orders of magnitude speedup
Abstract
In this work, we present a new iterative exact solution algorithm for the weighted fair sequences problem, which is a recently introduced NP-hard sequencing problem with applications in diverse areas such as TV advertisement scheduling, periodic machine maintenance and real-time scheduling. In the problem we are given an upper bound on the allowed solution sequence length and a list of symbols. For each symbols, there is a positive weight and a number, which gives the minimum times the symbol has to occur in a feasible solution sequence. The goal is to find a feasible sequence, which minimizes the maximum weight-distance product, which is calculated for each consecutive appearance of each symbol in the sequence, including the last and first appearance in the sequence, i.e., the sequence is considered to be circular for the calculation of the objective function. Our proposed solution…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle Routing Optimization Methods · Assembly Line Balancing Optimization · Scheduling and Optimization Algorithms
