The goal of this exercise is to fill a square area [0,250]×[0,100][0,250]×[0,100] with 25 circles. The model can choose the x and y coordinates of the center of each circle and the radius. So we have as variables xi, yi, and ri. The circles placed inside the area should not overlap. The objective is to maximize the total area covered.
A solution is: