How to calculate the min-max amount of A, B, C to maximize Y?

17 Views Asked by At

I have the following table where I have the variables $A$, $B$, $C$ that generate the output $Y$.

enter image description here

What kind of algorithm can I use to know the min-max amount of $A$, $B$, $C$ that maximizes the $Y$ value?