Iteration 2 Summary
Business Context: A media company aims to maximize the total viewership share across its channels by optimally scheduling programs. The company needs to decide which programs to broadcast on which channels and at what times of day, considering channel ratings and program origins, while ensuring linearity in the optimization model.
Optimization Problem: The goal is to maximize the total viewership share by selecting the best combination of programs, channels, and times of day. The objective is to maximize the sum of the products of program shares and channel ratings. Constraints include ensuring each program is broadcast at most once, each channel has a limited number of time slots, and programs from certain origins are prioritized.
Objective: maximize ∑(Share_in_percent[Channel_ID, Program_ID] × Rating_in_percent[Channel_ID] × x[Channel_ID, Program_ID, Time_Slot_ID])
Tables Created: 2
Tables Modified: 0
Tables Deleted: 0
Key Change: Schema changes include creating tables for program shares and channel ratings to address missing optimization requirements. Configuration logic updates include scalar parameters for channel ratings and program shares.
Status: In progress
Confidence: medium
Next Focus: Obtain data for Share_in_percent[Channel_ID, Program_ID] and Rating_in_percent[Channel_ID] to complete the linear formulation
Mapping Adequacy: partially_adequate
Business Configuration Parameters: 2
