- Timestamp:
- Dec 17, 2009, 1:24:34 PM (15 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tspsolver.cpp
r76 r77 217 217 } 218 218 219 void CTSPSolver::deleteNode(SStep * node)219 void CTSPSolver::deleteNode(SStep *&node) 220 220 { 221 221 if (node->plNode != NULL) -
trunk/src/tspsolver.h
r76 r77 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.