Approximation algorithms for the MAXSPACE advertisement problem
Mauro R. C. da Silva, Lehilton L. C. Pedrosa, and Rafael C. S., Schouery

TL;DR
This paper introduces approximation algorithms for the MAXSPACE advertisement scheduling problem and its variants, addressing complex constraints like release dates, deadlines, and values, with guarantees on solution quality.
Contribution
It provides a 1/9-approximation for MAXSPACE-R and a PTAS for MAXSPACE-RDV when the number of slots is constant, advancing solutions for NP-hard scheduling problems.
Findings
A 1/9-approximation algorithm for MAXSPACE-R.
A polynomial-time approximation scheme for MAXSPACE-RDV with constant slots.
MAXSPACE is strongly NP-hard even with two slots.
Abstract
In MAXSPACE, given a set of ads , one wants to schedule a subset into slots of size . Each ad has a size and a frequency . A schedule is feasible if the total size of ads in any slot is at most , and each ad appears in exactly slots and at most once per slot. The goal is to find a feasible schedule that maximizes the sum of the space occupied by all slots. We consider a generalization called MAXSPACE-R for which an ad also has a release date and may only appear in a slot if . For this variant, we give a -approximation algorithm. Furthermore, we consider MAXSPACE-RDV for which an ad also has a deadline (and may only appear in a slot with ), and a value that is…
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
TopicsOptimization and Search Problems · Advanced Graph Theory Research · Complexity and Algorithms in Graphs
