Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ nogoods_limit
Method
nogoods_limit
gecode/driver/options.hpp:446–449 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
444
}
445
446
inline void
447
Options::nogoods_limit(unsigned int l) {
448
_nogoods_limit.value(l);
449
}
450
inline unsigned int
451
Options::nogoods_limit(void) const {
452
return _nogoods_limit.value();
Callers
3
CommonOptions
Method · 0.45
runMeta
Method · 0.45
runMeta
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected