Iteration 1 Summary
Business Context: A decoration competition is held among colleges, where each college sends members to participate in rounds with different themes. The goal is to maximize the overall ranking of a college by strategically assigning members to rounds based on their strengths in specific themes.
Optimization Problem: The optimization problem aims to maximize the total ranking points of a college by assigning members to rounds in a way that leverages their strengths in specific decoration themes. The objective is linear, and constraints ensure that each member is assigned to a limited number of rounds and that each round has a specific number of participants.
Objective: maximize ∑(Rank_in_Round × Assignment_Indicator)
Tables Created: 3
Tables Modified: 0
Tables Deleted: 0
Key Change: Schema changes include creating new tables for member-round assignments, member limits, and round requirements. Business configuration logic updated with scalar parameters for member limits and round requirements, and formulas for ranking calculations.
Status: In progress
Confidence: medium
Next Focus: Refine constraints and ensure all necessary data is available for the optimization model.
Mapping Adequacy: needs_improvement
Business Configuration Parameters: 3
