Iteration 2 Summary
Business Context: A music festival organizer wants to maximize the exposure of artists by selecting the optimal set of artists to perform at a festival, considering their popularity and availability.
Optimization Problem: Maximize the total weeks on top of the charts for selected artists while ensuring the number of artists does not exceed festival capacity and each artist is available.
Objective: maximize total_weeks_on_top = ∑(artist_weeks_on_top.Weeks_on_Top[i] * x[i])
Tables Created: 1
Tables Modified: 0
Tables Deleted: 0
Key Change: Added Weeks_on_Top table to address missing data for objective coefficients, updated data dictionary, and adjusted business configuration logic for scalar parameters.
Status: Complete
Confidence: high
Next Focus: Ready for convergence
Mapping Adequacy: mostly_good
Business Configuration Parameters: 0

Triple Expert Data: Values were determined based on typical festival capacities, artist popularity metrics, and availability patterns observed in the music industry.