Skip to content

Tags: LdDl/ch

Tags

v1.7.8

Toggle v1.7.8's commit message
fix local nxm search

v1.7.7

Toggle v1.7.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clear code and add clarifications (#22)

* redudant AddVertex()

* merge relaxation and actual dijkstra

* count edges and shourtcuts on a fly + add getters

* redudant 'IsShortcut'

* organize heaps

* shorten

* rev names

* mv incident

* redudant NewVertex

* decrease vertex fields num

* rm heaps from graph

* name

* redudant nodeOrdering?

* run fmt

* pointer to incident edge

* rename

* merge relaxation and bi-dir search

* order could be int64, clarification about contraction id

* consider Goish loops

* continue goish loops

* merge checkID

* com

* clarify previousSourceID

* comment section

* comment section

* comment section

v1.7.6

Toggle v1.7.6's commit message
defer close + naming

v1.7.5

Toggle v1.7.5's commit message
update epoxrt functions

v1.7.4

Toggle v1.7.4's commit message
update shortcut getter

v1.7.3

Toggle v1.7.3's commit message
two new getters

v1.7.2

Toggle v1.7.2's commit message
num of shortcut increased (again)

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #16 from LdDl/new-export-import

replace int64 with ContractionPath + eliminate duplicates from contra…

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #15 from LdDl/new-export-import

Improve export/import

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #9 from LdDl/isochrones

fill readme/implement+test