2019-06-13 15:51:12 +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"/> -->
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
2020-09-01 16:00:33 +02:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "styleSheet.tmp.css" rel = "stylesheet" type = "text/css" / >
2019-06-13 15:51:12 +02:00
< / head >
< body >
< div id = "banner-container" >
< div id = "banner" >
2021-04-27 23:00:03 +02:00
< span id = "sfml" > Google OR-Tools 9.0< / span >
2019-06-13 15:51:12 +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 15:51:12 +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 >
2021-01-26 11:28:50 +01:00
<!-- Generated by Doxygen 1.9.1 -->
2020-09-01 16:00:33 +02:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2021-01-26 11:28:50 +01:00
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
2020-09-01 16:00:33 +02:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */< / script >
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
2019-06-13 15:51:12 +02:00
< / div >
2020-09-01 16:00:33 +02:00
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
2019-06-13 15:51:12 +02:00
< / div >
2020-09-01 16:00:33 +02:00
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('functions_func_c.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
2019-06-13 15:51:12 +02:00
< div class = "contents" >
 
< h3 > < a id = "index_c" > < / a > - c -< / h3 > < ul >
2020-11-18 14:53:30 +01:00
< li > Cache()
: < a class = "el" href = "classoperations__research_1_1_solver.html#a4d4c671e5d9cc8a1a1f0c6cc2e500e10" > Solver< / a >
< / li >
2019-06-13 15:51:12 +02:00
< li > CallMethod0()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_call_method0.html#a7b6140d03824eabe8579c6f72d8bd725" > CallMethod0< T > < / a >
2019-06-13 15:51:12 +02:00
< / li >
< li > CallMethod1()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_call_method1.html#aeec7702079973f2d99063b2ed414aba4" > CallMethod1< T, P > < / a >
2019-06-13 15:51:12 +02:00
< / li >
< li > CallMethod2()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_call_method2.html#a86921989576185a2ad25d64983e120a0" > CallMethod2< T, P, Q > < / a >
2019-06-13 15:51:12 +02:00
< / li >
< li > CallMethod3()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_call_method3.html#a7faffef6c714afe185ea30a930bb6ff6" > CallMethod3< T, P, Q, R > < / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > CannotBePerformed()
: < a class = "el" href = "classoperations__research_1_1_interval_var.html#af84a48721386cc4b8e3fea30b00f6543" > IntervalVar< / a >
< / li >
2019-06-13 15:51:12 +02:00
< li > Capacity()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_rev_int_set.html#ae37167b9b5134bd482bc4e21d77b3f4b" > RevIntSet< T > < / a >
2019-06-13 15:51:12 +02:00
< / li >
< li > Cardinality()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_rev_bit_matrix.html#ac0edee6822866abe4b83c934ea8ed298" > RevBitMatrix< / a >
, < a class = "el" href = "classoperations__research_1_1_rev_bit_set.html#a50b7e2f9702d2416550ce54327b73a9c" > RevBitSet< / a >
, < a class = "el" href = "classoperations__research_1_1_small_rev_bit_set.html#a50b7e2f9702d2416550ce54327b73a9c" > SmallRevBitSet< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > CastConstraint()
: < a class = "el" href = "classoperations__research_1_1_cast_constraint.html#af819176a9aae0724902c5a1b50786b0b" > CastConstraint< / a >
< / li >
< li > CastExpression()
: < a class = "el" href = "classoperations__research_1_1_solver.html#aadca605a5fc64e54fc8e31e0b7e36eaa" > Solver< / a >
< / li >
2019-06-13 15:51:12 +02:00
< li > CastToVar()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_base_int_expr.html#a721f17985ccfb96fcc971ce2e474bbed" > BaseIntExpr< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-04-23 15:34:43 +02:00
< li > Chain()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_path_state_1_1_chain.html#a9854ccf641edeba5925409e68ce44421" > PathState::Chain< / a >
2020-04-23 15:34:43 +02:00
< / li >
< li > ChainRange()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_path_state_1_1_chain_range.html#a873f14393cdb7e4c35876ed95605ebcb" > PathState::ChainRange< / a >
2020-04-23 15:34:43 +02:00
< / li >
< li > Chains()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_path_state.html#a6d60ad21c426d98eebac6e00318351fd" > PathState< / a >
2020-04-23 15:34:43 +02:00
< / li >
2020-09-01 16:00:33 +02:00
< li > ChainSpanMin()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_disjunctive_propagator.html#ad84e0e4ee59eab8a1004906628692ccb" > DisjunctivePropagator< / a >
2020-09-01 16:00:33 +02:00
< / li >
< li > ChainSpanMinDynamic()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_disjunctive_propagator.html#acf2f8cdb2a89ceee2b652aee8fa86b21" > DisjunctivePropagator< / a >
2020-09-01 16:00:33 +02:00
< / li >
2020-04-23 15:34:43 +02:00
< li > ChangedArcs()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_path_state.html#af38c69e531519ffae99a9b0d3481506d" > PathState< / a >
2020-04-23 15:34:43 +02:00
< / li >
< li > ChangedPaths()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_path_state.html#a0c40e4059400537c69eec800b8d439bb" > PathState< / a >
2020-04-23 15:34:43 +02:00
< / li >
< li > ChangeNext()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_path_state.html#af6d5206c3dd14d6b3ad08f0109cedf1e" > PathState< / a >
2020-04-23 15:34:43 +02:00
< / li >
2019-06-13 15:51:12 +02:00
< li > ChangeValue()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_change_value.html#a24154d3958d686ddef877d6511dbf002" > ChangeValue< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > cheapest_insertion_add_unperformed_entries()
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0f4dc5d674ab06d59b3632fc20dccd47" > PROTOBUF_FINAL< / a >
< / li >
2020-01-31 17:22:59 +01:00
< li > cheapest_insertion_farthest_seeds_ratio()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a34481d9cab510bd7787306d42b72bf00" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2021-01-26 11:28:50 +01:00
< li > cheapest_insertion_first_solution_min_neighbors()
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a345d45d9297c57eff8ca8643270a31c4" > PROTOBUF_FINAL< / a >
< / li >
2020-01-31 17:22:59 +01:00
< li > cheapest_insertion_first_solution_neighbors_ratio()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a04830a5e3bbc0c267aee0b2a2ae8713b" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2021-04-27 23:00:03 +02:00
< li > cheapest_insertion_first_solution_use_neighbors_ratio_for_initialization()
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8f55f5cb85568035f3848f89a0ef5a99" > PROTOBUF_FINAL< / a >
< / li >
2021-01-26 11:28:50 +01:00
< li > cheapest_insertion_ls_operator_min_neighbors()
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa8a7c7bf167206fce3d6ff9596dd093c" > PROTOBUF_FINAL< / a >
< / li >
2020-01-31 17:22:59 +01:00
< li > cheapest_insertion_ls_operator_neighbors_ratio()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac0121f5126bc29de54141f64011a64a1" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2019-06-13 15:51:12 +02:00
< li > Check()
2020-11-18 14:53:30 +01:00
: < a class = "el" href = "classoperations__research_1_1_improvement_search_limit.html#a01dd9b59b9a183cb3ba148b08d09b320" > ImprovementSearchLimit< / a >
, < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a01dd9b59b9a183cb3ba148b08d09b320" > RegularLimit< / a >
, < a class = "el" href = "classoperations__research_1_1_search_limit.html#afefd22e7a516cef9dff7154cae02e704" > SearchLimit< / a >
, < a class = "el" href = "classoperations__research_1_1_unary_dimension_checker.html#a49b06b04b3aa7a76149ce864098a0f15" > UnaryDimensionChecker< / a >
< / li >
< li > check_index()
: < a class = "el" href = "classoperations__research_1_1_solution_collector.html#a06d7a538074a3c12029edf2c7dbe03b9" > SolutionCollector< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-01-31 17:22:59 +01:00
< li > check_solution_period()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a004c6fbb86c52117da8b3b085a7dff4a" > PROTOBUF_FINAL< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > CheckAssignment()
: < a class = "el" href = "classoperations__research_1_1_solver.html#a31b6ef7bff363d68d03eda8c9668e3e0" > Solver< / a >
< / li >
2020-01-27 13:48:26 +01:00
< li > CheckChainValidity()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_path_operator.html#a28146a7f59f91f25281c97d55abce60d" > PathOperator< / a >
2020-01-27 13:48:26 +01:00
< / li >
2020-11-18 14:53:30 +01:00
< li > CheckConstraint()
: < a class = "el" href = "classoperations__research_1_1_solver.html#a483098cee8f04c87368cd05674dda9df" > Solver< / a >
< / li >
< li > CheckFail()
: < a class = "el" href = "classoperations__research_1_1_solver.html#a6d5ff1ccb832c9d27fa7a579248f8084" > Solver< / a >
< / li >
2019-07-05 00:25:55 +02:00
< li > CheckLimit()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_model.html#a3f5d70fe48cb54cbc5d8f6bba55b007d" > RoutingModel< / a >
2019-07-05 00:25:55 +02:00
< / li >
< li > CheckTypeRegulations()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_type_regulations_checker.html#a4d6ef97994588af94176c027b321bcb6" > TypeRegulationsChecker< / a >
2019-07-05 00:25:55 +02:00
< / li >
< li > CheckVehicle()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_type_regulations_checker.html#a74fa9fd5626d4013ab5e2bc408c27f0e" > TypeRegulationsChecker< / a >
2019-07-05 00:25:55 +02:00
< / li >
2020-01-31 17:22:59 +01:00
< li > christofides_use_minimum_matching()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab35dc5ddef4e6fc1dbc9456cc31eb26a" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2019-06-13 15:51:12 +02:00
< li > Clear()
2020-11-18 14:53:30 +01:00
: < a class = "el" href = "classoperations__research_1_1_assignment.html#aa71d36872f416feaa853788a7a7a7ef8" > Assignment< / a >
, < a class = "el" href = "classoperations__research_1_1_assignment_container.html#aa71d36872f416feaa853788a7a7a7ef8" > AssignmentContainer< V, E > < / a >
, < a class = "el" href = "structoperations__research_1_1_disjunctive_propagator_1_1_tasks.html#aa71d36872f416feaa853788a7a7a7ef8" > DisjunctivePropagator::Tasks< / a >
2020-10-09 12:00:09 +02:00
, < a class = "el" href = "classoperations__research_1_1_model_cache.html#aa5b31c976cc6734003d9950e731dfed3" > ModelCache< / a >
, < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1e436b607da362266ed7e00d18cd6ac7" > PROTOBUF_FINAL< / a >
, < a class = "el" href = "classoperations__research_1_1_rev_int_set.html#ae44fff9ea13a57991eb263fc98f526ab" > RevIntSet< T > < / a >
, < a class = "el" href = "classoperations__research_1_1_routing_c_p_sat_wrapper.html#ac2fdf117e3886bbce4baa56a77d3e9cc" > RoutingCPSatWrapper< / a >
, < a class = "el" href = "classoperations__research_1_1_routing_glop_wrapper.html#ac2fdf117e3886bbce4baa56a77d3e9cc" > RoutingGlopWrapper< / a >
, < a class = "el" href = "classoperations__research_1_1_routing_linear_solver_wrapper.html#aa5b31c976cc6734003d9950e731dfed3" > RoutingLinearSolverWrapper< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_active()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a46bab08b60f481b1b9b8d36b82086a82" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_array_split_size()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a46d95398874ea95391f0b54874b22c96" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_backward_sequence()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5f08466ffde477a9660170a7f26990fd" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_bns()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8dc197bca6ac0499322e81f980cbe436" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_branches()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a597f8e66d208b1733ce375dc5fed1e5e" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2020-11-18 14:53:30 +01:00
< li > clear_cheapest_insertion_add_unperformed_entries()
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a73e751fae4836c79a36664a79512f14f" > PROTOBUF_FINAL< / a >
< / li >
2020-01-31 17:22:59 +01:00
< li > clear_cheapest_insertion_farthest_seeds_ratio()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af3b229fab8690c4d7f8fddabe3b779f1" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2021-01-26 11:28:50 +01:00
< li > clear_cheapest_insertion_first_solution_min_neighbors()
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2626a7e189bcf8418b76699d95c87602" > PROTOBUF_FINAL< / a >
< / li >
2020-01-31 17:22:59 +01:00
< li > clear_cheapest_insertion_first_solution_neighbors_ratio()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a59b5b2d87d637f465cb7ba4508994f93" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2021-04-27 23:00:03 +02:00
< li > clear_cheapest_insertion_first_solution_use_neighbors_ratio_for_initialization()
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#adf5bc2777dedb5259ecaefe0a99fb8f5" > PROTOBUF_FINAL< / a >
< / li >
2021-01-26 11:28:50 +01:00
< li > clear_cheapest_insertion_ls_operator_min_neighbors()
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae6066850c37b267f5cf3f392d3c75749" > PROTOBUF_FINAL< / a >
< / li >
2020-01-31 17:22:59 +01:00
< li > clear_cheapest_insertion_ls_operator_neighbors_ratio()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa85403cf37f237d85366290110c236e0" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_check_solution_period()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a265f4d0ab199b8e5279245a853abc4c4" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_christofides_use_minimum_matching()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab983453ef4ca27da4d29669684b52448" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_compress_trail()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9cbdd5ebaefec93f0807f323e8f187a2" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_constraint_id()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab3aafd6305e4fd58e94a8e3fdf289308" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_continuous_scheduling_solver()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a69a3eebae1f9e97c7fe89f89bdd99c80" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_cumulative()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a50e29927c000e76c054ce0661fd0569e" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_demon_id()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#acb33940d71adb49e1835bc9b97554030" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_demons()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5d9155fddc02800dc0527fa2db825088" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_diffn_use_cumulative()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac311942720f824a947356c85b3bf09b3" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_disable_solve()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa179ae6afc424035087b743eec88a4c1" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_duration_max()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aadfdbeb5792d698e63a7d095e0c4f3e9" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_duration_min()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a212b06bac2378aeac60c1f22d13a9377" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_end_max()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a868a651ecfa643fb42a3b7430d5318e3" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_end_min()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a96ebe2cda99d1e09d256c2c23e338d52" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_end_time()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af89b6d72d257a976d2df6541b74751e0" > PROTOBUF_FINAL< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > clear_fail_intercept()
: < a class = "el" href = "classoperations__research_1_1_solver.html#a95d15794f0eaa4727439f364889a8064" > Solver< / a >
< / li >
2020-01-31 17:22:59 +01:00
< li > clear_failures()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0a9a09ca01a95c779e1fce5140664423" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_first_solution_strategy()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab51abd7752926e5a2b271984a7f404ee" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_forward_sequence()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa4e00e5bfb35455a7f6baf2dbb1c9849" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_guided_local_search_lambda_coefficient()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7848130ea14a77f989b7c399f2c27f19" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2020-09-01 16:00:33 +02:00
< li > clear_heuristic_close_nodes_lns_num_nodes()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a782dd0450d44e19214b23a18b5724ffd" > PROTOBUF_FINAL< / a >
2020-09-01 16:00:33 +02:00
< / li >
2020-01-31 17:22:59 +01:00
< li > clear_heuristic_expensive_chain_lns_num_arcs_to_consider()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab91968332a9e407331d353f21e47421d" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2020-11-18 14:53:30 +01:00
< li > clear_improvement_limit_parameters()
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a204ce07195b0f97d2687d5ba44ee4c6f" > PROTOBUF_FINAL< / a >
< / li >
< li > clear_improvement_rate_coefficient()
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ada370f2ccd035a6ca9621f7770d88df3" > PROTOBUF_FINAL< / a >
< / li >
< li > clear_improvement_rate_solutions_distance()
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a373389fa3962792b0fe1db15e4976b43" > PROTOBUF_FINAL< / a >
< / li >
2020-01-31 17:22:59 +01:00
< li > clear_initial_propagation_end_time()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3175e20afa83a9565b70e476f5a43cf1" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_initial_propagation_start_time()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad86802129585c605c4dc547b3dcea88d" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_int_var_assignment()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a88af283f678b7e6c06a49fcb6115b4ed" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_interval_var_assignment()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a41f129c52686c2dd4256976478adef8c" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_is_valid()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a24d1af477c3bf77ccab980ec557929a4" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_lns_time_limit()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad7865556e938d9713e21a245fe3a8ff1" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_local_search_metaheuristic()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9c2b3353929bb2589c4c80c30da85c10" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_local_search_operators()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac36a0356e451d86f2302935576b3aefa" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_log_cost_offset()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a99438c26cd05dc2e95e08ac0207045b5" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_log_cost_scaling_factor()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3e0129661ddde4eab0538d04fd7bec26" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_log_search()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8681b469b8e9cef2c40990dfe1314899" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2020-09-01 16:00:33 +02:00
< li > clear_log_tag()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a39511fc2150974f4659e5fac19d3d75f" > PROTOBUF_FINAL< / a >
2020-09-01 16:00:33 +02:00
< / li >
2020-01-31 17:22:59 +01:00
< li > clear_max()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad9dbfda05b8347009d49f88d4a775050" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_max_callback_cache_size()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a43d0137cfd27ebe0d6d7f78ee06d20aa" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_max_edge_finder_size()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a88a5118e8e5d2f3a20d76c603b643183" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_min()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae88a0d5c91b1508eca5ae556db591064" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_mixed_integer_scheduling_solver()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad553ee94644179a241c449435972c8a1" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2020-11-18 14:53:30 +01:00
< li > clear_multi_armed_bandit_compound_operator_exploration_coefficient()
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a16207c4b11128611c0d91eed07c39665" > PROTOBUF_FINAL< / a >
< / li >
< li > clear_multi_armed_bandit_compound_operator_memory_coefficient()
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#acf56e245d5654c2693bcdbda4d80b29a" > PROTOBUF_FINAL< / a >
< / li >
2020-01-31 17:22:59 +01:00
< li > clear_name_all_variables()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a07e1c0528b633f84510728f7e7dfce40" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_name_cast_variables()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae434a16c441384988e7942b5f08ad88d" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_number_of_solutions_to_collect()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7685e7c0f78f9971e52e713f0c48c78d" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_objective()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad97af219ab4d62c806c052848a69dab3" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_optimization_step()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a556415e949f3cf1b02e6918799062adf" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_performed_max()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#add45a78ea78cc639d9f4cd33d99c4ea5" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_performed_min()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a366da63c75cd4abb8d33d7f7ffd64f54" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_print_added_constraints()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9ae389da5f0324de1f089c1fc256bc30" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_print_local_search_profile()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a300d0f0db3041872cabdacd9ea69b25a" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_print_model()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abd6e659d1636a18740c0362b24eedd73" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_print_model_stats()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af3bd7df588612b5a4b32643d7d777323" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_profile_file()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4a52f0ba8cfdf77a7970f5cbaa80947a" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_profile_local_search()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2a57b9c9ec2906ed0fc1bbe6a71c473e" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_profile_propagation()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae4745bcda31ec11018ea22b324c715a6" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_reduce_vehicle_cost_model()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#acda46023cd1374daa93beb9ea6ce00b2" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_relocate_expensive_chain_num_arcs_to_consider()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a50509895a036879bd79024ab116c4a73" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_savings_add_reverse_arcs()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1b2e6a81ac3c851ccbaf5c15ff74dbea" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_savings_arc_coefficient()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9bcef4f074fbf0a9127dad83837304d4" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_savings_max_memory_usage_bytes()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a805c9ff4f0f7cc957e0a04e498619bcf" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_savings_neighbors_ratio()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a59822cb2896b5644e0c226432df4cdf4" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_savings_parallel_routes()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a875af4e43cf62a5fbfe2d52038e6d3d0" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_sequence_var_assignment()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae65b181f945aec5130fb78c21689657e" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_skip_locally_optimal_paths()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a79c3b3cea0f45bc97af79e5177f27590" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_smart_time_check()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a492e8b01d865a532d588cf10c716b148" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_solution_limit()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4cfc5877e51b285cb943fddfe301ae1a" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_solutions()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8a263fb188877daaa59ff25361ae780b" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_solver_parameters()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0f05a589e88aba4b2b914840d1fd6503" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_start_max()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aab74343b6c33a1e15d6f5fb7c227b2f5" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_start_min()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a625bb66a66da64416c19f7c7cb7c087f" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_start_time()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a464a60f3bccf982fd4332e6dde74402e" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_store_names()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aacf47da66e78bfab3c582c1abe5423aa" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_time()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abd4f82a50141870b9f07494ba959a2e3" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_time_limit()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a19a71157252c70571919a8cb68de1948" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_trace_propagation()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa46762889d103c13c1ed60eb62074207" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_trace_search()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a48dc8bbf90643adede34b3c19cdb7b72" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_trail_block_size()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a708bee292510c827608fe88ad90991f4" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_unperformed()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#adf896b3b67499dfd6834422b3c8efa23" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_all_possible_disjunctions()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a72d8aec85e9e6f2caacd3ff942d11b58" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_cp()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aff9d052c12a089079b115b0a811a8184" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_cp_sat()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae3b0564c42f813561b2bb2282c9cba15" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_cross()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac9ce6cbd509e9141bdc29c23bda7d1bd" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_cross_exchange()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7691ce727079aca71481645ca140b45c" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_cumulative_edge_finder()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a743ac3206ffd802eb4cf65249070b490" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_cumulative_time_table()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac0b158123117ca3c335cac9c8056c54f" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_cumulative_time_table_sync()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6cfb7394177a51f3fa9b31944387c097" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_depth_first_search()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5a6e6455002895539810fa083a64b99f" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_element_rmq()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1e4bacd1cd65f4d9de92aa82e999130d" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_exchange()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a950135ebecf1f0375abd849985a16552" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_exchange_pair()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5285ca819261ca363e1982414a377ee1" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_exchange_subtrip()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a02341f17bc7cee26c36c2736118291f7" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_extended_swap_active()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a08efc381fd9fd23e2aaabc0f7c7edc2e" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_full_path_lns()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5c1e0cd34aff06bf1b0b6973c22c00e7" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_full_propagation()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5503a5a640071493d23b724ce8e5fa80" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2020-09-01 16:00:33 +02:00
< li > clear_use_global_cheapest_insertion_close_nodes_lns()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a77ffebde1d847524137e1a77731be8bf" > PROTOBUF_FINAL< / a >
2020-09-01 16:00:33 +02:00
< / li >
2020-01-31 17:22:59 +01:00
< li > clear_use_global_cheapest_insertion_expensive_chain_lns()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa1b25bf736a599ef9fb0ddd92b018158" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_global_cheapest_insertion_path_lns()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a53b0961ac8ced94930f37559f79a7f38" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_inactive_lns()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8f61097431ed4090941d2536eeca1f99" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_light_relocate_pair()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a53b482a36504ffaf88053b54eb62f54d" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_lin_kernighan()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8ed34671e0117939c60c466749005e19" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2020-09-01 16:00:33 +02:00
< li > clear_use_local_cheapest_insertion_close_nodes_lns()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a34e6bde48236ef1fa8361c5405f90617" > PROTOBUF_FINAL< / a >
2020-09-01 16:00:33 +02:00
< / li >
2020-01-31 17:22:59 +01:00
< li > clear_use_local_cheapest_insertion_expensive_chain_lns()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae4749d6492e0fa344b81d73703acea1f" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_local_cheapest_insertion_path_lns()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a963ae9c7d5937669169761a65463c11f" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_make_active()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6099483b674c40588c884da69a8bef1f" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_make_chain_inactive()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8da8db5f513ef29d3d680143bcaf8863" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_make_inactive()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3b310dfcc55bda8b2037fba37df15946" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2020-11-18 14:53:30 +01:00
< li > clear_use_multi_armed_bandit_concatenate_operators()
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af744e091e291737f77649382a120ad29" > PROTOBUF_FINAL< / a >
< / li >
2020-01-31 17:22:59 +01:00
< li > clear_use_node_pair_swap_active()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6681075ed87ece49852dececcc0213bd" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_or_opt()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a29a40811c8de53ca1b2e0d6930f760ed" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_path_lns()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0db6e91dbe6748306642ebf7e324ecef" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_relocate()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9b61e31b984e3415e7cab216dfce7011" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_relocate_and_make_active()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a355ae66fcfadd3d3d95fca4f4ff77415" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_relocate_expensive_chain()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac16da434b85364f80a10de50669d626c" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_relocate_neighbors()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af656870391670f28abbb047da89575ba" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_relocate_pair()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a74140ad47000a6f2231e062b10ac2793" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2020-11-18 14:53:30 +01:00
< li > clear_use_relocate_path_global_cheapest_insertion_insert_unperformed()
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a19fcc28c883628d5f196693101d4d749" > PROTOBUF_FINAL< / a >
< / li >
2020-01-31 17:22:59 +01:00
< li > clear_use_relocate_subtrip()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac93b1bd8a8e494d666ec50fabaedb2a3" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_sequence_high_demand_tasks()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae7ad0bd3fc7b68f8f0b9357f6481031f" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_small_table()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6530417d25b366fc759cfde5fb599a7a" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_swap_active()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9ed5b2cacef6021d3b51029ee0e7ccc0" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_tsp_lns()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5bd2fbff4fae2291ca95942dd533971e" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_tsp_opt()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1287b58481912e64826c505520335784" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_two_opt()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af0fab7d5085eaadde782c6b24b56813e" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_use_unfiltered_first_solution_strategy()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab7823b88d40a636b0e88255c6edac2cb" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_var_id()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a54a7f06085ae257e0ccddcb33de454b4" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_worker_id()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0d4cec401c90c754f4d050669cd360bb" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > clear_worker_info()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#adf10eb53571f6f44a714bd23894d815d" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2019-06-13 15:51:12 +02:00
< li > ClearAll()
2020-11-18 14:53:30 +01:00
: < a class = "el" href = "classoperations__research_1_1_pack.html#aa7d76b766faf39c1652b6617eac5fe20" > Pack< / a >
, < a class = "el" href = "classoperations__research_1_1_rev_bit_matrix.html#ac4f70832be8ef45fb84c8170f17cc187" > RevBitMatrix< / a >
2020-10-09 12:00:09 +02:00
, < a class = "el" href = "classoperations__research_1_1_rev_bit_set.html#ac4f70832be8ef45fb84c8170f17cc187" > RevBitSet< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > ClearLocalSearchState()
: < a class = "el" href = "classoperations__research_1_1_solver.html#a0f7179b03ab49e7ee79f9b7e8c4dc129" > Solver< / a >
< / li >
2019-06-13 15:51:12 +02:00
< li > ClearObjective()
2020-11-18 14:53:30 +01:00
: < a class = "el" href = "classoperations__research_1_1_assignment.html#a3e222c69fa6c693ccfeb7ff13cd482d3" > Assignment< / a >
, < a class = "el" href = "classoperations__research_1_1_routing_c_p_sat_wrapper.html#af9cf3c86b3e07b1f6761f3d12f04b068" > RoutingCPSatWrapper< / a >
2020-10-09 12:00:09 +02:00
, < a class = "el" href = "classoperations__research_1_1_routing_glop_wrapper.html#af9cf3c86b3e07b1f6761f3d12f04b068" > RoutingGlopWrapper< / a >
, < a class = "el" href = "classoperations__research_1_1_routing_linear_solver_wrapper.html#ab8bd6c2ebc0fe292221efda5c39de361" > RoutingLinearSolverWrapper< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > Clone()
: < a class = "el" href = "classoperations__research_1_1_interval_var_element.html#a731d293eb582eb1c2dd4b2949e131e2a" > IntervalVarElement< / a >
, < a class = "el" href = "classoperations__research_1_1_int_var_element.html#a549a14746ebdb1a5a3b658960ac33c61" > IntVarElement< / a >
, < a class = "el" href = "classoperations__research_1_1_sequence_var_element.html#a09452078e14cd15b7777c1d4889aa50b" > SequenceVarElement< / a >
< / li >
2019-07-05 00:25:55 +02:00
< li > CloseModel()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_model.html#add71470f4175a0859e6e3d69c2a53988" > RoutingModel< / a >
2019-07-05 00:25:55 +02:00
< / li >
< li > CloseModelWithParameters()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_model.html#aa79f8d482de4dd0ef86a1b54999686af" > RoutingModel< / a >
2019-07-05 00:25:55 +02:00
< / li >
< li > CloseVisitTypes()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_model.html#a822458cc9a9a6fa02e86af3e3a1e5c89" > RoutingModel< / a >
2019-07-05 00:25:55 +02:00
< / li >
< li > Commit()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_local_search_filter.html#abfb57ca737847644064b3accdddbc8ba" > LocalSearchFilter< / a >
2020-10-09 12:00:09 +02:00
, < a class = "el" href = "classoperations__research_1_1_local_search_state.html#aca6f43ce4724910499fa7cadb5caa01f" > LocalSearchState< / a >
, < a class = "el" href = "classoperations__research_1_1_path_state.html#aca6f43ce4724910499fa7cadb5caa01f" > PathState< / a >
, < a class = "el" href = "classoperations__research_1_1_unary_dimension_checker.html#aca6f43ce4724910499fa7cadb5caa01f" > UnaryDimensionChecker< / a >
2019-07-05 00:25:55 +02:00
< / li >
< li > CompactAndCheckAssignment()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_model.html#a3e87a7710617f6ac19dca14adad9c5a6" > RoutingModel< / a >
2019-07-05 00:25:55 +02:00
< / li >
< li > CompactAssignment()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_model.html#a1b7f20d14ae5261cb2f250c6e99f4383" > RoutingModel< / a >
2019-07-05 00:25:55 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > Compose()
2021-01-26 11:28:50 +01:00
: < a class = "el" href = "classoperations__research_1_1_solver.html#a685b066c4bdd6050e4be33c81104c10d" > Solver< / a >
2020-11-18 14:53:30 +01:00
< / li >
2020-01-31 17:22:59 +01:00
< li > compress_trail()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae509ed0583f7a74de5402f256f3cdf82" > PROTOBUF_FINAL< / a >
2019-06-13 15:51:12 +02:00
< / li >
< li > ComputeCumulCostWithoutFixedTransits()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_global_dimension_cumul_optimizer.html#a37e031693cddcfe82192d8f5b698c728" > GlobalDimensionCumulOptimizer< / a >
2019-06-13 15:51:12 +02:00
< / li >
< li > ComputeCumuls()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_global_dimension_cumul_optimizer.html#ad16ca01f8caa308ebdbacde31e032fc3" > GlobalDimensionCumulOptimizer< / a >
2019-06-13 15:51:12 +02:00
< / li >
2019-07-05 00:25:55 +02:00
< li > ComputeLowerBound()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_model.html#a045b5c068a5676ef3d3af9357621d7f7" > RoutingModel< / a >
2019-07-05 00:25:55 +02:00
< / li >
2019-06-13 15:51:12 +02:00
< li > ComputePackedCumuls()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_global_dimension_cumul_optimizer.html#aeb84f1547923110d3acd564d4d673af4" > GlobalDimensionCumulOptimizer< / a >
2019-06-13 15:51:12 +02:00
< / li >
< li > ComputePackedRouteCumuls()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_local_dimension_cumul_optimizer.html#ac8d866b9daf1876e81859fc2077b0fe2" > LocalDimensionCumulOptimizer< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > ComputePossibleFirstsAndLasts()
: < a class = "el" href = "classoperations__research_1_1_sequence_var.html#a01635a3b908310e048be6c6b85366bb8" > SequenceVar< / a >
< / li >
2019-06-13 15:51:12 +02:00
< li > ComputeRouteCumulCost()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_local_dimension_cumul_optimizer.html#a10cab4b73bfe12bef44924a47c5345b6" > LocalDimensionCumulOptimizer< / a >
2019-06-13 15:51:12 +02:00
< / li >
< li > ComputeRouteCumulCostWithoutFixedTransits()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_local_dimension_cumul_optimizer.html#a296e8d7e154740a84c59774f20a295ba" > LocalDimensionCumulOptimizer< / a >
2019-06-13 15:51:12 +02:00
< / li >
< li > ComputeRouteCumuls()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_local_dimension_cumul_optimizer.html#a161ed371fd2e35ef76b4539540bfcfd6" > LocalDimensionCumulOptimizer< / a >
2019-07-05 00:25:55 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > ComputeStatistics()
: < a class = "el" href = "classoperations__research_1_1_sequence_var.html#a31d0bb3a9647ebb39d997f77a1eff435" > SequenceVar< / a >
< / li >
< li > ConcatenateOperators()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_solver.html#ac44c377ec7016c6f5becdf42c42937ff" > Solver< / a >
2020-11-18 14:53:30 +01:00
< / li >
2020-01-27 13:48:26 +01:00
< li > ConsiderAlternatives()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_pair_relocate_operator.html#adc3462c9fc554035063b1fe871affa19" > PairRelocateOperator< / a >
, < a class = "el" href = "classoperations__research_1_1_path_operator.html#a0d3deb689556a77ed6f99860918d7f21" > PathOperator< / a >
2019-07-05 00:25:55 +02:00
< / li >
< li > ConsiderEmptyRouteCostsForVehicle()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_model.html#a7ccaa3133378da76d3fd5cdb560038ae" > RoutingModel< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > Constraint()
: < a class = "el" href = "classoperations__research_1_1_constraint.html#ad73d074eabf60c009e7ca6a16a5909e4" > Constraint< / a >
< / li >
2020-01-31 17:22:59 +01:00
< li > constraint_id()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a880a185c9ee2dd1fcf0f6d48262cb4e0" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > ConstraintRuns()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6173cd5ee59cdaba6ebc07ba5b183be0" > PROTOBUF_FINAL< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > constraints()
: < a class = "el" href = "classoperations__research_1_1_solver.html#a86ecff14fc3b94df60069a4bca94c06b" > Solver< / a >
< / li >
2020-01-31 17:22:59 +01:00
< li > ConstraintSolverParameters()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a00b030b85db7e8fbe77d4afb1c343070" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2019-06-13 15:51:12 +02:00
< li > Contains()
2020-11-18 14:53:30 +01:00
: < a class = "el" href = "classoperations__research_1_1_assignment.html#a60e7fa8388801a72e31391e8203a9464" > Assignment< / a >
, < a class = "el" href = "classoperations__research_1_1_assignment_container.html#a4beccbd8819d830e06223550b8ca6d10" > AssignmentContainer< V, E > < / a >
2021-04-27 23:00:03 +02:00
, < a class = "el" href = "classoperations__research_1_1_boolean_var.html#a75899b659afcf1f3cecb0a3d3c571d79" > BooleanVar< / a >
, < a class = "el" href = "classoperations__research_1_1_int_var.html#a0723abf37f7a5a8a604fd1bcd96a7be0" > IntVar< / a >
2019-06-13 15:51:12 +02:00
< / li >
< li > ContainsKey()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_rev_immutable_multi_map.html#a8f6b848968f58150836b9fba3dea4aef" > RevImmutableMultiMap< K, V > < / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-01-31 17:22:59 +01:00
< li > continuous_scheduling_solver()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab7dad8a86ad6abf3b607068aff25d083" > PROTOBUF_FINAL< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > Copy()
: < a class = "el" href = "classoperations__research_1_1_assignment.html#ac97eab84adb6cc33ae0124c944a4f8c7" > Assignment< / a >
, < a class = "el" href = "classoperations__research_1_1_assignment_container.html#a699655a0e89edf33816b4e40b2d2fcc4" > AssignmentContainer< V, E > < / a >
, < a class = "el" href = "classoperations__research_1_1_improvement_search_limit.html#aac0948fa90cbc174304a0f6c78d72e15" > ImprovementSearchLimit< / a >
, < a class = "el" href = "classoperations__research_1_1_interval_var_element.html#aaf5dd8c36d76222cfd555a1d3ffcc366" > IntervalVarElement< / a >
, < a class = "el" href = "classoperations__research_1_1_int_var_element.html#a055d26b7c759d2097e06ac802786b7b9" > IntVarElement< / a >
, < a class = "el" href = "classoperations__research_1_1_regular_limit.html#aac0948fa90cbc174304a0f6c78d72e15" > RegularLimit< / a >
, < a class = "el" href = "classoperations__research_1_1_search_limit.html#abeeb0e725bbe0c9cb3c632414658ab45" > SearchLimit< / a >
, < a class = "el" href = "classoperations__research_1_1_sequence_var_element.html#a96e5f3f4d26b72233af38a0d30e900e1" > SequenceVarElement< / a >
< / li >
2019-06-13 15:51:12 +02:00
< li > CopyFrom()
2021-01-26 11:28:50 +01:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8833e075ef8f8090c75efbe0ada224f7" > PROTOBUF_FINAL< / a >
2020-11-18 14:53:30 +01:00
< / li >
< li > CopyIntersection()
: < a class = "el" href = "classoperations__research_1_1_assignment.html#aad86dd69d5664ce8e16198be929fd941" > Assignment< / a >
, < a class = "el" href = "classoperations__research_1_1_assignment_container.html#a9159a0c131a3233d9a8a79dc7afa3c6e" > AssignmentContainer< V, E > < / a >
2019-06-13 15:51:12 +02:00
< / li >
2019-07-05 00:25:55 +02:00
< li > CostClass()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "structoperations__research_1_1_routing_model_1_1_cost_class.html#a15358ef4339f4d195684ff52c132a4dd" > RoutingModel::CostClass< / a >
2019-07-05 00:25:55 +02:00
< / li >
< li > CostsAreHomogeneousAcrossVehicles()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_model.html#ae0c21c6d4e99cb309b8b298d280e4853" > RoutingModel< / a >
2019-07-05 00:25:55 +02:00
< / li >
< li > CostVar()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_model.html#abcbe77312783c0a5aa4926ace764533b" > RoutingModel< / a >
2019-07-05 00:25:55 +02:00
< / li >
2020-01-27 13:48:26 +01:00
< li > CreateNewConstraint()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_c_p_sat_wrapper.html#aad45008823f0ecdab2258f5603233a28" > RoutingCPSatWrapper< / a >
, < a class = "el" href = "classoperations__research_1_1_routing_glop_wrapper.html#aad45008823f0ecdab2258f5603233a28" > RoutingGlopWrapper< / a >
, < a class = "el" href = "classoperations__research_1_1_routing_linear_solver_wrapper.html#abd20c644980c8ff8d122dad397f04f8e" > RoutingLinearSolverWrapper< / a >
2020-01-27 13:48:26 +01:00
< / li >
< li > CreateNewPositiveVariable()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_c_p_sat_wrapper.html#a314fad7efb918f0fe41673b65a44253c" > RoutingCPSatWrapper< / a >
, < a class = "el" href = "classoperations__research_1_1_routing_glop_wrapper.html#a314fad7efb918f0fe41673b65a44253c" > RoutingGlopWrapper< / a >
, < a class = "el" href = "classoperations__research_1_1_routing_linear_solver_wrapper.html#a6bcbec446b5474e98e50ef78544c82b0" > RoutingLinearSolverWrapper< / a >
2020-01-27 13:48:26 +01:00
< / li >
2020-11-18 14:53:30 +01:00
< li > crossed()
: < a class = "el" href = "classoperations__research_1_1_search_limit.html#ae874856cae71ff1b4391027b70f0c915" > SearchLimit< / a >
< / li >
2020-01-31 17:22:59 +01:00
< li > cumulative()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4ff4f27eeee9cbc0518f9216d7f9b9c9" > PROTOBUF_FINAL< / a >
2020-01-31 17:22:59 +01:00
< / li >
2019-08-07 18:01:08 -07:00
< li > CumulBoundsPropagator()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_cumul_bounds_propagator.html#aff8f29b2fce9f6447474ee6077af1b72" > CumulBoundsPropagator< / a >
2019-08-07 18:01:08 -07:00
< / li >
< li > CumulMax()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_cumul_bounds_propagator.html#a9fd8e875c97504d8d8121125decee57a" > CumulBoundsPropagator< / a >
2019-08-07 18:01:08 -07:00
< / li >
< li > CumulMin()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_cumul_bounds_propagator.html#af1f46eca007a484893dbde252abb8251" > CumulBoundsPropagator< / a >
2019-06-13 15:51:12 +02:00
< / li >
2019-07-05 00:25:55 +02:00
< li > cumuls()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_dimension.html#a1b6f521fdc9dff38b7e065c838fa54a3" > RoutingDimension< / a >
2019-07-05 00:25:55 +02:00
< / li >
< li > CumulVar()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_dimension.html#ae243b923995a2c77533bb9d3318535e4" > RoutingDimension< / a >
2019-07-05 00:25:55 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > CurrentlyInSolve()
: < a class = "el" href = "classoperations__research_1_1_solver.html#ab2613a9bd44c5b87559103fc66bfbda4" > Solver< / a >
< / li >
2020-04-23 15:34:43 +02:00
< li > CutChains()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_path_state.html#a22959d63e6d711063f610921fd2c1fa2" > PathState< / a >
2020-04-23 15:34:43 +02:00
< / li >
2019-06-13 15:51:12 +02:00
< / ul >
< / div > <!-- contents -->
2020-09-01 16:00:33 +02:00
< / div > <!-- doc - content -->
2019-08-07 18:01:08 -07:00
< / div >
2019-06-13 15:51:12 +02:00
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >