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

Method ygq

gecode/set/rel/lq.hpp:233–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 return ME_SET_NONE;
232 }
233 forceinline ModEvent
234 CharacteristicSets::ygq(unsigned int i, bool j) {
235 if (j) {
236 if (!ymax(i)) return ME_SET_FAILED;
237 if (!ymin(i)) {
238 ymin(i,true);
239 ylm=true;
240 }
241 }
242 return ME_SET_NONE;
243 }
244
245 template<class View0, class View1>
246 forceinline ExecStatus

Callers 1

propagateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected