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

Method set_alt

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

Source from the content-addressed store, hash-verified

157
158 int32_t alt(void) const { return _alt; }
159 void set_alt(int32_t alt) { _alt = alt; }
160
161 int32_t kids(void) const { return _kids; }
162 void set_kids(int32_t kids) { _kids = kids; }

Callers 2

MessageMarshallingClass · 0.80
deserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected