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

Method step

gecode/driver/options.hpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 }
283
284 inline void
285 Options::step(double s) {
286 _step.value(s);
287 }
288 inline double
289 Options::step(void) const {
290 return _step.value();

Callers 7

CartesianHeartMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
ExtractStepOptionMethod · 0.45
runMetaMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected