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

Method cost

examples/golomb-ruler.cpp:103–105  ·  view source on GitHub ↗

Return cost

Source from the content-addressed store, hash-verified

101
102 /// Return cost
103 virtual IntVar cost(void) const {
104 return m[m.size()-1];
105 }
106
107 /// Print solution
108 virtual void

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected