Gets the total weight of the current path for this state. (Real value of fitness function). Use only this functions in strange situations, not branching.

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

Syntax

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

Return Value

The total weight of the current path for this state. (Real value of fitness function).

See Also