Iteration 2 Summary
Business Context: A construction company aims to minimize the total length of bridges and mills built by architects while ensuring each architect is assigned to at least one project and no architect is overburdened with more than three projects.
Optimization Problem: Minimize the total length of bridges and mills built by architects, subject to constraints on the number of projects each architect can handle and ensuring each architect is assigned to at least one project.
Objective: minimize ∑(length_meters[i] * x[i] + length_feet[j] * y[j]) where x[i] and y[j] are binary decision variables indicating whether bridge i or mill j is built
Tables Created: 2
Tables Modified: 0
Tables Deleted: 0
Key Change: Schema changes include adding tables for objective coefficients (bridge and mill lengths), updating the data dictionary, and refining business configuration logic to include length parameters.
Status: In progress
Confidence: medium
Next Focus: Refine objective coefficients to include length data for bridges and mills
Mapping Adequacy: partially_adequate
Business Configuration Parameters: 2
