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

Method max

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

Source from the content-addressed store, hash-verified

90 _min = n;
91 }
92 forceinline void
93 IntVarImp::RangeList::max(int n) {
94 _max = n;
95 }
96
97 forceinline int
98 IntVarImp::RangeList::min(void) const {

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