Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ node
Method
node
gecode/search/stop.cpp:42–45 ·
view source on GitHub ↗
* Creation functions for stop objects * */
Source
from the content-addressed store, hash-verified
40
*
41
*/
42
Stop*
43
Stop::node(unsigned long long int l) {
44
return new NodeStop(l);
45
}
46
Stop*
47
Stop::fail(unsigned long long int l) {
48
return new FailStop(l);
Callers
1
runMeta
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected