Represents a State in the Branch and Bound algorithm.

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

Syntax

C#
public class State : IComparable<State>, 
	IComparable
Visual Basic
Public Class State _
	Implements IComparable(Of State), IComparable
Visual C++
public ref class State : IComparable<State^>, 
	IComparable

Inheritance Hierarchy

System..::..Object
  Tsp.BB..::..State
    Tsp.BB..::..State2
    Tsp.BB..::..State3

See Also