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

Method set_version

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

Source from the content-addressed store, hash-verified

180 }
181
182 void set_version(int32_t v) {
183 _have_version = true;
184 _version = v;
185 }
186
187 bool has_version(void) const { return _have_version; }
188 int32_t version(void) const { return _version; }

Callers 2

makeStartMethod · 0.80
deserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected