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

Method fix

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

Source from the content-addressed store, hash-verified

81 (GECODE_INT_RL2PD(o)^GECODE_INT_RL2PD(n)));
82 }
83 forceinline void
84 IntVarImp::RangeList::fix(RangeList* n) {
85 _next = n;
86 }
87
88 forceinline void
89 IntVarImp::RangeList::min(int n) {

Callers 4

disposeMethod · 0.45
lq_fullMethod · 0.45
gq_fullMethod · 0.45
eq_fullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected