Branchs this node.
Also sets the State.BestValue and State.BestSolution variables if arrive to such situation in the branch call.
And also do a pasive Prune, i.e; it doesn't add childs worst than the State.BestSolution state.
Namespace: Tsp.BBAssembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
---|
Public Overridable Function Branch As List(Of State) |
Visual C++ |
---|
public:
virtual List<State^>^ Branch() |
Return Value
The list of resulting branched nodes. null if it's not possible branch this node.
See Also