| 105 | |
| 106 | template<class VA, class VB, class Ops> |
| 107 | ExecStatus |
| 108 | PowPlusBnd<VA,VB,Ops>::propagate(Space& home, const ModEventDelta&) { |
| 109 | GECODE_ES_CHECK(prop_pow_plus_bnd(home,x0,x1,ops)); |
| 110 | return x0.assigned() ? home.ES_SUBSUMED(*this) : ES_FIX; |
| 111 | } |
| 112 | |
| 113 | |
| 114 |
nothing calls this directly
no test coverage detected