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

Method val

gecode/int/var-imp/int.hpp:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 return dom.max();
230 }
231 forceinline int
232 IntVarImp::val(void) const {
233 assert(dom.min() == dom.max());
234 return dom.min();
235 }
236
237 forceinline bool
238 IntVarImp::range(void) const {

Callers 1

minus_vMethod · 0.45

Calls 2

minMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected