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

Method relax

gecode/driver/options.hpp:455–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453 }
454
455 inline void
456 Options::relax(double d) {
457 _relax.value(d);
458 }
459 inline double
460 Options::relax(void) const {
461 return _relax.value();

Callers 2

PhotoMethod · 0.80
mainFunction · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected