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

Method init

gecode/flatzinc/flatzinc.cpp:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312 : SharedHandle(bi) {}
313
314 void
315 BranchInformation::init(void) {
316 assert(object() == nullptr);
317 object(new BranchInformationO());
318 }
319
320 void
321 BranchInformation::add(BrancherGroup bg,

Callers 5

initfgFunction · 0.45
fillPrinterFunction · 0.45
FlatZincSpaceMethod · 0.45
compareMethod · 0.45

Calls 4

IntVarArrayClass · 0.50
BoolVarArrayClass · 0.50
SetVarArrayClass · 0.50
FloatVarArrayClass · 0.50

Tested by

no test coverage detected