Changeset 50 in tspsg-svn for trunk/src/tspsolver.h


Ignore:
Timestamp:
Aug 3, 2009, 5:15:46 PM (15 years ago)
Author:
laleppa
Message:

+ Implemented File/Save? action.
+ Added "Save Solution" and "Back to Task" buttons to Solution tab for better usability.

  • Increased maximum number of cities to 20. Solving for 18-20 cities is already takes much time, so I thought it doesn't make sense to increase more.
  • Columns and rows are now resized to contents on all platforms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tspsolver.h

    r46 r50  
    5353        sStep *root;
    5454        QHash<int,int> route;
    55         QHash<int,int> forbidden;
     55//      QHash<int,int> forbidden;
    5656        double align(tMatrix &);
    5757        void cleanup();
Note: See TracChangeset for help on using the changeset viewer.