Iteration 1 Summary
Business Context: A shipping company aims to minimize the total operational cost of its fleet while ensuring that each ship meets specific mission requirements. The company needs to allocate ships to missions based on their tonnage, speed, and nationality constraints.
Optimization Problem: The objective is to minimize the total operational cost of the fleet, which is a linear combination of the cost associated with each ship's tonnage and speed. The constraints ensure that each mission is assigned to exactly one ship, each ship is assigned to at most one mission, and the ship's tonnage and speed meet the mission requirements.
Objective: minimize ∑(c_tonnage * Tonnage_i + c_speed * Speed_knots_i) * x_ij
Tables Created: 2
Tables Modified: 0
Tables Deleted: 0
Key Change: Schema changes include creating tables for mission requirements and ship attributes, and updating business configuration logic to include cost coefficients and mission constraints.
Status: In progress
Confidence: medium
Next Focus: Identify and map missing cost coefficients and mission requirements to complete the optimization model.
Mapping Adequacy: needs_improvement
Business Configuration Parameters: 5
