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

Method offset

gecode/int/view/offset.hpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 *
54 */
55 forceinline int
56 OffsetView::offset(void) const {
57 return c;
58 }
59 forceinline void
60 OffsetView::offset(int n) {
61 c = n;

Callers 8

propagateMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
operator <Method · 0.45
ViewRangesMethod · 0.45
initMethod · 0.45
operator ==Function · 0.45
operator ==Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected