Changeset 50b202f04d in tspsg
- Timestamp:
- Nov 2, 2013, 1:22:06 PM (11 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 2aeaea9572, 6221a58c7c
- Parents:
- fb0c1d86f4
- git-author:
- Oleksii Serdiuk <contacts@…> (11/02/13 13:22:06)
- git-committer:
- Oleksii Serdiuk <contacts@…> (11/02/13 17:33:24)
- Files:
-
- 1 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog.md
rfb0c1d86f4 r50b202f04d 1 ==================================== 2 TSP Solver and Generator ChangeLog 3 ==================================== 1 TSP Solver and Generator ChangeLog 2 ================================== 4 3 5 4 6 5 TSPSG v0.1.4 beta 2 (build 170) 7 =============================== 6 ------------------------------- 8 7 9 WHAT'S NEW 10 ---------- 8 ### WHAT'S NEW ### 11 9 12 10 - Support for embedded base64 encoded images when saving solution as … … 17 15 18 16 19 CHANGES & IMPROVEMENTS 20 ---------------------- 17 ### CHANGES & IMPROVEMENTS ### 21 18 22 19 - Any value that is entered into task table and doesn't contain … … 33 30 34 31 35 BUGFIXES 36 -------- 32 ### BUGFIXES ### 37 33 38 34 - Bug #2: Solution graph is too small on high resolution screens. … … 49 45 50 46 TSPSG v0.1.3 beta 1 (build 145) 51 =============================== 47 ------------------------------- 52 48 53 WHAT'S NEW 54 ---------- 49 ### WHAT'S NEW ### 55 50 56 51 + Solution graph generation. … … 62 57 63 58 64 IMPROVEMENTS 65 ------------ 59 ### IMPROVEMENTS ### 66 60 67 61 + Improved the solution output generation algorithm. It is now about … … 77 71 78 72 79 CHANGES 80 ------- 73 ### CHANGES ### 81 74 82 75 * About dialog was "tabified". Added GPL License and Credits tabs. … … 88 81 89 82 90 BUGFIXES 91 -------- 83 ### BUGFIXES ### 92 84 93 85 - Solution related actions not disabled when solution is canceled. … … 97 89 98 90 TSPSG v0.1.2 alpha 2 (build 100) 99 ================================ 91 -------------------------------- 100 92 101 WHAT'S NEW 102 ---------- 93 ### WHAT'S NEW ### 103 94 104 95 + New TSPSG icon. … … 124 115 125 116 126 IMPROVEMENTS 127 ------------ 117 ### IMPROVEMENTS ### 128 118 129 119 + Improved the solution algorithm. … … 146 136 147 137 148 CHANGES 149 ------- 138 ### CHANGES ### 150 139 151 140 * The resulting path is now sorted, always starts from City 1 and has … … 157 146 158 147 159 BUGFIXES 160 -------- 148 ### BUGFIXES ### 161 149 162 150 - A solution couldn't be found for some tasks while the task had at … … 169 157 170 158 TSPSG v0.1.1 alpha 1 (build 42) 171 =============================== 159 ------------------------------- 172 160 173 161 This is initial TSPSG release. 174 162 175 FEATURES 176 -------- 163 ### FEATURES ### 177 164 178 165 * Solving taks with up to 5 cities. -
INSTALL.md
rfb0c1d86f4 r50b202f04d 1 ========================== 2 TSPSG Installation Guide 3 ========================== 1 TSPSG Installation Guide 2 ======================== 4 3 5 4 Thank you for trying TSPSG. This document will guide you through the … … 30 29 31 30 1. REQUIREMENTS 32 =============== 31 --------------- 33 32 34 33 To be able compile TSPSG you need to have Qt libraries. The minimum … … 42 41 43 42 2. ASSUMPTIONS 44 ============== 43 -------------- 45 44 46 45 This guide assumes that you already have Qt libraries and all necessary … … 63 62 64 63 3. SUPPORTED PLATFORMS 65 ====================== 64 ---------------------- 66 65 67 66 TSPSG is oficially supported and tested on the following platforms: … … 76 75 77 76 4. BUILDING AND INSTALLATION 78 ============================ 79 80 4.1. COMMON INFORMATION 81 ----------------------- 77 ---------------------------- 78 79 ### 4.1. COMMON INFORMATION ### 82 80 83 81 To be able ot build TSPSG you need to have the following Qt modules: … … 120 118 121 119 122 4.2. GENERAL PROCEDURE 123 ---------------------- 120 ### 4.2. GENERAL PROCEDURE ### 124 121 125 122 On most platforms the general building and installation procedure is: … … 138 135 139 136 140 4.3. LINUX/UNIX/BSD 141 ------------------- 137 ### 4.3. LINUX/UNIX/BSD ### 142 138 143 139 Open a shell, navigate to the directory where you have TSPSG source … … 173 169 174 170 175 4.4. WINDOWS 176 ------------ 171 ### 4.4. WINDOWS ### 177 172 178 173 TSPSG will be installed to <PREFIX>\TSPSG folder. … … 180 175 NOTE: Please, read the Section 7 after reading this Section. 181 176 182 4.4.1. USING MINGW 183 ~~~~~~~~~~~~~~~~~~ 177 178 #### 4.4.1. USING MINGW #### 184 179 185 180 Unpack the downloaded source code of TSPSG with your favourite … … 199 194 200 195 201 4.4.2. USING VISUAL STUDIO 202 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 196 #### 4.4.2. USING VISUAL STUDIO #### 203 197 204 198 Unpack the downloaded source code of TSPSG with your favourite … … 216 210 217 211 218 4.5. WINDOWS CE/MOBILE 219 ---------------------- 212 ### 4.5. WINDOWS CE/MOBILE ### 220 213 221 214 Unpack the downloaded source code of TSPSG with your favourite … … 247 240 248 241 249 4.6. SYMBIAN 250 ------------ 242 ### 4.6. SYMBIAN ### 251 243 252 244 Unpack the downloaded source code of TSPSG with your favourite … … 288 280 289 281 290 4.7. OTHER PLATFORMS, SUPPORTED BY QT 291 ------------------------------------- 282 ### 4.7. OTHER PLATFORMS, SUPPORTED BY QT ### 292 283 293 284 While TSPSG is oficially supported only on Linux, Windows and Windows … … 299 290 300 291 5. UNINSTALLATION 301 ================= 292 ----------------- 302 293 303 294 Usually, it is enough to replace 'install' parameter with 'uninstall' … … 308 299 309 300 6. TROUBLESHOOTING 310 ================== 311 312 6.1. WINDRES.EXE CRASH 313 ---------------------- 301 ------------------ 302 303 304 ### 6.1. WINDRES.EXE CRASH ### 314 305 315 306 When building under Windows using minGW toolchain make process may fail … … 337 328 338 329 7. NOTES 339 ======== 330 -------- 340 331 341 332 qmake doesn't always enclose installation paths in quotes. This may … … 347 338 348 339 8. REFERNECES 349 ============= 340 ------------- 350 341 351 342 [1] http://sourceware.org/bugzilla/show_bug.cgi?id=10165 -
README.md
rfb0c1d86f4 r50b202f04d 1 ================================= 2 TSPSG: TSP Solver and Generator 3 ================================= 1 TSPSG: TSP Solver and Generator 2 =============================== 4 3 5 4 Copyright (C) 2007-2013 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 5 6 7 About 8 ----- 6 9 7 10 TSPSG is intended to generate and solve Travelling Salesman Problem … … 19 22 20 23 24 License 25 ------- 26 21 27 This program is free software: you can redistribute it and/or modify 22 28 it under the terms of the GNU General Public License as published by … … 32 38 along with this program. If not, see <http://www.gnu.org/licenses/>. 33 39 40 41 Credits 42 ------- 34 43 35 44 I'd like to give credits to the following projects which were used in -
install.pri
rfb0c1d86f4 r50b202f04d 14 14 #l10n.files = l10n/*.qm 15 15 #share.files = 16 docs.files = COPYING ChangeLog. txt README.txt INSTALL.txt16 docs.files = COPYING ChangeLog.md README.md INSTALL.md 17 17 INSTALLS += target docs # share l10n 18 18 … … 20 20 # - executable goes to /usr/bin 21 21 # - translations go to /usr/share/TSPSG/l10n 22 # - COPYING, ChangeLog. txt, README.txt and INSTALL.txt22 # - COPYING, ChangeLog.md, README.md and INSTALL.md 23 23 # go to /usr/share/doc/TSPSG-x.x.x 24 24 unix:!macx:!symbian:!maemo* {
Note: See TracChangeset
for help on using the changeset viewer.