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

Method glbMin

gecode/set/var/set.hpp:89–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 SetVar::lubMax(void) const { return x->lubMax(); }
88
89 forceinline int
90 SetVar::glbMin(void) const { return x->glbMin(); }
91
92 forceinline int
93 SetVar::glbMax(void) const { return x->glbMax(); }

Callers 8

propagateMethod · 0.45
propagateMethod · 0.45
propagateSeqFunction · 0.45
bool.hppFile · 0.45
propagateMethod · 0.45
adviseMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected