phase shifts, itemize

This commit is contained in:
anton.gurov
2019-11-13 18:55:11 +03:00
parent d5a853df0e
commit 999f48afe9
14 changed files with 213 additions and 15 deletions

View File

@ -12,7 +12,7 @@ type WeightedEdge interface {
From() int
// To returns the integer identifier of the second vertex.
To() int
// Weight returns the integer identifier of the weight/cost.
// Mass returns the integer identifier of the weight/cost.
Weight() int
}