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

Method max

gecode/kernel/range-list.hpp:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 _min = n;
153 }
154 forceinline void
155 RangeList::max(int n) {
156 _max = n;
157 }
158 forceinline void
159 RangeList::next(RangeList* n) {
160 FreeList::next(n);

Callers 3

copyMethod · 0.45
overwriteMethod · 0.45
insertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected