The State type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberBestSolution
State representing the best solution reached
Public fieldStatic memberBestValue
The best value reached
Public fieldk
Size of the path
Public fieldStatic memberN
Number of Nodes in the Graph.
Public fieldStatic memberNbPruned
Current number of pruned States.
Public fieldpath
The path for this state
Public fieldStatic memberTheGraph
Common instance of the Graph been used by all the States.
Public fieldvalue
Function value for this State

See Also