Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Photo
Method · 0.80
main
Function · 0.80
Calls
1
value
Method · 0.45
Tested by
no test coverage detected