Hello,
In irregular problem type, the solution propose 2 computed values : x_max and y_max. These values represents the max x and y of the last bin.
But these values are only usable if the placement direction chosen by the algorithm is from Left to Right and from Bottom to Top. Otherwise, these maximums are set to bin max.
Several questions:
- Can't these values be adapted to the direction? x_min and y_min ?
- Wouldn't it be interesting to have control over the possible directions?