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

Method lower

examples/job-shop.cpp:160–162  ·  view source on GitHub ↗

Return lower bound

Source from the content-addressed store, hash-verified

158 }
159 /// Return lower bound
160 int lower(void) const {
161 return l;
162 }
163 /// Return upper bound
164 int upper(void) const {
165 return u;

Callers 15

JobShopBaseMethod · 0.45
minMethod · 0.45
tightMethod · 0.45
operator ==Function · 0.45
expFunction · 0.45
logFunction · 0.45
cosFunction · 0.45
tanFunction · 0.45
asinFunction · 0.45
acosFunction · 0.45
atanFunction · 0.45
sinhFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_inputFunction · 0.36