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

Method min

gecode/int/var-imp/bool.hpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 return bits() & 3;
60 }
61 forceinline int
62 BoolVarImp::min(void) const {
63 return static_cast<int>(bits() & 1);
64 }
65 forceinline int
66 BoolVarImp::max(void) const {
67 return static_cast<int>((bits() & 2) >> 1);

Callers 6

maxMethod · 0.45
zeroMethod · 0.45
oneMethod · 0.45
narrow_rMethod · 0.45
inter_rMethod · 0.45
minus_rMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected