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

Method one

gecode/int/var/bool.hpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 return x->zero();
105 }
106 forceinline bool
107 BoolVar::one(void) const {
108 return x->one();
109 }
110 forceinline bool
111 BoolVar::none(void) const {
112 return x->none();

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected