bin-packing.hh File Reference
(Revision: 11468)
#include <gecode/int.hh>
#include <gecode/int/bin-packing/propagate.hpp>
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 | |
namespace | Gecode::Int::BinPacking |
Bin-packing propagators | |
namespace | Gecode |
Gecode toplevel namespace | |
namespace | Gecode::Int |
Finite domain integers. | |
Functions | |
bool | Gecode::Int::BinPacking::same (const Item &i, const Item &j) |
Whether two items are the same. | |
bool | Gecode::Int::BinPacking::before (const Item &i, const Item &j) |
Test whether one item is before another. | |
bool | Gecode::Int::BinPacking::operator< (const Item &i, const Item &j) |
For sorting according to size. |