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

Method cardMin_full

gecode/set/var-imp/set.cpp:45–54  ·  view source on GitHub ↗

* "Standard" tell operations * */

Source from the content-addressed store, hash-verified

43 *
44 */
45 ModEvent
46 SetVarImp::cardMin_full(Space& home) {
47 ModEvent me = ME_SET_CARD;
48 if (cardMin() == lub.size()) {
49 glb.become(home, lub);
50 me = ME_SET_VAL;
51 }
52 SetDelta d;
53 return notify(home, me, d);
54 }
55
56 ModEvent
57 SetVarImp::cardMax_full(Space& home) {

Callers

nothing calls this directly

Calls 2

becomeMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected