Changeset 2bc8e278b7 in tspsg for src/tspsolver.h


Ignore:
Timestamp:
Nov 5, 2007, 1:32:40 AM (17 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
bcfd415fe2
Parents:
2f915f19f2
Message:

Finished converting to Qt's model/view architecture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tspsolver.h

    r2f915f19f2 r2bc8e278b7  
    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.