Cost function for a possible child node. It takes into account the possible next weight in the path.

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

Syntax

C#
public int fx(
	int linkWeight
)
Visual Basic
Public Function fx ( _
	linkWeight As Integer _
) As Integer
Visual C++
public:
int fx(
	int linkWeight
)

Parameters

linkWeight
Type: System..::..Int32
The real cost of arrive to a node with the specified weight.

Return Value

[Missing <returns> documentation for "M:Tsp.BB.State.fx(System.Int32)"]

See Also