Changeset fcaa74f7d7 in tspsg for docs/html/tspsolver_8h.html
- Timestamp:
- Dec 16, 2009, 11:49:51 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 140109febb
- Parents:
- 0bd0e1aca7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/html/tspsolver_8h.html
r0bd0e1aca7 rfcaa74f7d7 87 87 <div class="contents"> 88 88 <h1>src/tspsolver.h File Reference</h1> 89 <p>Defines <a class="el" href="tspsolver_8h.html#a 96b95c574161e5013286210c96c581ba" 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> structand <a class="el" href="class_c_t_s_p_solver.html" title="This class solves Travelling Salesman Problem task.">CTSPSolver</a> class.89 <p>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. 90 90 <a href="#_details">More...</a></p> 91 91 <code>#include "<a class="el" href="globals_8h_source.html">globals.h</a>"</code><br/> … … 114 114 <table border="0" cellpadding="0" cellspacing="0"> 115 115 <tr><td colspan="2"><h2>Classes</h2></td></tr> 116 <tr><td class="memItemLeft" align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structs_step.html">sStep</a></td></tr> 117 <tr><td class="mdescLeft"> </td><td class="mdescRight">This structure represents one step of solving. <a href="structs_step.html#_details">More...</a><br/></td></tr> 116 <tr><td class="memItemLeft" align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_s_candidate.html">SCandidate</a></td></tr> 117 <tr><td class="mdescLeft"> </td><td class="mdescRight">A structure that represents a candidate for branching. <a href="struct_s_candidate.html#_details">More...</a><br/></td></tr> 118 <tr><td class="memItemLeft" align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_s_step.html">SStep</a></td></tr> 119 <tr><td class="mdescLeft"> </td><td class="mdescRight">This structure represents one step of solving. <a href="struct_s_step.html#_details">More...</a><br/></td></tr> 118 120 <tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_t_s_p_solver.html">CTSPSolver</a></td></tr> 119 121 <tr><td class="mdescLeft"> </td><td class="mdescRight">This class solves Travelling Salesman Problem task. <a href="class_c_t_s_p_solver.html#_details">More...</a><br/></td></tr> 120 122 <tr><td colspan="2"><h2>Typedefs</h2></td></tr> 121 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a 96b95c574161e5013286210c96c581ba"></a><!-- doxytag: member="tspsolver.h::tMatrix" ref="a96b95c574161e5013286210c96c581ba" args="" -->122 typedef <a class="elRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qlist.html">QList</a>< <a class="elRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qlist.html">QList</a>< double > > </td><td class="memItemRight" valign="bottom"><a class="el" href="tspsolver_8h.html#a 96b95c574161e5013286210c96c581ba">tMatrix</a></td></tr>123 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3addcca59ef59d0b3892b3670f808965"></a><!-- doxytag: member="tspsolver.h::TMatrix" ref="a3addcca59ef59d0b3892b3670f808965" args="" --> 124 typedef <a class="elRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qlist.html">QList</a>< <a class="elRef" doxygen="qt-4.6.tag:http://doc.trolltech.com/4.6/" href="http://doc.trolltech.com/4.6/qlist.html">QList</a>< double > > </td><td class="memItemRight" valign="bottom"><a class="el" href="tspsolver_8h.html#a3addcca59ef59d0b3892b3670f808965">TMatrix</a></td></tr> 123 125 <tr><td class="mdescLeft"> </td><td class="mdescRight">A matrix of city-to-city travel costs. <br/></td></tr> 124 126 </table> 125 127 <hr/><a name="_details"></a><h2>Detailed Description</h2> 126 <p>Defines <a class="el" href="tspsolver_8h.html#a 96b95c574161e5013286210c96c581ba" 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> structand <a class="el" href="class_c_t_s_p_solver.html" title="This class solves Travelling Salesman Problem task.">CTSPSolver</a> class. </p>128 <p>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. </p> 127 129 <dl class="author"><dt><b>Author:</b></dt><dd>Copyright © 2007-2009 Lёppa <contacts[at]oleksii[dot]name></dd></dl> 128 <dl class="rcs"><dt><b>Id</b></dt><dd><a class="el" href="tspsolver_8h.html" title="Defines tMatrix typedef, sStep struct and CTSPSolver class.">tspsolver.h</a> 71 2009-12-07 16:06:44Z laleppa </dd></dl>130 <dl class="rcs"><dt><b>Id</b></dt><dd><a class="el" href="tspsolver_8h.html" title="Defines TMatrix typedef, SCandidate and SStep structs and CTSPSolver class.">tspsolver.h</a> 74 2009-12-16 22:22:05Z laleppa </dd></dl> 129 131 <dl class="rcs"><dt><b>URL</b></dt><dd><a href="https://tspsg.svn.sourceforge.net/svnroot/tspsg/trunk/src/tspsolver.h">https://tspsg.svn.sourceforge.net/svnroot/tspsg/trunk/src/tspsolver.h</a> </dd></dl> 130 132 <p><b>TSPSG: TSP Solver and Generator</b></p> … … 148 150 </div> 149 151 150 <hr size="1"/><address style="text-align: right;"><small>Generated on Mon Dec 7 18:11:362009 for TSPSG: TSP Solver and Generator by 152 <hr size="1"/><address style="text-align: right;"><small>Generated on Thu Dec 17 00:37:29 2009 for TSPSG: TSP Solver and Generator by 151 153 <a href="http://www.doxygen.org/index.html"> 152 154 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
Note: See TracChangeset
for help on using the changeset viewer.