Iteration 1 Summary
Business Context: Optimize dormitory assignments to minimize the total distance students travel from their home cities to their assigned dorms, while respecting dorm capacity and gender constraints.
Optimization Problem: The goal is to assign students to dorms in a way that minimizes the total distance traveled from their home cities to their assigned dorms. The assignment must respect the capacity of each dorm and ensure that students are assigned to dorms that match their gender.
Objective: minimize ∑(distance[stuid, dormid] * assign[stuid, dormid])
Tables Created: 2
Tables Modified: 1
Tables Deleted: 0
Key Change: Schema changes include creating tables for distance matrix and gender information, updating Dorm table for capacity, and adding business configuration logic for scalar parameters and formulas.
Status: In progress
Confidence: medium
Next Focus: Obtain distance data and ensure gender information is available for both students and dorms.
Mapping Adequacy: needs_improvement
Business Configuration Parameters: 2
