Changeset 244c614c6b in tspsg for src/tspsolver.h


Ignore:
Timestamp:
Aug 30, 2009, 11:02:07 PM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
9cf98b9bd6
Parents:
5a81a64d74
Message:
  • Restore normal application cursor before displaying error message when loading/saving task. Not restoring the cursor caused it overlapping the error message text.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tspsolver.h

    r5a81a64d74 r244c614c6b  
    3434        tMatrix matrix; // Steps's matrix
    3535        double price; // Price of travel to this step
    36         struct {unsigned int nRow; unsigned int nCol;} candidate; // Candiadate for branching in current matrix
     36        struct {int nRow; int nCol;} candidate; // Candiadate for branching in current matrix
    3737        bool alts; // This matrix has alternative candidates
    3838        sStep *plNode, *prNode; // Pointers to left and right branch steps
Note: See TracChangeset for help on using the changeset viewer.