Changeset 112 in tspsg-svn for trunk/docs/html/index.html


Ignore:
Timestamp:
Apr 28, 2010, 1:56:40 AM (14 years ago)
Author:
laleppa
Message:

Updated translations and regenerated documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/html/index.html

    r103 r112  
    6161      <li class="current"><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    6262      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     63      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    6364      <li><a href="annotated.html"><span>Classes</span></a></li>
    6465      <li><a href="files.html"><span>Files</span></a></li>
     
    8687<dl class="author"><dt><b>Author:</b></dt><dd>Copyright &copy; 2007-2010 Lёppa &lt;contacts[at]oleksii[dot]name&gt;</dd></dl>
    8788<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 &lt;<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>&gt;. </p>
     89<h2><a class="anchor" id="m_s1">
     90ABOUT 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">
     94DOCUMENTATION 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">
     112LICENSE</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 &lt;<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>&gt;. </p>
    91125</div>
    92126<!--- window showing the filter options -->
     
    95129     onmouseout="return searchBox.OnSearchSelectHide()"
    96130     onkeydown="return searchBox.OnSearchSelectKey(event)">
    97 <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&nbsp;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&nbsp;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&nbsp;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&nbsp;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&nbsp;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&nbsp;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&nbsp;</span>Defines</a></div>
     131<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&nbsp;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&nbsp;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&nbsp;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&nbsp;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&nbsp;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&nbsp;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&nbsp;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&nbsp;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&nbsp;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&nbsp;</span>Defines</a></div>
    98132
    99133<!-- iframe showing the search results (closed by default) -->
     
    104138</div>
    105139
    106 <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Apr 9 00:25:38 2010 for TSPSG: TSP Solver and Generator by&nbsp;
     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&nbsp;
    107141<a href="http://www.doxygen.org/index.html">
    108142<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
Note: See TracChangeset for help on using the changeset viewer.