Generated on Sat Feb 7 2015 02:01:34 for Gecode by doxygen 1.8.9.1
bin-packing.hh File Reference

(Revision: 14203)

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...
 
class  Gecode::Int::BinPacking::ConflictGraph
 Graph containing conflict information. More...
 
class  Gecode::Int::BinPacking::ConflictGraph::NodeSet
 Sets of graph nodes. More...
 
class  Gecode::Int::BinPacking::ConflictGraph::Node
 Class for node in graph. More...
 
class  Gecode::Int::BinPacking::ConflictGraph::Nodes
 Iterator over node sets. More...
 
class  Gecode::Int::BinPacking::ConflictGraph::Clique
 Clique information. 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...