| 94 | } |
| 95 | |
| 96 | PropCost |
| 97 | LinkMulti::cost(const Space&, const ModEventDelta& med) const { |
| 98 | if ((status == S_ONE) || (IntView::me(med) == ME_INT_VAL)) |
| 99 | return PropCost::unary(PropCost::LO); |
| 100 | else |
| 101 | return PropCost::linear(PropCost::LO, x.size()); |
| 102 | } |
| 103 | |
| 104 | void |
| 105 | LinkMulti::reschedule(Space& home) { |