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


Ignore:
Timestamp:
Sep 10, 2009, 12:14:22 AM (15 years ago)
Author:
laleppa
Message:
  • New TSPSG icon. Found some nice image among heap of images on my PC and thought it would be a nice icon for TSPSG. Original source: Internet (read, unknown).
  • Some insignificant code changes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tspsolver.cpp

    r60 r63  
    243243}
    244244
     245QString CTSPSolver::getVersionId()
     246{
     247        return QString("$Id$");
     248}
     249
    245250bool CTSPSolver::isOptimal() const
    246251{
Note: See TracChangeset for help on using the changeset viewer.