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

Method glbMax

gecode/set/var-imp/set.hpp:122–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 SetVarImp::glbMin(void) const { return glb.min(); }
121
122 forceinline int
123 SetVarImp::glbMax(void) const { return glb.max(); }
124
125 forceinline unsigned int
126 SetVarImp::glbSize() const { return glb.size(); }

Callers 1

processLubChangeMethod · 0.45

Calls 1

maxMethod · 0.45

Tested by

no test coverage detected