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

Method zero

gecode/int/var/bool.hpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 forceinline bool
103 BoolVar::zero(void) const {
104 return x->zero();
105 }
106 forceinline bool
107 BoolVar::one(void) const {
108 return x->one();

Callers 15

qclauseFunction · 0.45
copyMethod · 0.45
postMethod · 0.45
ExecStatus resubscribeFunction · 0.45
eliminate_zeroFunction · 0.45
propagateMethod · 0.45
postMethod · 0.45
postMethod · 0.45
postMethod · 0.45
copyMethod · 0.45
resubscribeMethod · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected