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

(Revision: 13820)

#include <gecode/driver.hh>
#include <gecode/int.hh>
#include <gecode/minimodel.hh>
#include <algorithm>

Go to the source code of this file.

Classes

class  CDBF
 Custom brancher implementing CDBF. More...
 
class  CDBF::Choice
 Choice More...
 
class  BinPacking
 Example: Bin packing More...
 

Functions

BrancherHandle cdbf (Home home, const IntVarArgs &l, const IntVarArgs &b, const IntArgs &s)
 Post branching (assumes that s is sorted) More...
 

Function Documentation

BrancherHandle cdbf ( Home  home,
const IntVarArgs l,
const IntVarArgs b,
const IntArgs s 
)

Post branching (assumes that s is sorted)

Definition at line 375 of file bin-packing.cpp.