Bin-packing propagators More...
Classes | |
class | TellCache |
Record tell information. More... | |
class | Item |
Item combining bin and size information. More... | |
class | SizeSet |
Size sets. More... | |
class | SizeSetMinusOne |
Size sets with one element discarded. More... | |
class | Pack |
Bin-packing propagator. More... | |
class | ConflictGraph |
Graph containing conflict information. More... | |
Functions | |
bool | same (const Item &i, const Item &j) |
Whether two items are the same. More... | |
bool | before (const Item &i, const Item &j) |
Test whether one item is before another. More... | |
bool | operator< (const Item &i, const Item &j) |
For sorting according to size. More... | |
Bin-packing propagators
|
inline |
Whether two items are the same.
Definition at line 76 of file propagate.hpp.
|
inline |
Test whether one item is before another.
Definition at line 80 of file propagate.hpp.
|
inline |
For sorting according to size.
Definition at line 87 of file propagate.hpp.