What is your current level of experience in freelance work?
I'm looking for assistance with a Python task involving mathematical modelling and numeric solving. The job involves writing a function that determines the optimal way to combine three ingredient sources (with known percentages of two characteristics) to create a final product that meets specific target values for those characteristics. You’ll be given a CSV file with entries for three containers. Each entry contains: The quantity available (in tonnes) A value for Characteristic A (e.g., protein content) A value for Characteristic B (e.g., moisture level) What the Function Needs to Do: Compute how to blend material from the three containers to make a unit batch (e.g., 1 tonne) that meets exact targets for the two characteristics. Then, scale this blend up as much as possib...