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

Function undecided

gecode/int/sequence/set-op.hpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 /// Test whether no decision on inclusion or exclusion of values of view \a x in \a s can be made
104 template<class View>
105 forceinline bool
106 undecided(const View& x, int s) {
107 return !x.assigned() && x.in(s);
108 }
109 /// Test whether no decision on inclusion or exclusion of values of view \a x in \a s can be made
110 template<class View>
111 forceinline bool

Callers 4

int.hppFile · 0.85
adviseMethod · 0.85
rescheduleMethod · 0.85
propagateMethod · 0.85

Calls 4

assignedMethod · 0.45
inMethod · 0.45
maxMethod · 0.45
minMethod · 0.45

Tested by

no test coverage detected