Gecode::Int::BinPacking Namespace Reference
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... | |
Functions | |
bool | same (const Item &i, const Item &j) |
Whether two items are the same. | |
bool | before (const Item &i, const Item &j) |
Test whether one item is before another. | |
bool | operator< (const Item &i, const Item &j) |
For sorting according to size. |
Detailed Description
Bin-packing propagators
Function Documentation
bool Gecode::Int::BinPacking::same | ( | const Item & | i, | |
const Item & | j | |||
) | [inline] |
Whether two items are the same.
bool Gecode::Int::BinPacking::before | ( | const Item & | i, | |
const Item & | j | |||
) | [inline] |
Test whether one item is before another.
bool Gecode::Int::BinPacking::operator< | ( | const Item & | i, | |
const Item & | j | |||
) | [inline] |
For sorting according to size.