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

Method iterations

gecode/driver/options.hpp:498–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496 }
497
498 inline void
499 Options::iterations(unsigned int i) {
500 _iterations.value(i);
501 }
502 inline unsigned int
503 Options::iterations(void) const {
504 return _iterations.value();

Callers 15

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected