Changeset 46 in tspsg-svn
- Timestamp:
- Aug 2, 2009, 2:07:44 AM (15 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tspmodel.h
r42 r46 48 48 private: 49 49 QSettings *settings; 50 QVector<QVector<double> > table;50 QVector<QVector<double> > table; 51 51 quint16 nCities; 52 52 int rand(int, int) const; -
trunk/src/tspsolver.h
r42 r46 27 27 #include "globals.h" 28 28 29 typedef QList<QList<double> > tMatrix;29 typedef QList<QList<double> > tMatrix; 30 30 31 31 // This structure represents one step of solving
Note: See TracChangeset
for help on using the changeset viewer.