| 4 | |
| 5 | |
| 6 | int main(){ |
| 7 | int n=5,m=5; |
| 8 | int INF=100; |
| 9 | int A[][6]={ |
| 10 | 0, 0, 0, 0, 0, 0, |
| 11 | 0, 9, 5, 5, 6, 5, |
| 12 | 0, 1, 9, 4, 7, 3, |
| 13 | 0, 1, 2, 7, 4, 9, |
| 14 | 0, 8, 1, 4, 4, 4, |
| 15 | 0, 1, 6, 4, 9, 4 |
| 16 | }; |
| 17 | #include "hungarian.h" |
| 18 | } |
nothing calls this directly
no outgoing calls
no test coverage detected