
Go to the source code of this file.
Classes | |
| class | Gecode::Int::BinPacking::Item |
| Item combining bin and size information. More... | |
| class | Gecode::Int::BinPacking::SizeSet |
| Size sets. More... | |
| class | Gecode::Int::BinPacking::SizeSetMinusOne |
| Size sets with one element discarded. More... | |
| class | Gecode::Int::BinPacking::Pack |
| Bin-packing propagator. More... | |
Namespaces | |
| Gecode::Int::BinPacking | |
| Bin-packing propagators | |
| Gecode | |
| Gecode toplevel namespace | |
| Gecode::Int | |
| Finite domain integers. | |
Functions | |
| bool | Gecode::Int::BinPacking::same (const Item &i, const Item &j) |
| Whether two items are the same. More... | |
| bool | Gecode::Int::BinPacking::before (const Item &i, const Item &j) |
| Test whether one item is before another. More... | |
| bool | Gecode::Int::BinPacking::operator< (const Item &i, const Item &j) |
| For sorting according to size. More... | |