| 391 | |
| 392 | template<class Val, class P, class N> |
| 393 | ExecStatus |
| 394 | Eq<Val,P,N>::propagate(Space& home, const ModEventDelta& med) { |
| 395 | return prop_bnd<Val,P,N>(home,med,*this,x,y,c); |
| 396 | } |
| 397 | |
| 398 | /* |
| 399 | * Reified bound consistent linear equation |
nothing calls this directly
no test coverage detected