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

Method makeDone

gecode/search/cpprofiler/message.hpp:319–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317 }
318
319 void makeDone(void) {
320 msg.reset();
321 msg.set_type(MsgType::DONE);
322 }
323
324 const Message& get_msg(void) { return msg; }
325

Callers 1

doneMethod · 0.80

Calls 2

set_typeMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected