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

Method set_kids

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

Source from the content-addressed store, hash-verified

160
161 int32_t kids(void) const { return _kids; }
162 void set_kids(int32_t kids) { _kids = kids; }
163
164 NodeStatus status(void) const { return _status; }
165 void set_status(NodeStatus status) { _status = status; }

Callers 2

MessageMarshallingClass · 0.80
deserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected