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

Method init

gecode/kernel/branch/chb.hpp:357–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 }
356 template<class View>
357 forceinline void
358 CHB::init(Home home, ViewArray<View>& x,
359 typename BranchTraits<typename View::VarType>::Merit bm) {
360 assert(!*this);
361 object(*new Storage(home,x,bm));
362 (void) Recorder<View>::post(home,x,*this);
363 }
364
365 template<class Char, class Traits>
366 std::basic_ostream<Char,Traits>&

Callers

nothing calls this directly

Calls 1

postFunction · 0.50

Tested by

no test coverage detected