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

Method prev

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

Source from the content-addressed store, hash-verified

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));
68 }
69 forceinline void
70 IntVarImp::RangeList::prevnext(RangeList* p, RangeList* n) {
71 _next = GECODE_INT_PD2RL(GECODE_INT_RL2PD(p)^GECODE_INT_RL2PD(n));

Callers 9

regret_maxMethod · 0.45
operator ++Method · 0.45
narrow_rMethod · 0.45
minus_rMethod · 0.45
minus_vMethod · 0.45
in_fullMethod · 0.45
lq_fullMethod · 0.45
gq_fullMethod · 0.45
nq_fullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected