Compute trajectories using a minimum-cost maximum-flow approach
- ~ 5 minutes for the whole process
- ~ 70% of matrix elements correct
- Organise a full into module
- Proper error/accuracy measurement
- Add parameter tuning?, neural network?
A.V. Goldberg, "An Efficient Implementation of a Scaling Minimum-Cost Flow Algorithm," J. Algorithms, vol. 22, pp. 1-29, 1997
This code uses a ported C++ Implementation of the Original C MCMF Algorithm by Cristinel Ababei January 2009, Fargo NDcristinel.ababei@ndsu.edu
Files edited from CS2-CPP to fit with Julia mcmf.cpp mcmf.h