Class RectanglesPlacementThreads

java.lang.Object
topics.branchandbound.util.threads.BranchAndBoundThreads
topics.branchandbound.RectanglesPlacementThreads

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

    • RectanglesPlacementThreads

      public RectanglesPlacementThreads(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