1. 28 Jan, 2020 2 commits
  2. 26 Nov, 2018 2 commits
  3. 16 Nov, 2018 1 commit
  4. 13 Nov, 2018 6 commits
  5. 30 Sep, 2018 2 commits
  6. 21 Aug, 2018 1 commit
  7. 26 Jul, 2018 1 commit
  8. 25 Jul, 2018 1 commit
    • smyds's avatar
      typo · 02386cb4
      smyds authored
      02386cb4
  9. 07 May, 2018 2 commits
  10. 06 May, 2018 1 commit
  11. 14 Apr, 2018 1 commit
  12. 13 Apr, 2018 1 commit
  13. 09 Aug, 2017 3 commits
  14. 08 Aug, 2017 5 commits
  15. 22 May, 2017 1 commit
  16. 21 May, 2017 1 commit
  17. 03 May, 2017 1 commit
  18. 26 Apr, 2017 1 commit
  19. 23 Apr, 2017 1 commit
    • Nathan Collins's avatar
      Make shortest-path functions safer. · 70d362f3
      Nathan Collins authored
      Namely:
      
      - return `Nothing` instead of failing with the dreaded `*** Exception:
        Prelude.head: empty list` (for `spLength`) or returning
        non-sense (for `sp`) when the source is not connected to the
        destination.
      
      - mention in the docs that negative edge weights will not produce the
        right answer.
      
      - add tests that check that `Nothing` and `Just` are returned when
        they should be for shortest-path operations.
      70d362f3
  20. 28 Mar, 2017 2 commits
  21. 03 Mar, 2017 3 commits
  22. 16 Feb, 2017 1 commit