Files
ortools-clone/documentation/reference_manual/or-tools/examples/cpp/index.html

196 lines
8.9 KiB
HTML
Raw Normal View History

2012-03-29 14:51:11 +00:00
<!-- Good morning, Mr. Phelps. -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>or-tools/examples/cpp/ - Doxy</title>
<link rel="shortcut icon" href="../../../favicon.ico">
<!-- Both stylesheets are supplied by Doxygen, with maybe minor tweaks from Google. -->
<link href="../../../doxygen.css" rel="stylesheet" type="text/css">
<link href="../../../tabs.css" rel="stylesheet" type="text/css">
</head>
<body topmargin=0 leftmargin=20 bottommargin=0 rightmargin=20 marginwidth=20 marginheight=0>
2012-08-22 17:21:54 +00:00
<!-- Second part of the secret behind Doxy logo always having the word "Doxy" with the color of the day. -->
<style>
a.doxy_logo:hover {
background-color: #287003
}
</style>
2012-03-29 14:51:11 +00:00
<table width=100% cellpadding=0 cellspacing=0 border=0>
<!-- Top horizontal line with the color of the day. -->
<tr valign=top>
2012-08-22 17:21:54 +00:00
<td colspan=3 bgcolor=#287003 height=3></td>
2012-03-29 14:51:11 +00:00
</tr>
<!-- Header row with the links at the right. -->
<tr valign=top>
<td colspan=3 align=right>
<font size=-1>
2012-08-22 17:21:54 +00:00
Generated on: <font color=#287003><b>Thu Mar 29 07:46:58 PDT 2012</b></font>
for <b>custom file set</b>
2012-03-29 14:51:11 +00:00
</font>
</td>
</tr>
<!-- Header row with the logo and the search form. -->
<tr valign=top>
<!-- Logo. -->
<td align=left width=150>
<table width=150 height=54 cellpadding=0 cellspacing=0 border=0>
<tr valign=top>
<!-- First part of the secret behind Doxy logo always having the word "Doxy" with the color of the day. -->
2012-08-22 17:21:54 +00:00
<td bgcolor=#287003>
<a class="doxy_logo" href="../../../index.html"><img src="../../../doxy_logo.png" alt="Doxy" border=0></a>
2012-03-29 14:51:11 +00:00
</td>
</tr>
</table>
</td>
</tr>
<!-- Tiny vertical space below the form. -->
<tr valign=top>
<td colspan=3 height=3></td>
</tr>
</table>
<!-- Header navigation row. -->
<div class="memproto">
<table width=100% cellpadding=0 cellspacing=0 border=0>
<tr>
<td align=left style="padding-left: 20px"><font size=+1><b><tt><font color=#333333>//
2012-08-22 17:21:54 +00:00
<a href="../../../index.html"><font color=#287003>doxy</font></a>/</font>
2012-03-29 14:51:11 +00:00
<a href="../../../or-tools/index.html">or-tools</a>/
<a href="../../../or-tools/examples/index.html">examples</a>/
<a href="../../../or-tools/examples/cpp/index.html">cpp</a>/
</tt></b></font>
</td>
</tr>
</table>
</div>
<br />
<!-- No subdirs found. -->
<!-- End of header. -->
2012-08-22 17:21:54 +00:00
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li class="current"><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
2012-03-29 14:51:11 +00:00
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div>
<div class="contents">
2012-08-22 17:21:54 +00:00
<h1>or-tools/examples/cpp/</h1>
<p>
This is the main page of the auto-generated documentation for directory <code>or-tools/examples/cpp/</code>. <br>
Please use the tabs just above the title to navigate documentation in this directory.<h2><a class="anchor" name="Readme">
Readme</a></h2>
<em>From <code>or-tools/examples/cpp/README</code>:</em><br>
C++ examples to demonstrate usage of the different<br>
Operations Research libraries.<br>
<br>
2012-03-29 14:51:11 +00:00
<ul>
2012-08-22 17:21:54 +00:00
<li>Constraint Solver examples:<br>
2012-03-29 14:51:11 +00:00
<ul>
2012-08-22 17:21:54 +00:00
<li><a class="el" href="cryptarithm_8cc.html">cryptarithm.cc</a> Demonstrates the use of basic modeling objects<br>
(integer variables, arithmetic constraints and expressions,<br>
simple search).<br>
</li><li><a class="el" href="golomb_8cc.html">golomb.cc</a> Demonstrates how to handle objective functions and collect<br>
solutions found during the search.<br>
</li><li><a class="el" href="magic__square_8cc.html">magic_square.cc</a> Shows how to use the automatic search to solve your<br>
problem.<br>
</li><li><a class="el" href="costas__array_8cc.html">costas_array.cc</a> Solves the problem of Costas Array (a constrained<br>
assignment problem used for radars) with two version. On version is<br>
a feasibility version with hard constraints, the other version is<br>
an optimization version with soft constraints and violation costs.<br>
</li><li><a class="el" href="jobshop_8cc.html">jobshop.cc</a> Demonstrates scheduling of jobs on different machines.<br>
</li><li><a class="el" href="jobshop__ls_8cc.html">jobshop_ls.cc</a> Demonstrates scheduling of jobs on different machines with<br>
a search using Local Search and Large Neighorhood Search.<br>
</li><li><a class="el" href="nqueens_8cc.html">nqueens.cc</a> Solves the n-queen problem. It also demonstrates how to break<br>
symmetries during search.<br>
</li><li><a class="el" href="network__routing_8cc.html">network_routing.cc</a> Solves a multicommodity mono-routing<br>
problem with capacity constraints and a max usage cost structure.<br>
</li><li><a class="el" href="sports__scheduling_8cc.html">sports_scheduling.cc</a> Finds a soccer championship schedule. Its uses an<br>
original approach where all constraints attached to either one team,<br>
or one week are regrouped into one global 'AllowedAssignment' constraints.<br>
</li><li><a class="el" href="dobble__ls_8cc.html">dobble_ls.cc</a> Shows how to write Local Search operators and Local Search<br>
filters in a context of an assignment/partitioning problem. It also<br>
shows how to write a simple constraint.<br>
<br>
</li></ul>
</li><li>Routing examples:<br>
2012-03-29 14:51:11 +00:00
<ul>
2012-08-22 17:21:54 +00:00
<li><a class="el" href="tsp_8cc.html">tsp.cc</a> Travelling Salesman Problem.<br>
</li><li><a class="el" href="cvrptw_8cc.html">cvrptw.cc</a> Capacitated Vehicle Routing Problem with Time Windows.<br>
</li><li>carptw.cc Capacitated Vehicle Arc-Routing Problem with Time Windows.<br>
</li><li><a class="el" href="pdptw_8cc.html">pdptw.cc</a> Pickup and Delivery Problem with Time Windows.<br>
<br>
</li></ul>
</li><li>Graph examples:<br>
2012-03-29 14:51:11 +00:00
<ul>
2012-08-22 17:21:54 +00:00
<li><a class="el" href="flow__api_8cc.html">flow_api.cc</a> Demonstrates how to use Min-Cost Flow and Max-Flow api.<br>
</li><li><a class="el" href="linear__assignment__api_8cc.html">linear_assignment_api.cc</a> Demonstrates how to use the Linear Sum<br>
Assignment solver.<br>
</li><li><a class="el" href="dimacs__assignment_8cc.html">dimacs_assignment.cc</a> Solves DIMACS challenge on assignment<br>
problems.<br>
<br>
</li></ul>
</li><li>Linear and integer programming examples:<br>
2012-03-29 14:51:11 +00:00
<ul>
2012-08-22 17:21:54 +00:00
<li><a class="el" href="linear__programming_8cc.html">linear_programming.cc</a> Demonstrates how to use the linear solver<br>
wrapper API to solve Linear Programming problems.<br>
</li><li><a class="el" href="integer__programming_8cc.html">integer_programming.cc</a> Demonstrates how to use the linear solver<br>
wrapper API to solve Integer Programming problems.<br>
</li><li><a class="el" href="linear__solver__protocol__buffers_8cc.html">linear_solver_protocol_buffers.cc</a> Demonstrates how protocol<br>
buffers can be used as input and output to the linear solver wrapper.<br>
</li><li><a class="el" href="strawberry__fields__with__column__generation_8cc.html">strawberry_fields_with_column_generation.cc</a> Complex example that<br>
demonstrates how to use dynamic column generation to solve a 2D<br>
covering problem.<br>
<br>
</li></ul>
</li><li>Examples using multiple technologies:<br>
2012-03-29 14:51:11 +00:00
<ul>
2012-08-22 17:21:54 +00:00
<li>warehouse_run.cc Solve a capacitated warehouse location problem with<br>
different techniques.<br>
<br>
</li></ul>
</li><li>Utilities<br>
2012-03-29 14:51:11 +00:00
<ul>
2012-08-22 17:21:54 +00:00
<li><a class="el" href="model__util_8cc.html">model_util.cc</a> A utility to manipulate model files (.cp) dumped by the<br>
solver.<br>
</li></ul>
</li></ul>
<h2><a class="anchor" name="Owners">
Owners</a></h2>
<em>There is no <code>OWNERS</code> in this directory.</em> </div>
2012-03-29 14:51:11 +00:00
<!-- Start of footer. -->
<table width=100% cellpadding=0 cellspacing=0 border=0>
<tr valign=top>
<td colspan=2 height=10></td>
</tr>
<tr valign=top>
2012-08-22 17:21:54 +00:00
<td colspan=2 bgcolor=#287003 height=3></td>
2012-03-29 14:51:11 +00:00
</tr>
</table>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br />
</body>
</html>