Uses of Class
topics.branchandbound.rectangles.Piece
Packages that use Piece
-
Uses of Piece in topics.branchandbound.rectangles
Constructor parameters in topics.branchandbound.rectangles with type arguments of type PieceModifierConstructorDescriptionBoardState(int[][] board, List<Piece> pieces, int depth, UUID parentID) Constructs a child node representing a subsequent placement state.BoardState(int boardSize, List<Piece> pieces) Constructs the root node representing an empty board.Constructs a child node representing a subsequent placement state.Constructs the root node representing an empty board.RectanglesPlacement(int boardSize, List<Piece> pieces) Initializes the problem solver and establishes the execution tree root.RectanglesPlacementThreads(int boardSize, List<Piece> pieces) Initializes the concurrent problem solver and establishes the execution tree root.