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

Method one

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

Source from the content-addressed store, hash-verified

132 return status() < NONE;
133 }
134 forceinline bool
135 BoolVarImp::one(void) const {
136 return status() > NONE;
137 }
138 forceinline bool
139 BoolVarImp::none(void) const {
140 return status() == NONE;

Callers

nothing calls this directly

Calls 2

oneFunction · 0.50
minMethod · 0.45

Tested by

no test coverage detected