| 9 | #include "nearest_pair_rec.h" |
| 10 | |
| 11 | int main() { |
| 12 | n = 5; |
| 13 | a = {{0, 2, 0}, {6, 67, 1}, {43, 71, 2}, {39, 107, 3}, {189, 140, 4}}; |
| 14 | |
| 15 | #include "nearest_pair_main.h" |
| 16 | assert(abs(mindist - 36.2215) < 1e-3); |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected