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

Method doval

gecode/int/channel/val.hpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79 template<class View>
80 forceinline bool
81 ValInfo<View>::doval(void) const {
82 return !a && view.assigned();
83 }
84
85 template<class View>
86 forceinline bool

Callers 1

propagateMethod · 0.45

Calls 1

assignedMethod · 0.45

Tested by

no test coverage detected