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

Method set_label

gecode/search/cpprofiler/message.hpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 void set_status(NodeStatus status) { _status = status; }
166
167 void set_label(const std::string& label) {
168 _have_label = true;
169 _label = label;
170 }
171
172 void set_info(const std::string& info) {
173 _have_info = true;

Callers 4

skipMethod · 0.80
nodeMethod · 0.80
deserializeMethod · 0.80
sendNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected