I want to formulate equations for this problem. I have previously looked at many examples and I am new to this.
Suppose I have n total fruit plantations and s number of just apple plantations.
I want to place s and (n-s) plantations on an m by m grid of field.
The objective function should be minimizing the area of the grid field where n fruits are to be planted.
Also, I need to control the (n-s) plantations/grid points. That means for all the plantations except the apple plantations, I might place multiple plantations on the same grid point.
Please help.