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

Method makeRestart

gecode/search/cpprofiler/message.hpp:313–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311 }
312
313 void makeRestart(const std::string& info) {
314 msg.reset();
315 msg.set_type(MsgType::RESTART);
316 msg.set_info(info); /// info contains restart_id (-1 default)
317 }
318
319 void makeDone(void) {
320 msg.reset();

Callers 1

restartMethod · 0.80

Calls 3

set_typeMethod · 0.80
set_infoMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected