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

Method print

gecode/flatzinc/flatzinc.cpp:292–296  ·  view source on GitHub ↗

Output branch information

Source from the content-addressed store, hash-verified

290 }
291 /// Output branch information
292 void print(const Brancher& b,
293 unsigned int a, int i, int n, std::ostream& o) const {
294 const BI& bi = v[b.group().id()];
295 o << bi.n[i] << " " << (a==0 ? bi.r0 : bi.r1) << " " << n;
296 }
297#ifdef GECODE_HAS_FLOAT_VARS
298 void print(const Brancher& b,
299 unsigned int a, int i, const FloatNumBranch& nl,

Callers

nothing calls this directly

Calls 2

groupMethod · 0.80
idMethod · 0.45

Tested by

no test coverage detected