Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ nogoods
Method
nogoods
gecode/driver/options.hpp:437–440 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
}
436
437
inline void
438
Options::nogoods(bool b) {
439
_nogoods.value(b);
440
}
441
inline bool
442
Options::nogoods(void) const {
443
return _nogoods.value();
Callers
11
run
Method · 0.45
CommonOptions
Method · 0.45
main
Function · 0.45
master
Method · 0.45
support.hh
File · 0.45
next
Method · 0.45
dfs.hpp
File · 0.45
bab.hpp
File · 0.45
runMeta
Method · 0.45
runMeta
Method · 0.45
master
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected