Skip to content

v0.0.13: Updated "join" algorithm in BiDirectional

Pre-release
Pre-release
Compare
Choose a tag to compare
@torressa torressa released this 26 Mar 20:56
· 213 commits to master since this release

Some bug fixes have led to the following changes in the BiDirectional

  • Changed label comparison from weight to resource based.
  • Simplified and cleaned up implementation (somewhat).
  • Implemented full path joining procedure, Algorithm 3, from Righini and Salani (2006). This involved rectified the half-way check that I thought I'd implemented in v0.0.12.
  • Parameterized some tests.