| 1449 | } |
| 1450 | |
| 1451 | void term_ordering::format_print_weight_vector(ofstream& output) const |
| 1452 | { |
| 1453 | for(short i=0;i<weighted_block_size;i++) |
| 1454 | output<<setw(6)<<setprecision(2)<<weight_vector[i]; |
| 1455 | output<<endl; |
| 1456 | } |
| 1457 | #endif // TERM_ORDERING_CC |
no outgoing calls
no test coverage detected