I would like to know what methods are applied for optimizing multi-variable expressions with a defined target.
I have a specific example I need help with, but I would like to be pointed into the right direction to apply the theory elsewhere.
The expression I need to optimize is given in the following equation:
$$t = \frac {2x + 2y + z + i + j +k} 4$$
Here all the variables including the target are constrained to be integers between 0 and 100 inclusive. (Apologies for not knowing how to express that symbolically)
So in summary I would like to know how to optimize this particular example, what branch of mathematics this type of problem is classified under? Also, What methods are typically used to solve problems like this?