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

Method ranges_bwd

gecode/int/var-imp/int.hpp:309–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 }
308
309 forceinline const IntVarImp::RangeList*
310 IntVarImp::ranges_bwd(void) const {
311 return (fst() == nullptr) ? &dom : lst();
312 }
313
314
315

Callers 2

int.hppFile · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected