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

Method lubMinN

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

Source from the content-addressed store, hash-verified

114 SetVarImp::lubMax(void) const { return lub.max(); }
115
116 forceinline int
117 SetVarImp::lubMinN(unsigned int n) const { return lub.minN(n); }
118
119 forceinline int
120 SetVarImp::glbMin(void) const { return glb.min(); }

Callers

nothing calls this directly

Calls 1

minNMethod · 0.80

Tested by

no test coverage detected