Skip to content

Commit

Permalink
ACE: Some javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
achaussende committed May 10, 2015
1 parent a8e0d82 commit 3d0f332
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
public class GuillotineSortBAF extends Packer {

private static final Logger logger = Logger.getLogger(GuillotineSortBAF.class);

private Solution solution;

public GuillotineSortBAF(ArrayList<Comparator<Box>> boxComparators) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
*
* @author Adrien CHAUSSENDE
* @version 1.0
* <p>
* Implementation of the MAXRECTS-BAF Algorithmdeclared in
* A Thousand Ways to Pack the Bin - A
* Practical Approach to Two-Dimensional
* Rectangle Bin Packing
* Jukka Jylänki
* February 27, 2010
*/
public class MaxRectsBAF extends GuillotineSortBAF {

Expand Down

0 comments on commit 3d0f332

Please sign in to comment.