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

Function varValPrintF

gecode/flatzinc/flatzinc.cpp:348–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346
347#ifdef GECODE_HAS_FLOAT_VARS
348 void varValPrintF(const Space &home, const Brancher& b,
349 unsigned int a,
350 FloatVar, int i, const FloatNumBranch& nl,
351 std::ostream& o) {
352 static_cast<const FlatZincSpace&>(home).branchInfo.print(b,a,i,nl,o);
353 }
354#endif
355
356 IntSet vs2is(IntVarSpec* vs) {

Callers

nothing calls this directly

Calls 1

printMethod · 0.45

Tested by

no test coverage detected