TSP Solver and Generator
Public Member Functions | Public Attributes | List of all members
TSPSolver::SStep::SCandidate Struct Reference

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.
 

Detailed Description

A structure that represents a candidate for branching.


The documentation for this struct was generated from the following file: