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

Method print

examples/cartesian-heart.cpp:98–101  ·  view source on GitHub ↗

Print solution coordinates

Source from the content-addressed store, hash-verified

96 }
97 /// Print solution coordinates
98 virtual void print(std::ostream& os) const {
99 os << "XY " << f[0].med() << " " << f[1].med()
100 << std::endl;
101 }
102
103};
104

Callers

nothing calls this directly

Calls 1

medMethod · 0.45

Tested by

no test coverage detected