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

Method prevnext

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

Source from the content-addressed store, hash-verified

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));
72 }
73 forceinline void
74 IntVarImp::RangeList::next(RangeList* o, RangeList* n) {
75 _next = GECODE_INT_PD2RL(GECODE_INT_RL2PD(_next)^

Callers 7

fstMethod · 0.80
int.hppFile · 0.80
narrow_rMethod · 0.80
minus_rMethod · 0.80
minus_vMethod · 0.80
nq_fullMethod · 0.80
int.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected