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

Method xlq

gecode/set/rel/lq.hpp:200–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 }
199
200 forceinline ModEvent
201 CharacteristicSets::xlq(unsigned int i, bool j) {
202 if (!j) {
203 if (xmin(i)) return ME_SET_FAILED;
204 if (xmax(i)) {
205 xmax(i,false);
206 xum=true;
207 }
208 }
209 return ME_SET_NONE;
210 }
211 forceinline ModEvent
212 CharacteristicSets::xgq(unsigned int i, bool j) {
213 if (j) {

Callers 1

propagateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected