MCPcopy Create free account
hub / github.com/Gecode/gecode / s

Method s

examples/golf.cpp:66–66  ·  view source on GitHub ↗

Return number of players per group

Source from the content-addressed store, hash-verified

64 int g(void) const { return _g.value(); }
65 /// Return number of players per group
66 int s(void) const { return _s.value(); }
67};
68
69/**

Callers 1

GolfMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected