Iteration 1 Summary
Business Context: A debate organization wants to maximize the total audience engagement across multiple debates by strategically assigning participants from different districts and parties, ensuring diversity and fairness in representation.
Optimization Problem: The goal is to maximize the total audience engagement by assigning participants to debates in a way that ensures diversity in district and party representation, while respecting constraints on the number of debates each participant can join and the balance between affirmative and negative sides.
Objective: maximize ∑(Audience_Engagement[Debate_ID] × Num_of_Audience[Debate_ID])
Tables Created: 1
Tables Modified: 1
Tables Deleted: 0
Key Change: Schema changes include creating a new table for decision variables, updating the people table to include age constraints, and adding a business configuration logic file for audience engagement metrics and formulas.
Status: In progress
Confidence: medium
Next Focus: Refine constraints to ensure diversity and fairness in participant assignments.
Mapping Adequacy: mostly_good
Business Configuration Parameters: 2
