Changeset 140109febb in tspsg for src
- Timestamp:
- Dec 17, 2009, 1:24:34 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 1fbf016a09
- Parents:
- fcaa74f7d7
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tspsolver.cpp
rfcaa74f7d7 r140109febb 217 217 } 218 218 219 void CTSPSolver::deleteNode(SStep * node)219 void CTSPSolver::deleteNode(SStep *&node) 220 220 { 221 221 if (node->plNode != NULL) -
src/tspsolver.h
rfcaa74f7d7 r140109febb 100 100 double align(TMatrix &matrix); 101 101 void cleanup(); 102 void deleteNode(SStep * node);102 void deleteNode(SStep *&node); 103 103 QList<SCandidate> findCandidate(const TMatrix &matrix, int &nRow, int &nCol) const; 104 104 double findMinInCol(int nCol, const TMatrix &matrix, int exr = -1) const;
Note: See TracChangeset
for help on using the changeset viewer.