Changeset 21c03af787 in tspsg for src/tspsolver.h
- Timestamp:
- Aug 29, 2013, 6:32:30 PM (11 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 2940c14782
- Parents:
- 2d4659ddfe
- git-author:
- Oleksii Serdiuk <contacts@…> (08/29/13 18:32:30)
- git-committer:
- Oleksii Serdiuk <contacts@…> (08/29/13 18:50:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tspsolver.h
r2d4659ddfe r21c03af787 1 1 /*! 2 2 * \file tspsolver.h 3 * \author Copyright © 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>3 * \author Copyright © 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ … … 104 104 /*! 105 105 * \brief This class solves Travelling Salesman Problem task. 106 * \author Copyright © 2007-201 2Oleksii Serdiuk <contacts[at]oleksii[dot]name>106 * \author Copyright © 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 107 107 */ 108 108 class CTSPSolver: public QObject
Note: See TracChangeset
for help on using the changeset viewer.