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

Method people

examples/photo.cpp:53–55  ·  view source on GitHub ↗

Return number of people

Source from the content-addressed store, hash-verified

51 PhotoSpec(int i) : data(pi[i]) {}
52 /// Return number of people
53 int people(void) const {
54 return data[0];
55 }
56 /// Return number of preferences
57 int preferences(void) const {
58 return data[1];

Callers 1

PhotoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected