Changeset 93 in tspsg-svn for trunk/src/tspsolver.cpp


Ignore:
Timestamp:
Feb 23, 2010, 11:17:48 PM (14 years ago)
Author:
laleppa
Message:

+ Preliminary Symbian support.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        88*.vcproj
        99Makefile*
         10build
        1011debug
        1112release
  • trunk/src/tspsolver.cpp

    r90 r93  
    106106int nRow, nCol;
    107107bool firstStep = true;
    108 double check;
     108double check = INFINITY;
    109109        while (this->route.size() < nCities) {
    110110//              forbidden.clear();
     
    141141                left->matrix = step->matrix;
    142142                left->matrix[nRow][nCol] = INFINITY;
    143                 left->price = step->price + align(left->matrix);
     143                left->price = step->price + align(left->matrix);
    144144
    145145                step->candidate.nRow = nRow;
Note: See TracChangeset for help on using the changeset viewer.