Class RectanglesPlacement

java.lang.Object
topics.branchandbound.util.BranchAndBound
topics.branchandbound.RectanglesPlacement

public class RectanglesPlacement extends BranchAndBound
BRANCH AND BOUND PROBLEM: OPTIMAL PLACEMENT OF RECTANGLES
Author:
vicegd
  • Constructor Details

    • RectanglesPlacement

      public RectanglesPlacement(int n, List<topics.branchandbound.Piece> pieces)
      Constructor for RectanglesPlacement objects
      Parameters:
      n - Size of the board (n x n)
      pieces - List of pieces to be placed on the board