Iteration 1 Summary
Business Context: Optimize the assignment of wrestlers to events to maximize the total number of days titles are held, considering constraints on wrestler participation and event scheduling.
Optimization Problem: Maximize the total number of days titles are held by assigning wrestlers to events, ensuring that each wrestler can only participate in a limited number of events and that each event has a limited number of participants.
Objective: maximize total_days_held = ∑(Days_held[i] * Assigned[i, j])
Tables Created: 2
Tables Modified: 1
Tables Deleted: 0
Key Change: Schema changes include creating new tables for decision variables and constraint bounds, modifying existing tables to fill mapping gaps, and updating business configuration logic for scalar parameters and formulas.
Status: Complete
Confidence: high
Next Focus: Ready for convergence
Mapping Adequacy: mostly_good
Business Configuration Parameters: 2

Triple Expert Data: Values were determined based on typical wrestling event structures and participation limits, ensuring a balance between wrestler availability and event capacity.