Changeset 15 in tspsg-svn for trunk/src/tspsolver.h


Ignore:
Timestamp:
Nov 5, 2007, 1:32:40 AM (17 years ago)
Author:
laleppa
Message:

Finished converting to Qt's model/view architecture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tspsolver.h

    r13 r15  
    2727#include <QtCore>
    2828
    29 const double infinity = 1.7E+308;
    30 
    3129typedef QList<double *> tMatrix;
    3230
    33 // Structure represent one step of solving
     31// This structure represents one step of solving
    3432// The tree of such elements will represent the solving process
    3533struct sStep {
Note: See TracChangeset for help on using the changeset viewer.