A structure that represents a candidate for branching. More...
#include <tspsolver.h>
Public Member Functions | |
SCandidate () | |
Assigns default values. | |
bool | operator== (const SCandidate &cand) const |
An operator == implementation. | |
Public Attributes | |
int | nRow |
A zero-based row number of the candidate. | |
int | nCol |
A zero-based column number of the candidate. |
A structure that represents a candidate for branching.