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

Method upper

examples/job-shop.cpp:164–166  ·  view source on GitHub ↗

Return upper bound

Source from the content-addressed store, hash-verified

162 }
163 /// Return upper bound
164 int upper(void) const {
165 return u;
166 }
167 /// Return name
168 const char* name(void) const {
169 return n;

Callers 15

JobShopBaseMethod · 0.45
maxMethod · 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