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-09-20 15:57:27 +02:00
< span id = "sfml" > Google OR-Tools 9.1< / 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-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
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-09-20 15:57:27 +02:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
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 */
2021-09-20 15:57:27 +02:00
$(document).ready(function(){initNavTree('functions_func_n.html','');});
2020-09-01 16:00:33 +02:00
/* @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_n" > < / a > - n -< / h3 > < ul >
< li > name()
2020-11-18 14:53:30 +01:00
: < a class = "el" href = "classoperations__research_1_1_propagation_base_object.html#a6a119daa8b83c3aaffdb6e11fac1f97e" > PropagationBaseObject< / a >
, < a class = "el" href = "classoperations__research_1_1_routing_dimension.html#ad8227ba86a01f26e4f173cd5e219d5d1" > RoutingDimension< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-01-31 17:22:59 +01:00
< li > name_all_variables()
2021-09-20 15:57:27 +02:00
: < a class = "el" href = "classoperations__research_1_1_constraint_solver_parameters.html#a362e20b7d2e67a216c9d91c8d51f7dcc" > ConstraintSolverParameters< / a >
2020-01-31 17:22:59 +01:00
< / li >
< li > name_cast_variables()
2021-09-20 15:57:27 +02:00
: < a class = "el" href = "classoperations__research_1_1_constraint_solver_parameters.html#a3badeed7a8cc2b19cba09c2def419185" > ConstraintSolverParameters< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > NameAllVariables()
: < a class = "el" href = "classoperations__research_1_1_solver.html#ac50a9f394a6fc3e1707074bccd8bd334" > Solver< / a >
< / li >
< li > neighbors()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_solver.html#a01de90d2d6125531affa1d82bee7efe9" > Solver< / a >
2020-11-18 14:53:30 +01:00
< / li >
2019-06-13 15:51:12 +02:00
< li > New()
2021-09-20 15:57:27 +02:00
: < a class = "el" href = "classoperations__research_1_1_assignment_proto.html#a77ebcc86b8aaebd4123c0a5b76581594" > AssignmentProto< / a >
, < a class = "el" href = "classoperations__research_1_1_constraint_runs.html#aaf28055bc597db0d4c2a0d7202b2c7ba" > ConstraintRuns< / a >
, < a class = "el" href = "classoperations__research_1_1_constraint_solver_parameters.html#a92d41cbf786f4253bcb120e63e73b64f" > ConstraintSolverParameters< / a >
, < a class = "el" href = "classoperations__research_1_1_demon_runs.html#a574b8c01771e7389075c8b6295b880cd" > DemonRuns< / a >
, < a class = "el" href = "classoperations__research_1_1_first_solution_strategy.html#a9bcc18694c23222e0188f83f9fdcfbaa" > FirstSolutionStrategy< / a >
, < a class = "el" href = "classoperations__research_1_1_interval_var_assignment.html#aba3cdb29d63a80d0053c3b85358ee682" > IntervalVarAssignment< / a >
, < a class = "el" href = "classoperations__research_1_1_int_var_assignment.html#a427e451b05bbb9b0a27eab50fffff6c5" > IntVarAssignment< / a >
, < a class = "el" href = "classoperations__research_1_1_local_search_metaheuristic.html#a7ddef032dc866d7f0c7f21cc1a4b5b94" > LocalSearchMetaheuristic< / a >
, < a class = "el" href = "classoperations__research_1_1_regular_limit_parameters.html#a27d8c62e0873b4b80c943514ac974c6f" > RegularLimitParameters< / a >
, < a class = "el" href = "classoperations__research_1_1_routing_model_parameters.html#ad0daaf0ba566cbf9b60f5e2cce65e369" > RoutingModelParameters< / a >
, < a class = "el" href = "classoperations__research_1_1_routing_search_parameters.html#a8d927cbe6a4d80aac08cd3fb7ae02ad1" > RoutingSearchParameters< / a >
, < a class = "el" href = "classoperations__research_1_1_routing_search_parameters___improvement_search_limit_parameters.html#a67df770006002a56a179185d2340ee8f" > RoutingSearchParameters_ImprovementSearchLimitParameters< / a >
, < a class = "el" href = "classoperations__research_1_1_routing_search_parameters___local_search_neighborhood_operators.html#ab2b0972a080542f96dc049d7e0060235" > RoutingSearchParameters_LocalSearchNeighborhoodOperators< / a >
, < a class = "el" href = "classoperations__research_1_1_sequence_var_assignment.html#a04aa17f9f89c51bc9ae8a2ed549a9158" > SequenceVarAssignment< / a >
, < a class = "el" href = "classoperations__research_1_1_worker_info.html#a085972b40a2c9c29dfb3c604a11a57fd" > WorkerInfo< / a >
2020-11-18 14:53:30 +01:00
< / li >
< li > NewSearch()
2021-09-20 15:57:27 +02:00
: < a class = "el" href = "classoperations__research_1_1_solver.html#af71de254f80c10584696d5285aca5183" > Solver< / a >
2019-06-13 15:51:12 +02:00
< / li >
< li > Next()
2020-11-18 14:53:30 +01:00
: < a class = "el" href = "classoperations__research_1_1_decision_builder.html#a68bbb37d42da9d7b82145b3bf435dbc3" > DecisionBuilder< / a >
, < a class = "el" href = "classoperations__research_1_1_int_var_iterator.html#a5e6ce1b8883cf6764780b7108dbb8495" > IntVarIterator< / a >
2021-04-27 23:00:03 +02:00
, < a class = "el" href = "classoperations__research_1_1_path_operator.html#a5f9e1016a5bb6a7d5cded8599a50fce1" > PathOperator< / a >
, < a class = "el" href = "classoperations__research_1_1_routing_model.html#aa1e8634ca9564e23a832de7479ba34ba" > RoutingModel< / a >
2020-11-18 14:53:30 +01:00
, < a class = "el" href = "classoperations__research_1_1_sequence_var.html#a48652126caaa7e7311103d6820a5c79c" > SequenceVar< / a >
2019-06-13 15:51:12 +02:00
< / li >
< li > NextFragment()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_base_lns.html#a3de0e8f828ff8c805575512db8e89c75" > BaseLns< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > nexts()
: < a class = "el" href = "classoperations__research_1_1_disjunctive_constraint.html#ac2f8f693dccb6e7ff7721b78b824c36a" > DisjunctiveConstraint< / a >
< / li >
2019-07-05 00:25:55 +02:00
< li > Nexts()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_model.html#aad154b31953d2b467bbac3e4ac696cd6" > RoutingModel< / a >
2019-07-05 00:25:55 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > NextSolution()
: < a class = "el" href = "classoperations__research_1_1_solver.html#ab9b8c3ea993ee19fd9cb68fb3240e09f" > Solver< / a >
< / li >
2019-07-05 00:25:55 +02:00
< li > NextVar()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_model.html#a4209540656ca0ede6aa582f751e6fd3f" > RoutingModel< / a >
2019-07-05 00:25:55 +02:00
< / li >
2020-04-23 15:34:43 +02:00
< li > NodeRange()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_path_state_1_1_node_range.html#a62c92ae5de8cb2b3fa9dfca7bd901511" > PathState::NodeRange< / a >
2020-04-23 15:34:43 +02:00
< / li >
< li > Nodes()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_path_state.html#ad0e29cdb036855a59ad39d46e3cb03b2" > PathState< / a >
2020-04-23 15:34:43 +02:00
< / li >
2019-07-05 00:25:55 +02:00
< li > nodes()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_model.html#a0f38add802397fef1f57b7d90ccd5aef" > RoutingModel< / a >
2019-07-05 00:25:55 +02:00
< / li >
< li > NodesToIndices()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_index_manager.html#a38882911d9f2f5b79bf4ed7389653093" > RoutingIndexManager< / a >
2019-07-05 00:25:55 +02:00
< / li >
< li > NodeToIndex()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_index_manager.html#ac668c6a556f23e8f2ab92616c7594e4b" > RoutingIndexManager< / a >
2019-07-05 00:25:55 +02:00
< / li >
2019-06-13 15:51:12 +02:00
< li > NoMoreSolutions()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_search_log.html#a970b194bb0e12ae42db1f1b3ca7ba43e" > SearchLog< / a >
2020-11-18 14:53:30 +01:00
, < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a6c85276e75542eb410f09b0ccd78379b" > SearchMonitor< / a >
< / li >
< li > Now()
: < a class = "el" href = "classoperations__research_1_1_solver.html#a372a74e1d5fc647d81a043b81075422d" > Solver< / a >
2019-06-13 15:51:12 +02:00
< / li >
2019-07-05 00:25:55 +02:00
< li > num_indices()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_index_manager.html#ae7309bcc0f1a1e238ad7501f1b553ef2" > RoutingIndexManager< / a >
2019-07-05 00:25:55 +02:00
< / li >
2019-06-13 15:51:12 +02:00
< li > num_items()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_rev_immutable_multi_map.html#ab273f390966237d6f5cdb9c45f5361d6" > RevImmutableMultiMap< K, V > < / a >
2019-06-13 15:51:12 +02:00
< / li >
2019-07-05 00:25:55 +02:00
< li > num_nodes()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_index_manager.html#a90e3616a403cd3f26b9aae1ffe0ec76c" > RoutingIndexManager< / a >
2019-07-05 00:25:55 +02:00
< / li >
< li > num_unique_depots()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_index_manager.html#a77ea1e8bec366bf225bad6732c7eec63" > RoutingIndexManager< / a >
2019-07-05 00:25:55 +02:00
< / li >
< li > num_vehicles()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_index_manager.html#ad422f8593b66956120c8a5b1959b2623" > RoutingIndexManager< / a >
2019-07-05 00:25:55 +02:00
< / li >
2019-06-13 15:51:12 +02:00
< li > number_of_nexts()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_path_operator.html#a208d45797eebd7cad439cc43b049103d" > PathOperator< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-01-31 17:22:59 +01:00
< li > number_of_solutions_to_collect()
2021-09-20 15:57:27 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_search_parameters.html#a2a0fd7ce08b3bdbcffa69f132fb4b963" > RoutingSearchParameters< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > NumericalRev()
: < a class = "el" href = "classoperations__research_1_1_numerical_rev.html#a32c6aa2b614e866158426d0ffc43dc55" > NumericalRev< T > < / a >
< / li >
< li > NumericalRevArray()
: < a class = "el" href = "classoperations__research_1_1_numerical_rev_array.html#a3a0219adafe884709e47adad37885e7e" > NumericalRevArray< T > < / a >
< / li >
2019-06-13 15:51:12 +02:00
< li > NumFirstRanked()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_rev_partial_sequence.html#a4bb9c257807ee5c22729df7e1b008571" > RevPartialSequence< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > NumIntervalVars()
: < a class = "el" href = "classoperations__research_1_1_assignment.html#aadb464257cdb5eba70a5969af94c0e91" > Assignment< / a >
< / li >
< li > NumIntVars()
: < a class = "el" href = "classoperations__research_1_1_assignment.html#adc0a2632bffdcc3b422a33cda362a294" > Assignment< / a >
< / li >
2019-06-13 15:51:12 +02:00
< li > NumLastRanked()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_rev_partial_sequence.html#a26a014b275560d5f40a7fed763efc5b3" > RevPartialSequence< / a >
2019-06-13 15:51:12 +02:00
< / li >
2020-04-23 15:34:43 +02:00
< li > NumNodes()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_path_state_1_1_chain.html#af7b62ca470d8de1c1dde577b04671fa7" > PathState::Chain< / a >
, < a class = "el" href = "classoperations__research_1_1_path_state.html#af7b62ca470d8de1c1dde577b04671fa7" > PathState< / a >
2020-04-23 15:34:43 +02:00
< / li >
2019-07-05 00:25:55 +02:00
< li > NumPaths()
2021-04-27 23:00:03 +02:00
: < a class = "el" href = "classoperations__research_1_1_path_state.html#a0d16eaa2f4cc0dbde0c88126021ec34e" > PathState< / a >
2019-07-05 00:25:55 +02:00
< / li >
2020-11-18 14:53:30 +01:00
< li > NumSequenceVars()
: < a class = "el" href = "classoperations__research_1_1_assignment.html#a3818299a4be6ab80f11814fbc6654395" > Assignment< / a >
< / li >
2020-09-01 16:00:33 +02:00
< li > NumTypes()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "structoperations__research_1_1_routing_model_1_1_vehicle_type_container.html#aa3c0b35c06027c12fb62729bc65046e0" > RoutingModel::VehicleTypeContainer< / a >
2020-09-01 16:00:33 +02:00
< / li >
2020-01-27 13:48:26 +01:00
< li > NumVariables()
2020-10-09 12:00:09 +02:00
: < a class = "el" href = "classoperations__research_1_1_routing_c_p_sat_wrapper.html#a0d53b135116dda43796783fc1c812f83" > RoutingCPSatWrapper< / a >
, < a class = "el" href = "classoperations__research_1_1_routing_glop_wrapper.html#a0d53b135116dda43796783fc1c812f83" > RoutingGlopWrapper< / a >
, < a class = "el" href = "classoperations__research_1_1_routing_linear_solver_wrapper.html#a155f6032f05d373d7375078c1be4a01b" > RoutingLinearSolverWrapper< / a >
2020-01-27 13:48:26 +01: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 >