Skip to content

v1.0.2

Compare
Choose a tag to compare
@torressa torressa released this 17 Jun 18:57
· 12 commits to master since this release

Changed

  • Refactored Python and C++ unittests.
  • Added C# interface.
  • Moved documentation from readthedocs to github pages.
  • Non-elementary checks for 2-cycles (i->j->i are not allowed).

Added

Fixed

  • Issue: Bidirectional algorithm is not finding valid paths when using non-zero minimum resource values #89
  • Issue: Bidirectional not finding valid path when using negative resource
    consumption #90
  • Issue: Dominance check for elementary paths #94