Iteration 1 Summary
Business Context: An orchestra management company wants to maximize the total attendance across all shows while respecting constraints on conductor availability and performance ratings.
Optimization Problem: The goal is to maximize the total attendance across all shows by deciding the number of performances each orchestra should conduct, considering constraints on conductor availability and minimum performance ratings.
Objective: maximize ∑(Attendance × Number_of_Performances)
Tables Created: 3
Tables Modified: 0
Tables Deleted: 0
Key Change: Schema changes include creating tables for conductor availability, performance ratings, and performance limits. Configuration logic updates include scalar parameters for conductor availability, minimum ratings, and performance limits, and a formula for total attendance calculation.
Status: In progress
Confidence: medium
Next Focus: Identify and map missing data for conductor availability and performance constraints
Mapping Adequacy: needs_improvement
Business Configuration Parameters: 5
