Represents a State in the Branch and Bound algorithm.
Namespace: Tsp.BBAssembly: 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 |