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

Function cbsbranch

gecode/int/branch.cpp:355–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353#ifdef GECODE_HAS_CBS
354
355 void
356 cbsbranch(Home home, const IntVarArgs& x) {
357 using namespace Int;
358 if (home.failed()) return;
359 ViewArray<IntView> y(home,x);
360 Branch::CBSBrancher<IntView>::post(home,y);
361 }
362
363 void
364 cbsbranch(Home home, const BoolVarArgs& x) {

Callers 2

QCPMethod · 0.85
MagicSquareMethod · 0.85

Calls 2

postFunction · 0.50
failedMethod · 0.45

Tested by

no test coverage detected