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

Method getInfo

gecode/driver/script.hpp:277–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275
276 template<class BaseSpace>
277 std::string
278 ScriptGetInfo<BaseSpace>::getInfo(const Space& home) const {
279 std::stringstream ss;
280 if (const ScriptBase<BaseSpace>* sb
281 = dynamic_cast<const ScriptBase<BaseSpace>*>(&home))
282 sb->print(ss);
283 return ss.str();
284 }
285
286#endif
287

Callers 1

nodeMethod · 0.45

Calls 2

printMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected