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

Method print

gecode/flatzinc/flatzinc.cpp:327–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 static_cast<BranchInformationO*>(object())->add(bg,rel0,rel1,n);
326 }
327 void
328 BranchInformation::print(const Brancher& b, unsigned int a, int i,
329 int n, std::ostream& o) const {
330 static_cast<const BranchInformationO*>(object())->print(b,a,i,n,o);
331 }
332#ifdef GECODE_HAS_FLOAT_VARS
333 void
334 BranchInformation::print(const Brancher& b, unsigned int a, int i,

Callers 15

varValPrintFunction · 0.45
varValPrintFFunction · 0.45
ann2ivarselFunction · 0.45
ann2ivalselFunction · 0.45
ann2asnivalselFunction · 0.45
ann2bvarselFunction · 0.45
ann2bvalselFunction · 0.45
ann2asnbvalselFunction · 0.45
ann2svarselFunction · 0.45
ann2svalselFunction · 0.45
ann2fvarselFunction · 0.45
ann2fvalselFunction · 0.45

Calls 3

isArrayMethod · 0.80
getArrayMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected