Iteration 1 Summary
Business Context: Optimize the allocation of drivers to schools to minimize the total years of experience mismatch while ensuring all schools have the required number of drivers.
Optimization Problem: The goal is to assign drivers to schools such that the total mismatch in years of experience is minimized. Each school requires a certain number of drivers, and each driver can be assigned to one school. The assignment should respect the full-time status of drivers.
Objective: minimize total_experience_mismatch = sum(Years_Working[i][j] * x[i][j] for all i, j)
Tables Created: 2
Tables Modified: 1
Tables Deleted: 0
Key Change: Schema changes include creating new tables for missing data requirements and updating existing tables to fill mapping gaps. Business configuration logic is updated to handle scalar parameters and formulas.
Status: In progress
Confidence: medium
Next Focus: Incorporate missing data on school driver requirements and full-time status of drivers
Mapping Adequacy: needs_improvement
Business Configuration Parameters: 2
