Gets the sum of minLinkWeight for all the nodes in this graph.

Namespace: Tsp
Assembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int GetSumMinWeight()
Visual Basic
Public Function GetSumMinWeight As Integer
Visual C++
public:
int GetSumMinWeight()

Return Value

The sum of minLinkWeight for all the nodes in this graph.

See Also