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

Method min

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

Source from the content-addressed store, hash-verified

190 return data().n_words;
191 }
192 forceinline int
193 TupleSet::min(void) const {
194 return data().min;
195 }
196 forceinline int
197 TupleSet::max(void) const {
198 return data().max;

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