Skip to content

Commit f667eb9

Browse files
authored
Update README.md
1 parent a65d7ee commit f667eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Reducing the memory utilization by releasing already explored parts of the searc
5151

5252
# Evaluation
5353

54-
Hard instances generally exhibit low area waste (\epsilon) between 2% and 7%, see the original paper. Particularly difficult are instances where all items are smaller than half the container dimensions, see [ktnr/BinPacking2D/BPP-Subproblems](https://github.com/ktnr/BinPacking2D/tree/master/data/input/OPP/BPP-Subproblems).
54+
Hard instances generally exhibit low area waste ($\epsilon$) between 2% and 7%, see the original paper. Particularly difficult are instances where all items are smaller than half the container dimensions, see [ktnr/BinPacking2D/BPP-Subproblems](https://github.com/ktnr/BinPacking2D/tree/master/data/input/OPP/BPP-Subproblems).
5555

5656
This repository cannot replicate the performance (number of explored nodes for infeasible instances) of the original paper, not even the performance of the simplest version without block equivalence and pseudo symmetry reductions. So, there might still be a bug in the code, inefficiencies, or invalid assumptions. If you happen to have knowledge about implementation details of the original paper, please do get in touch.
5757

0 commit comments

Comments
 (0)