phase shifts, itemize
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user