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

Method zero

gecode/int/view/neg-bool.hpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 return x.status();
63 }
64 forceinline bool
65 NegBoolView::zero(void) const {
66 return x.one();
67 }
68 forceinline bool
69 NegBoolView::one(void) const {
70 return x.zero();

Callers 5

oneMethod · 0.45
gqMethod · 0.45
grMethod · 0.45
nqMethod · 0.45
eqMethod · 0.45

Calls 2

oneFunction · 0.50
oneMethod · 0.45

Tested by

no test coverage detected