Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ w
Method
w
examples/golf.cpp:62–62 ·
view source on GitHub ↗
Return number of weeks
Source
from the content-addressed store, hash-verified
60
}
61
/// Return number of weeks
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
Callers
1
Golf
Method · 0.80
Calls
1
value
Method · 0.45
Tested by
no test coverage detected