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

Method min

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

Source from the content-addressed store, hash-verified

86 }
87
88 forceinline void
89 IntVarImp::RangeList::min(int n) {
90 _min = n;
91 }
92 forceinline void
93 IntVarImp::RangeList::max(int n) {
94 _max = n;

Callers 15

int.hppFile · 0.45
valMethod · 0.45
assignedMethod · 0.45
regret_minMethod · 0.45
regret_maxMethod · 0.45
inMethod · 0.45
gqMethod · 0.45
lqMethod · 0.45
eqMethod · 0.45
nqMethod · 0.45
narrow_rMethod · 0.45
minus_rMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected