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

Method lst

gecode/int/extensional/tuple-set.hpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 return &vd[i].r[0];
130 }
131 forceinline const TupleSet::Range*
132 TupleSet::Data::lst(int i) const {
133 return &vd[i].r[vd[i].n-1U];
134 }
135
136
137 /*

Callers 1

tuple-set.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected