1. 19 Mar, 2020 3 commits
  2. 28 Jan, 2020 2 commits
  3. 26 Nov, 2018 2 commits
  4. 16 Nov, 2018 1 commit
  5. 13 Nov, 2018 6 commits
  6. 30 Sep, 2018 2 commits
  7. 21 Aug, 2018 1 commit
  8. 26 Jul, 2018 1 commit
  9. 25 Jul, 2018 1 commit
    • smyds's avatar
      typo · 02386cb4
      smyds authored
      02386cb4
  10. 07 May, 2018 2 commits
  11. 06 May, 2018 1 commit
  12. 14 Apr, 2018 1 commit
  13. 13 Apr, 2018 1 commit
  14. 09 Aug, 2017 3 commits
  15. 08 Aug, 2017 5 commits
  16. 22 May, 2017 1 commit
  17. 21 May, 2017 1 commit
  18. 03 May, 2017 1 commit
  19. 26 Apr, 2017 1 commit
  20. 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
  21. 28 Mar, 2017 2 commits
  22. 03 Mar, 2017 1 commit