| 393 | |
| 394 | |
| 395 | double term_ordering::weight(const Integer* v) const |
| 396 | { |
| 397 | double result=0; |
| 398 | for(short i=0;i<weighted_block_size;i++) |
| 399 | result+=(weight_vector[i]*v[i]); |
| 400 | return(result); |
| 401 | } |
| 402 | |
| 403 | |
| 404 |
no outgoing calls
no test coverage detected