I have a simple optimization problem. The objective function consists of $4$ variables, say $a,b,c$ and $d$. So the objective function $y=f(a,b,c,d)$ is a linear function of $a,b,c,d$.
The constraints for these variables are only their range, say: $$3 \leq a \leq 10,$$ $$25 \leq b \leq 35,$$ $$80 \leq c \leq 100$$ $$30 \leq d \leq 45.$$ My question is which optimization technique/method can I use to get maximum value of $y$.