Changeset 76 in tspsg-svn for trunk/docs/html/files.html


Ignore:
Timestamp:
Dec 16, 2009, 11:49:51 PM (14 years ago)
Author:
laleppa
Message:
  • TCandidate should, actually, be SCandidate (struct, not typedef). Renamed it.
  • Documentation update.
File:
1 edited

Legend:

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

    r72 r76  
    9393  <tr><td class="indexkey">src/<a class="el" href="settingsdialog_8h.html">settingsdialog.h</a> <a href="settingsdialog_8h_source.html">[code]</a></td><td class="indexvalue">Defines <a class="el" href="class_settings_dialog.html" title="Class for handling Settings Dialog UI and logic.">SettingsDialog</a> class </td></tr>
    9494  <tr><td class="indexkey">src/<a class="el" href="tspmodel_8h.html">tspmodel.h</a> <a href="tspmodel_8h_source.html">[code]</a></td><td class="indexvalue">Defines <a class="el" href="class_c_t_s_p_model.html" title="This class implements table model for manipulating a task.">CTSPModel</a> class </td></tr>
    95   <tr><td class="indexkey">src/<a class="el" href="tspsolver_8h.html">tspsolver.h</a> <a href="tspsolver_8h_source.html">[code]</a></td><td class="indexvalue">Defines <a class="el" href="tspsolver_8h.html#a96b95c574161e5013286210c96c581ba" title="A matrix of city-to-city travel costs.">tMatrix</a> typedef, <a class="el" href="structs_step.html" title="This structure represents one step of solving.">sStep</a> struct and <a class="el" href="class_c_t_s_p_solver.html" title="This class solves Travelling Salesman Problem task.">CTSPSolver</a> class </td></tr>
     95  <tr><td class="indexkey">src/<a class="el" href="tspsolver_8h.html">tspsolver.h</a> <a href="tspsolver_8h_source.html">[code]</a></td><td class="indexvalue">Defines <a class="el" href="tspsolver_8h.html#a3addcca59ef59d0b3892b3670f808965" title="A matrix of city-to-city travel costs.">TMatrix</a> typedef, <a class="el" href="struct_s_candidate.html" title="A structure that represents a candidate for branching.">SCandidate</a> and <a class="el" href="struct_s_step.html" title="This structure represents one step of solving.">SStep</a> structs and <a class="el" href="class_c_t_s_p_solver.html" title="This class solves Travelling Salesman Problem task.">CTSPSolver</a> class </td></tr>
    9696  <tr><td class="indexkey">src/<a class="el" href="version_8h.html">version.h</a> <a href="version_8h_source.html">[code]</a></td><td class="indexvalue">Contains TSPSG version information defines </td></tr>
    9797</table>
     
    111111</div>
    112112
    113 <hr size="1"/><address style="text-align: right;"><small>Generated on Mon Dec 7 18:11:41 2009 for TSPSG: TSP Solver and Generator by&nbsp;
     113<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 00:37:34 2009 for TSPSG: TSP Solver and Generator by&nbsp;
    114114<a href="http://www.doxygen.org/index.html">
    115115<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
Note: See TracChangeset for help on using the changeset viewer.