Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ g
Method
g
examples/golf.cpp:64–64 ·
view source on GitHub ↗
Return number of groups
Source
from the content-addressed store, hash-verified
62
int w(void) const { return _w.value(); }
63
/// Return number of groups
64
int g(void) const { return _g.value(); }
65
/// Return number of players per group
66
int s(void) const { return _s.value(); }
67
};
Callers
1
Golf
Method · 0.80
Calls
1
value
Method · 0.45
Tested by
no test coverage detected