2019-06-13 13:08:49 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
<head>
|
|
|
|
|
<title>OR-Tools</title>
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;"/>
|
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
|
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
|
2019-06-20 23:08:48 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
|
2019-06-13 13:08:49 +02:00
|
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
|
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="banner-container">
|
|
|
|
|
<div id="banner">
|
2020-01-27 13:48:26 +01:00
|
|
|
<span id="sfml">Google OR-Tools 7.5</span>
|
2019-06-13 13:08:49 +02:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2019-08-07 18:01:08 -07:00
|
|
|
<div id="content" style="width: 100%; overflow: hidden;">
|
|
|
|
|
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
|
2019-08-12 09:16:03 -07:00
|
|
|
<h2>C++ Reference</h2>
|
2019-08-07 18:01:08 -07:00
|
|
|
<ul>
|
|
|
|
|
<li><a href="../cpp_algorithms/annotated.html">Algorithms</a></li>
|
2019-08-12 09:16:03 -07:00
|
|
|
<li><a href="../cpp_sat/annotated.html">CP-SAT</a></li>
|
2019-08-07 18:01:08 -07:00
|
|
|
<li><a href="../cpp_graph/annotated.html">Graph</a></li>
|
|
|
|
|
<li><a href="../cpp_routing/annotated.html">Routing</a></li>
|
|
|
|
|
<li><a href="../cpp_linear/annotated.html">Linear solver</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
2019-06-13 13:08:49 +02:00
|
|
|
<div id="content">
|
2019-08-07 18:01:08 -07:00
|
|
|
<div align="center">
|
|
|
|
|
<h1 style="color: #145A32;">C++ Reference: Routing</h1>
|
|
|
|
|
</div>
|
2020-04-23 15:34:43 +02:00
|
|
|
<!-- Generated by Doxygen 1.8.16 -->
|
2019-06-13 13:08:49 +02:00
|
|
|
<div id="navrow1" class="tabs">
|
|
|
|
|
<ul class="tablist">
|
|
|
|
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
|
|
|
|
<li><a href="annotated.html"><span>Classes</span></a></li>
|
2019-07-15 17:42:24 -07:00
|
|
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
2019-06-13 13:08:49 +02:00
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="navrow3" class="tabs2">
|
|
|
|
|
<ul class="tablist">
|
|
|
|
|
<li class="current"><a href="globals.html"><span>All</span></a></li>
|
|
|
|
|
<li><a href="globals_func.html"><span>Functions</span></a></li>
|
2019-06-20 23:08:48 +02:00
|
|
|
<li><a href="globals_vars.html"><span>Variables</span></a></li>
|
2019-06-13 13:08:49 +02:00
|
|
|
<li><a href="globals_defs.html"><span>Macros</span></a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
2019-06-13 15:36:14 +02:00
|
|
|
<div id="navrow4" class="tabs3">
|
|
|
|
|
<ul class="tablist">
|
|
|
|
|
<li><a href="#index_a"><span>a</span></a></li>
|
|
|
|
|
<li><a href="#index_d"><span>d</span></a></li>
|
|
|
|
|
<li><a href="#index_g"><span>g</span></a></li>
|
2019-07-05 00:25:55 +02:00
|
|
|
<li class="current"><a href="#index_p"><span>p</span></a></li>
|
2019-06-13 15:36:14 +02:00
|
|
|
</ul>
|
|
|
|
|
</div>
|
2019-06-13 13:08:49 +02:00
|
|
|
</div><!-- top -->
|
|
|
|
|
<div class="contents">
|
2019-06-13 15:36:14 +02:00
|
|
|
<div class="textblock">Here is a list of all file members with links to the files they belong to:</div>
|
|
|
|
|
|
|
|
|
|
<h3><a id="index_a"></a>- a -</h3><ul>
|
2020-01-31 17:22:59 +01:00
|
|
|
<li>Arena::CreateMaybeMessage<::operations_research::AssignmentProto >()
|
|
|
|
|
: <a class="el" href="assignment_8pb_8h.html#add987639c5af4762e5cb22d0e393a154">assignment.pb.h</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>Arena::CreateMaybeMessage<::operations_research::ConstraintRuns >()
|
|
|
|
|
: <a class="el" href="demon__profiler_8pb_8h.html#abaac8341e37416013f596061661a4280">demon_profiler.pb.h</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>Arena::CreateMaybeMessage<::operations_research::ConstraintSolverParameters >()
|
|
|
|
|
: <a class="el" href="solver__parameters_8pb_8h.html#a9e99adb90adb746cb673630617038215">solver_parameters.pb.h</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>Arena::CreateMaybeMessage<::operations_research::DemonRuns >()
|
|
|
|
|
: <a class="el" href="demon__profiler_8pb_8h.html#a63b81cf890c8d6f968b71a12d5cc5bfe">demon_profiler.pb.h</a>
|
|
|
|
|
</li>
|
2019-06-20 23:08:48 +02:00
|
|
|
<li>Arena::CreateMaybeMessage<::operations_research::FirstSolutionStrategy >()
|
|
|
|
|
: <a class="el" href="routing__enums_8pb_8h.html#af66aea96731c9aec7a79f8f0a8ebdc2c">routing_enums.pb.h</a>
|
|
|
|
|
</li>
|
2020-01-31 17:22:59 +01:00
|
|
|
<li>Arena::CreateMaybeMessage<::operations_research::IntervalVarAssignment >()
|
|
|
|
|
: <a class="el" href="assignment_8pb_8h.html#aade9d963d9333b645755da79e30f5621">assignment.pb.h</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>Arena::CreateMaybeMessage<::operations_research::IntVarAssignment >()
|
|
|
|
|
: <a class="el" href="assignment_8pb_8h.html#a87b9326eb6b55d36a82b7264679c87f0">assignment.pb.h</a>
|
|
|
|
|
</li>
|
2019-06-20 23:08:48 +02:00
|
|
|
<li>Arena::CreateMaybeMessage<::operations_research::LocalSearchMetaheuristic >()
|
|
|
|
|
: <a class="el" href="routing__enums_8pb_8h.html#a1929141d8ceae06af6d0c92b3de0e3fe">routing_enums.pb.h</a>
|
|
|
|
|
</li>
|
2020-01-31 17:22:59 +01:00
|
|
|
<li>Arena::CreateMaybeMessage<::operations_research::RegularLimitParameters >()
|
|
|
|
|
: <a class="el" href="search__limit_8pb_8h.html#a1f62dec894c30065a4db024560e715df">search_limit.pb.h</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>Arena::CreateMaybeMessage<::operations_research::RoutingModelParameters >()
|
|
|
|
|
: <a class="el" href="routing__parameters_8pb_8h.html#aafec97bd10b50fab49307a19965084ca">routing_parameters.pb.h</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>Arena::CreateMaybeMessage<::operations_research::RoutingSearchParameters >()
|
|
|
|
|
: <a class="el" href="routing__parameters_8pb_8h.html#a319e5c4759de7382dd6a60271d8e3ce6">routing_parameters.pb.h</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>Arena::CreateMaybeMessage<::operations_research::RoutingSearchParameters_LocalSearchNeighborhoodOperators >()
|
|
|
|
|
: <a class="el" href="routing__parameters_8pb_8h.html#aa5dcf33a4b44e601fc33617b5fe05a38">routing_parameters.pb.h</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>Arena::CreateMaybeMessage<::operations_research::SequenceVarAssignment >()
|
|
|
|
|
: <a class="el" href="assignment_8pb_8h.html#a2c2669c3bbb98d386459ac4510a1c2a5">assignment.pb.h</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>Arena::CreateMaybeMessage<::operations_research::WorkerInfo >()
|
|
|
|
|
: <a class="el" href="assignment_8pb_8h.html#abc611269e2526a234a6eb9ba9d531534">assignment.pb.h</a>
|
|
|
|
|
</li>
|
2019-06-13 15:36:14 +02:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3><a id="index_d"></a>- d -</h3><ul>
|
|
|
|
|
<li>DECLARE_bool()
|
|
|
|
|
: <a class="el" href="routing__flags_8h.html#a3416505b31156eb123c7fe044ca301ff">routing_flags.h</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>DECLARE_double()
|
2020-01-31 17:22:59 +01:00
|
|
|
: <a class="el" href="routing__flags_8h.html#a4e58cad19afa5107acb4d03fd5c6795b">routing_flags.h</a>
|
2019-06-13 15:36:14 +02:00
|
|
|
</li>
|
|
|
|
|
<li>DECLARE_int32()
|
2019-07-05 00:25:55 +02:00
|
|
|
: <a class="el" href="routing__flags_8h.html#a540512ada588875d8b65808a57e04098">routing_flags.h</a>
|
2019-06-13 15:36:14 +02:00
|
|
|
</li>
|
|
|
|
|
<li>DECLARE_int64()
|
2020-01-31 17:22:59 +01:00
|
|
|
: <a class="el" href="routing__flags_8h.html#a96cdf25d3bc98c8eae24e3a761f5ef35">routing_flags.h</a>
|
|
|
|
|
, <a class="el" href="constraint__solver_8h.html#a7c38c1c8e88571b510def97ee8bd5804">constraint_solver.h</a>
|
|
|
|
|
, <a class="el" href="routing__flags_8h.html#aa8ee0757a04bdad93b86bccd0d032a5d">routing_flags.h</a>
|
2019-06-13 15:36:14 +02:00
|
|
|
</li>
|
|
|
|
|
<li>DECLARE_string()
|
|
|
|
|
: <a class="el" href="routing__flags_8h.html#af03d19fcf75b266ff9c2f3bc4299954b">routing_flags.h</a>
|
|
|
|
|
</li>
|
2020-01-31 17:22:59 +01:00
|
|
|
<li>descriptor_table_ortools_2fconstraint_5fsolver_2fassignment_2eproto
|
|
|
|
|
: <a class="el" href="assignment_8pb_8h.html#a686fb78be7dc1ca4d4498448d5f58a58">assignment.pb.h</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>descriptor_table_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto
|
|
|
|
|
: <a class="el" href="demon__profiler_8pb_8h.html#a7c0ae616fff24fe8760a66164f4fbcbd">demon_profiler.pb.h</a>
|
|
|
|
|
</li>
|
2019-06-20 23:08:48 +02:00
|
|
|
<li>descriptor_table_ortools_2fconstraint_5fsolver_2frouting_5fenums_2eproto
|
|
|
|
|
: <a class="el" href="routing__enums_8pb_8h.html#adb36228f7101310ce5c6464e0afa24ab">routing_enums.pb.h</a>
|
|
|
|
|
</li>
|
2020-01-31 17:22:59 +01:00
|
|
|
<li>descriptor_table_ortools_2fconstraint_5fsolver_2frouting_5fparameters_2eproto
|
|
|
|
|
: <a class="el" href="routing__parameters_8pb_8h.html#a08fb716a4f5f875f265060f453fa01b1">routing_parameters.pb.h</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>descriptor_table_ortools_2fconstraint_5fsolver_2fsearch_5flimit_2eproto
|
|
|
|
|
: <a class="el" href="search__limit_8pb_8h.html#a3508751555ce51a5bbea693e90ef5fb7">search_limit.pb.h</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>descriptor_table_ortools_2fconstraint_5fsolver_2fsolver_5fparameters_2eproto
|
|
|
|
|
: <a class="el" href="solver__parameters_8pb_8h.html#a7753970452f2feffe295496f9b948c6c">solver_parameters.pb.h</a>
|
|
|
|
|
</li>
|
2019-06-13 15:36:14 +02:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3><a id="index_g"></a>- g -</h3><ul>
|
2020-01-31 17:22:59 +01:00
|
|
|
<li>GetEnumDescriptor< ::operations_research::ConstraintSolverParameters_TrailCompression >()
|
|
|
|
|
: <a class="el" href="solver__parameters_8pb_8h.html#a73e132779623790a086cb72f26152662">solver_parameters.pb.h</a>
|
|
|
|
|
</li>
|
2019-06-20 23:08:48 +02:00
|
|
|
<li>GetEnumDescriptor< ::operations_research::FirstSolutionStrategy_Value >()
|
|
|
|
|
: <a class="el" href="routing__enums_8pb_8h.html#af22e88bc83bbd1823edaec6845651098">routing_enums.pb.h</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>GetEnumDescriptor< ::operations_research::LocalSearchMetaheuristic_Value >()
|
|
|
|
|
: <a class="el" href="routing__enums_8pb_8h.html#ac10a962b3f273fe713e3ec24f958244d">routing_enums.pb.h</a>
|
|
|
|
|
</li>
|
2020-01-31 17:22:59 +01:00
|
|
|
<li>GetEnumDescriptor< ::operations_research::RoutingSearchParameters_SchedulingSolver >()
|
|
|
|
|
: <a class="el" href="routing__parameters_8pb_8h.html#a0561f0ea0a75f6dc8ab1a3beea4b9fd2">routing_parameters.pb.h</a>
|
|
|
|
|
</li>
|
2019-06-13 15:36:14 +02:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3><a id="index_p"></a>- p -</h3><ul>
|
2020-01-31 17:22:59 +01:00
|
|
|
<li>PROTOBUF_INTERNAL_EXPORT_ortools_2fconstraint_5fsolver_2fassignment_2eproto
|
|
|
|
|
: <a class="el" href="assignment_8pb_8h.html#af9b703c84018fe0b59348ff604b1c509">assignment.pb.h</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>PROTOBUF_INTERNAL_EXPORT_ortools_2fconstraint_5fsolver_2fdemon_5fprofiler_2eproto
|
|
|
|
|
: <a class="el" href="demon__profiler_8pb_8h.html#a3133da6a84d31c6e499a92e268bbbcd7">demon_profiler.pb.h</a>
|
|
|
|
|
</li>
|
2019-06-13 15:36:14 +02:00
|
|
|
<li>PROTOBUF_INTERNAL_EXPORT_ortools_2fconstraint_5fsolver_2frouting_5fenums_2eproto
|
|
|
|
|
: <a class="el" href="routing__enums_8pb_8h.html#ab99f705eeba00bba1fbe3cbd06567188">routing_enums.pb.h</a>
|
|
|
|
|
</li>
|
2020-01-31 17:22:59 +01:00
|
|
|
<li>PROTOBUF_INTERNAL_EXPORT_ortools_2fconstraint_5fsolver_2frouting_5fparameters_2eproto
|
|
|
|
|
: <a class="el" href="routing__parameters_8pb_8h.html#a41c79b954c0fc1878adefd2371557f31">routing_parameters.pb.h</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>PROTOBUF_INTERNAL_EXPORT_ortools_2fconstraint_5fsolver_2fsearch_5flimit_2eproto
|
|
|
|
|
: <a class="el" href="search__limit_8pb_8h.html#a2c150162f6caee0b58b10e540622d545">search_limit.pb.h</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>PROTOBUF_INTERNAL_EXPORT_ortools_2fconstraint_5fsolver_2fsolver_5fparameters_2eproto
|
|
|
|
|
: <a class="el" href="solver__parameters_8pb_8h.html#a98bf155317127ca9271994ccab0f6846">solver_parameters.pb.h</a>
|
|
|
|
|
</li>
|
2019-06-13 13:08:49 +02:00
|
|
|
</ul>
|
|
|
|
|
</div><!-- contents -->
|
2019-08-07 18:01:08 -07:00
|
|
|
</div>
|
2019-06-13 13:08:49 +02:00
|
|
|
</div>
|
|
|
|
|
<div id="footer-container">
|
|
|
|
|
<div id="footer">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|