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.
SSteppNode
 Pointer to the parent step.
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 Fri Apr 9 00:25:38 2010 for TSPSG: TSP Solver and Generator by  doxygen 1.6.1