SStep Struct Reference

This structure represents one step of solving. More...

#include <tspsolver.h>

Collaboration diagram for SStep:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SStep ()
 Assigns default values.

Public Attributes

TMatrix matrix
 This step's matrix.
double price
 The price of travel to this step.
SCandidate candidate
 A candiadate for branching in the current matrix.
QList< SCandidatealts
 A list of alternative branching candidates.
SStepplNode
 Pointer to the left branch step.
SStepprNode
 Pointer to the right branch step.

Detailed Description

This structure represents one step of solving.

A tree of such elements will represent the solving process.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Defines

Generated on Thu Jan 7 18:22:52 2010 for TSPSG: TSP Solver and Generator by  doxygen 1.6.1