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

Method print

examples/golomb-ruler.cpp:108–111  ·  view source on GitHub ↗

Print solution

Source from the content-addressed store, hash-verified

106
107 /// Print solution
108 virtual void
109 print(std::ostream& os) const {
110 os << "\tm[" << m.size() << "] = " << m << std::endl;
111 }
112
113 /// Constructor for cloning \a s
114 GolombRuler(GolombRuler& s)

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected