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

Method Ranges

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

* Range iterator * */

Source from the content-addressed store, hash-verified

257 *
258 */
259 forceinline
260 TupleSet::Ranges::Ranges(const TupleSet& ts, int i) {
261 c = &(ts.data().vd[i].r[0]);
262 l = c + ts.data().vd[i].n;
263 }
264
265 forceinline bool
266 TupleSet::Ranges::operator ()(void) const {

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected