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

Function varValPrint

gecode/flatzinc/flatzinc.cpp:340–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338#endif
339 template<class Var>
340 void varValPrint(const Space &home, const Brancher& b,
341 unsigned int a,
342 Var, int i, const int& n,
343 std::ostream& o) {
344 static_cast<const FlatZincSpace&>(home).branchInfo.print(b,a,i,n,o);
345 }
346
347#ifdef GECODE_HAS_FLOAT_VARS
348 void varValPrintF(const Space &home, const Brancher& b,

Callers

nothing calls this directly

Calls 1

printMethod · 0.45

Tested by

no test coverage detected