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

Function isval

gecode/int/count/rel.hpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57 template<class VY>
58 forceinline bool
59 isval(VY y) {
60 return y.assigned();
61 }
62 template<>
63 forceinline bool
64 isval(IntSet y) {

Callers 4

postMethod · 0.85
propagateMethod · 0.85
postMethod · 0.85
propagateMethod · 0.85

Calls 1

assignedMethod · 0.45

Tested by

no test coverage detected