Iteration 1 Summary
Business Context: The protein institute aims to optimize the allocation of research resources across different institutions to maximize the total sequence length of proteins studied, while respecting budget and building capacity constraints.
Optimization Problem: The goal is to maximize the total sequence length of proteins studied across institutions, subject to constraints on the total budget allocated for research and the capacity of buildings where research is conducted.
Objective: maximize ∑(sequence_length_i * x_i), where x_i is the amount of resources allocated to institution i
Tables Created: 3
Tables Modified: 1
Tables Deleted: 0
Key Change: Schema changes include creating new tables for decision variables and constraint bounds, modifying the building table for capacity, and adding business configuration logic for scalar parameters and formulas.
Status: In progress
Confidence: medium
Next Focus: Refine the mapping of building capacity and introduce missing decision variables and constraints
Mapping Adequacy: needs_improvement
Business Configuration Parameters: 3
