This article uses second-person (you) inappropriately. Please help rewrite it to use a more formal, encyclopedic tone. (December 2024) |
Talent scheduling represents a complex optimization challenge within the fields of computer science and operations research, specifically categorized under combinatorial optimization. This scenario involves the production of multiple films, each comprising several scenes that necessitate the participation of one or more actors. Importantly, only one scene can be filmed per day, and the remuneration for the actors is calculated on a daily basis. A critical constraint in this problem is that actors must be engaged for consecutive days; for instance, an actor cannot be contracted for filming on the first and third days without also being hired on the intervening second day. Furthermore, during the entire hiring period, producers are obligated to compensate the actors, even on days when they are not actively participating in filming. The primary objective of talent scheduling is to minimize the total salary expenditure for the actors by optimizing the sequence in which scenes are filmed.
Mathematical formulation
Consider a film shoot composed of shooting days and involving a total of actors. Then we use the day out of days matrix (DODM) to represent the requirements for the various shooting days. The matrix with the entry given by:
Then we define the pay vector , with the th element given by which means rate of pay per day of the th actor. Let v denote any permutation of the n columns of , we have:
is the permutation set of the n shooting days. Then define to be the matrix with its columns permuted according to , we have:
- for
Then we use and to represent denote respectively the earliest and latest days in the schedule determined by a which require actor . So we can find actor will be hired for days. But in these days, only days are actually required, which means days are unnecessary, we have:
The total cost of unnecessary days is:
will be the objective function we should minimize.
Proof of strong NP-hardness
In talent scheduling problem, we can prove that is NP-hard by a reduction from the optimal linear arrangement(OLA) problem. And in this problem, even we restrict each actor is needed for just two days and all actors' salaries are 1, it's still polynomially reducible to the OLA problem. Thus, this problem is unlikely to have pseudo-polynomial algorithm.
Integer programming
The integer programming model is given by:
Minimize | |||
subject to | |||
In this model, means the earliest shooting day for talent , is the latest shooting day for talent , is the scheduling for the project, i.e.
References
- ^ Cheng, T. C. E.; Diamond, J. E.; Lin, B. M. T. (1 December 1993). "Optimal scheduling in film production to minimize talent hold cost". Journal of Optimization Theory and Applications. 79 (3): 479–492. doi:10.1007/BF00940554. S2CID 120319128. Retrieved 25 July 2022.
- Garey, M. R.; Johnson, D. S.; Stockmeyer, L. (1 February 1976). "Some simplified NP-complete graph problems". Theoretical Computer Science. 1 (3): 237–267. doi:10.1016/0304-3975(76)90059-1. ISSN 0304-3975.
- Garey, M. R.; Johnson, D. S. (1979). Victor Klee (ed.). Computers and Intractability: A Guide to the Theory of NP-Completeness. A Series of Books in the Mathematical Sciences. San Francisco, Calif.: W. H. Freeman and Co. pp. x+338. ISBN 0-7167-1045-5. MR 0519066.
- Close Kochetov, Y. (2011). Iterative local search methods for the talent scheduling problem. In Proceedings of 1st international symposium and 10th Balkan conference on operational research, September 22, Thessaloniki, Greece (pp. 282–288).