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

Method min

gecode/set/var-imp/integerset.hpp:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 forceinline int
103 BndSet::min(void) const {
104 if (fst()==nullptr)
105 return MIN_OF_EMPTY;
106 else
107 return fst()->min();
108 }
109
110 forceinline int
111 BndSet::max(void) const {

Callers 15

BndSetMethod · 0.45
include_fullMethod · 0.45
intersect_fullMethod · 0.45
exclude_fullMethod · 0.45
isConsistentMethod · 0.45
minNMethod · 0.45
updateMethod · 0.45
overwriteMethod · 0.45
inMethod · 0.45
lubMinMethod · 0.45
glbMinMethod · 0.45
intersectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected