Home | History | Annotate | Download | only in model

Lines Matching refs:placement

214                 OptimalPlacementSolution placement = new OptimalPlacementSolution(
216 placement.find();
217 if (placement.finalPlacedItems.size() > 0) {
224 for (DbEntry item : placement.finalPlacedItems) {
343 OptimalPlacementSolution placement = new OptimalPlacementSolution(occupied,
345 placement.find();
346 if (placement.lowestWeightLoss == 0) {
349 for (DbEntry item : placement.finalPlacedItems) {
401 OptimalPlacementSolution placement =
403 placement.find();
404 finalItems.addAll(placement.finalPlacedItems);
405 outLoss[0] = placement.lowestWeightLoss;
406 outLoss[1] = placement.lowestMoveCost;
415 // linear placement.
418 // The first row in the grid from where the placement should start.
446 * Recursively finds a placement for the provided items.
481 // affect the placement of a different widget.