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

Method max

gecode/int/extensional/tuple-set.hpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 return data().min;
195 }
196 forceinline int
197 TupleSet::max(void) const {
198 return data().max;
199 }
200 forceinline TupleSet::Tuple
201 TupleSet::operator [](int i) const {
202 return data().get(i);

Callers 14

prune_idxMethod · 0.45
prune_valMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
adviseMethod · 0.45
adjustMethod · 0.45
findMethod · 0.45
compact.hppFile · 0.45
operator ++Method · 0.45
propagateMethod · 0.45
adviseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected