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

Method next

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

Source from the content-addressed store, hash-verified

59 }
60
61 forceinline IntVarImp::RangeList*
62 IntVarImp::RangeList::next(const RangeList* p) const {
63 return GECODE_INT_PD2RL(GECODE_INT_RL2PD(_next)^GECODE_INT_RL2PD(p));
64 }
65 forceinline IntVarImp::RangeList*
66 IntVarImp::RangeList::prev(const RangeList* n) const {
67 return GECODE_INT_PD2RL(GECODE_INT_RL2PD(_next)^GECODE_INT_RL2PD(n));

Callers 14

disposeMethod · 0.45
fstMethod · 0.45
regret_minMethod · 0.45
operator ++Method · 0.45
narrow_rMethod · 0.45
minus_rMethod · 0.45
minus_vMethod · 0.45
medMethod · 0.45
in_fullMethod · 0.45
lq_fullMethod · 0.45
gq_fullMethod · 0.45
eq_fullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected