Iteration 1 Summary
Business Context: A university wants to minimize the number of students with allergies assigned to dormitories that are not allergy-friendly. The goal is to optimize the assignment of students to dormitories based on their allergies and the allergy-friendliness of each dormitory.
Optimization Problem: The university needs to assign students to dormitories in a way that minimizes the number of students with allergies assigned to non-allergy-friendly dormitories. Each student can be assigned to only one dormitory, and each dormitory has a limited capacity.
Objective: minimize sum of students with allergies assigned to non-allergy-friendly dormitories
Tables Created: 3
Tables Modified: 0
Tables Deleted: 0
Key Change: Schema changes include creating tables for dormitory capacities, allergy-friendliness, and penalty values. Configuration logic updated for scalar parameters and formulas.
Status: In progress
Confidence: medium
Next Focus: Gather missing data on dormitory capacities and allergy-friendliness to complete the optimization model
Mapping Adequacy: needs_improvement
Business Configuration Parameters: 2
