Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator ()
Method
operator ()
gecode/kernel/core.hpp:3311–3314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3309
return s;
3310
}
3311
forceinline Home
3312
Home::operator ()(Propagator& p) {
3313
return Home(s,&p);
3314
}
3315
forceinline Home
3316
Home::operator ()(PropagatorGroup pg) {
3317
return Home(s,nullptr,pg,BrancherGroup::def);
Callers
nothing calls this directly
Calls
1
Home
Class · 0.85
Tested by
no test coverage detected