| 233 | } |
| 234 | |
| 235 | static bool vequal(const int* a, const int* b) |
| 236 | { |
| 237 | return a[0] == b[0] && a[2] == b[2]; |
| 238 | } |
| 239 | |
| 240 | // Returns T iff (v_i, v_j) is a proper internal *or* external |
| 241 | // diagonal of P, *ignoring edges incident to v_i and v_j*. |
no outgoing calls
no test coverage detected