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

Method one

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

Source from the content-addressed store, hash-verified

66 return x.one();
67 }
68 forceinline bool
69 NegBoolView::one(void) const {
70 return x.zero();
71 }
72 forceinline bool
73 NegBoolView::none(void) const {
74 return x.none();

Callers 5

zeroMethod · 0.45
lqMethod · 0.45
leMethod · 0.45
nqMethod · 0.45
eqMethod · 0.45

Calls 1

zeroMethod · 0.45

Tested by

no test coverage detected