Changeset f2ff738751 in tspsg for docs/html/index.html
- Timestamp:
- Apr 28, 2010, 1:56:40 AM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 0773f1b65f
- Parents:
- 5d401f2c50
- git-author:
- Oleksii Serdiuk <contacts@…> (04/28/10 01:56:40)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:41:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/html/index.html
r5d401f2c50 rf2ff738751 61 61 <li class="current"><a href="index.html"><span>Main Page</span></a></li> 62 62 <li><a href="pages.html"><span>Related Pages</span></a></li> 63 <li><a href="namespaces.html"><span>Namespaces</span></a></li> 63 64 <li><a href="annotated.html"><span>Classes</span></a></li> 64 65 <li><a href="files.html"><span>Files</span></a></li> … … 86 87 <dl class="author"><dt><b>Author:</b></dt><dd>Copyright © 2007-2010 Lёppa <contacts[at]oleksii[dot]name></dd></dl> 87 88 <p><b>Homepage:</b> <a href="http://tspsg.sourceforge.net/">tspsg.sourceforge.net</a></p> 88 <p>TSPSG is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p> 89 <p>TSPSG is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p> 90 <p>You should have received a copy of the GNU General Public License along with TSPSG. If not, see <<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>>. </p> 89 <h2><a class="anchor" id="m_s1"> 90 ABOUT TSPSG</a></h2> 91 <p><b>TSPSG</b> is intended to generate and solve <b>Travelling Salesman Problem</b> (TSP) tasks. It uses <em>Branch and Bound method</em> for solving. Its input is a number of cities and a matrix of city-to-city travel costs. The matrix can be populated with random values in a given range (which is useful for generating tasks). The result is an optimal route, its price, step-by-step matrices of solving and a solving graph. The task can be saved in an internal binary format and opened later. The result can be printed or saved as <b>PDF</b>, <b>HTML</b>, or <b>ODF</b>.</p> 92 <p><b>TSPSG</b> may be useful for teachers to generate test tasks or just for regular users to solve TSPs. Also, it may be used as an example of using <em>Branch and Bound method</em> to solve a particular task.</p> 93 <h2><a class="anchor" id="m_s2"> 94 DOCUMENTATION PAGES</a></h2> 95 <p><a class="el" href="changelog.html">TSPSG ChangeLog</a></p> 96 <ol type="1"> 97 <li><a class="el" href="changelog.html#cl_b100">TSPSG v0.1.2 alpha 2 (build 100)</a></li> 98 <li><a class="el" href="changelog.html#cl_b42">TSPSG v0.1.1 alpha 1 (build 42)</a></li> 99 </ol> 100 <p><a class="el" href="install.html">TSPSG Installation Guide</a></p> 101 <ol type="1"> 102 <li><a class="el" href="install.html#i_s1">REQUIREMENTS</a></li> 103 <li><a class="el" href="install.html#i_s2">ASSUMPTIONS</a></li> 104 <li><a class="el" href="install.html#i_s3">SUPPORTED PLATFORMS</a></li> 105 <li><a class="el" href="install.html#i_s4">BUILDING AND INSTALLATION</a></li> 106 <li><a class="el" href="install.html#i_s5">UNINSTALLATION</a></li> 107 <li><a class="el" href="install.html#i_s6">TROUBLESHOOTING</a></li> 108 <li><a class="el" href="install.html#i_s7">NOTES</a></li> 109 <li><a class="el" href="install.html#i_s8">REFERNECES</a></li> 110 </ol> 111 <h2><a class="anchor" id="m_s3"> 112 LICENSE</a></h2> 113 <p><b>TSPSG</b> is free software: you can redistribute it and/or modify<br/> 114 it under the terms of the GNU General Public License as published by<br/> 115 the Free Software Foundation, either version 3 of the License, or<br/> 116 (at your option) any later version.<br/> 117 </p> 118 <p><b>TSPSG</b> is distributed in the hope that it will be useful,<br/> 119 but WITHOUT ANY WARRANTY; without even the implied warranty of<br/> 120 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the<br/> 121 <a class="el" href="license.html">GNU General Public License</a> for more details.<br/> 122 </p> 123 <p>You should have received a copy of the <a class="el" href="license.html">GNU General Public License</a><br/> 124 along with <b>TSPSG</b>. If not, see <<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>>. </p> 91 125 </div> 92 126 <!--- window showing the filter options --> … … 95 129 onmouseout="return searchBox.OnSearchSelectHide()" 96 130 onkeydown="return searchBox.OnSearchSelectKey(event)"> 97 <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span> Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Defines</a></div>131 <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark"> </span>Defines</a></div> 98 132 99 133 <!-- iframe showing the search results (closed by default) --> … … 104 138 </div> 105 139 106 <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Apr 9 00:25:382010 for TSPSG: TSP Solver and Generator by 140 <hr size="1"/><address style="text-align: right;"><small>Generated on Wed Apr 28 02:47:10 2010 for TSPSG: TSP Solver and Generator by 107 141 <a href="http://www.doxygen.org/index.html"> 108 142 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
Note: See TracChangeset
for help on using the changeset viewer.