Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
restart
Method · 0.80
Calls
3
set_type
Method · 0.80
set_info
Method · 0.80
reset
Method · 0.45
Tested by
no test coverage detected