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

Method ranges_fwd

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

Source from the content-addressed store, hash-verified

302 */
303
304 forceinline const IntVarImp::RangeList*
305 IntVarImp::ranges_fwd(void) const {
306 return (fst() == nullptr) ? &dom : fst();
307 }
308
309 forceinline const IntVarImp::RangeList*
310 IntVarImp::ranges_bwd(void) const {

Callers 2

int.hppFile · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected