Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ search
Method
search
gecode/driver/options.hpp:298–301 ·
view source on GitHub ↗
* Search options * */
Source
from the content-addressed store, hash-verified
296
*
297
*/
298
inline void
299
Options::search(int v) {
300
_search.value(v);
301
}
302
inline void
303
Options::search(int v, const char* o, const char* h) {
304
_search.add(v,o,h);
Callers
1
main
Function · 0.45
Calls
2
value
Method · 0.45
add
Method · 0.45
Tested by
no test coverage detected