Iteration 1 Summary
Business Context: Optimize pilot assignments to aircraft to minimize operational costs while ensuring pilots are assigned to aircraft they are qualified to fly and respecting pilot availability constraints.
Optimization Problem: The goal is to minimize the total operational cost of assigning pilots to aircraft. The cost is influenced by the pilot's rank and the aircraft's fuel efficiency. Constraints include ensuring each pilot is assigned to at most one aircraft per day, each aircraft is assigned exactly one pilot, and pilots are only assigned to aircraft they are qualified to fly based on their rank.
Objective: minimize ∑(cost_coefficient[pilot_id, aircraft_id] * assignment[pilot_id, aircraft_id])
Tables Created: 2
Tables Modified: 0
Tables Deleted: 0
Key Change: Schema changes include creating tables for cost coefficients and pilot qualifications, and updating business configuration logic with scalar parameters and formulas.
Status: In progress
Confidence: medium
Next Focus: Define cost coefficients and pilot qualification data to complete the optimization model.
Mapping Adequacy: needs_improvement
Business Configuration Parameters: 3
