MCPcopy Create free account
hub / github.com/Gecode/gecode / CDBF

Method CDBF

examples/bin-packing.cpp:244–248  ·  view source on GitHub ↗

Construct brancher

Source from the content-addressed store, hash-verified

242public:
243 /// Construct brancher
244 CDBF(Home home, ViewArray<Int::IntView>& l, ViewArray<Int::IntView>& b,
245 IntSharedArray& s)
246 : Brancher(home), load(l), bin(b), size(s), item(0) {
247 home.notice(*this,AP_DISPOSE);
248 }
249 /// Brancher post function
250 static void post(Home home, ViewArray<Int::IntView>& l,
251 ViewArray<Int::IntView>& b,

Callers

nothing calls this directly

Calls 2

noticeMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected