Fixed
- An error in the fastpath package that caused the best path not to be found if edges had large enough weights. This is because of rounding errors for long doubles, and that C cannot distinguish between 1E50 and 1E50 + 1
Changed
- Switched from using fastpath to fastpathz, which uses infinite-precision integers