Iteration 1 Summary
Business Context: Optimize the assignment of captains to ships to minimize the total age of captains assigned to ships of a specific class, ensuring each ship has exactly one captain and each captain is assigned to one ship.
Optimization Problem: The goal is to minimize the total age of captains assigned to ships of a specific class, ensuring that each ship has exactly one captain and each captain is assigned to one ship. This involves deciding which captain is assigned to which ship while respecting the constraints.
Objective: minimize total_age = sum(Captain.age * CaptainShipAssignment.assignment for all captains and ships)
Tables Created: 2
Tables Modified: 1
Tables Deleted: 0
Key Change: Schema changes include creating new tables for decision variables and constraint bounds, modifying existing tables to fill mapping gaps, and updating business configuration logic for scalar parameters and formulas.
Status: Complete
Confidence: high
Next Focus: Ready for convergence
Mapping Adequacy: mostly_good
Business Configuration Parameters: 2

Triple Expert Data: Values were chosen to reflect a realistic distribution of captain ages and ship assignments, ensuring that the optimization problem remains solvable while respecting business constraints.