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: Graph</h1>
|
|
|
|
|
</div>
|
2021-09-30 01:18:45 +02:00
|
|
|
<!-- Generated by Doxygen 1.9.2 -->
|
2020-09-01 16:00:33 +02:00
|
|
|
<script type="text/javascript">
|
2021-09-30 01:18:45 +02:00
|
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
|
|
|
var searchBox = new SearchBox("searchBox", "search",'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">
|
2021-09-30 01:18:45 +02:00
|
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
2020-09-01 16:00:33 +02:00
|
|
|
$(function() {
|
|
|
|
|
initMenu('',true,false,'search.php','Search');
|
|
|
|
|
$(document).ready(function() { init_search(); });
|
|
|
|
|
});
|
2021-09-30 01:18:45 +02:00
|
|
|
/* @license-end */
|
|
|
|
|
</script>
|
2020-09-01 16:00:33 +02:00
|
|
|
<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">
|
2021-09-30 01:18:45 +02:00
|
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
|
|
|
$(document).ready(function(){initNavTree('functions_eval.html',''); initResizable(); });
|
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">
|
|
|
|
|
 <ul>
|
2021-09-30 01:18:45 +02:00
|
|
|
<li>BAD_COST_RANGE : <a class="el" href="classoperations__research_1_1_min_cost_flow_base.html#a67a0db04d321a74b7e7fcfd3f1a3f70bac4a203c4d1b6ee01ef2494cf7bc90e88">MinCostFlowBase</a></li>
|
|
|
|
|
<li>BAD_INPUT : <a class="el" href="classoperations__research_1_1_max_flow_status_class.html#a67a0db04d321a74b7e7fcfd3f1a3f70bac2811be86dd03c6735e3b0db51ad914f">MaxFlowStatusClass</a>, <a class="el" href="classoperations__research_1_1_simple_max_flow.html#a67a0db04d321a74b7e7fcfd3f1a3f70bac2811be86dd03c6735e3b0db51ad914f">SimpleMaxFlow</a></li>
|
|
|
|
|
<li>BAD_RESULT : <a class="el" href="classoperations__research_1_1_max_flow_status_class.html#a67a0db04d321a74b7e7fcfd3f1a3f70bac76ecfd837bdc6d4150bb02c403356e4">MaxFlowStatusClass</a>, <a class="el" href="classoperations__research_1_1_min_cost_flow_base.html#a67a0db04d321a74b7e7fcfd3f1a3f70bac76ecfd837bdc6d4150bb02c403356e4">MinCostFlowBase</a>, <a class="el" href="classoperations__research_1_1_simple_max_flow.html#a67a0db04d321a74b7e7fcfd3f1a3f70bac76ecfd837bdc6d4150bb02c403356e4">SimpleMaxFlow</a></li>
|
|
|
|
|
<li>FEASIBLE : <a class="el" href="classoperations__research_1_1_min_cost_flow_base.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba03f919221217f95d21a593a7120165e1">MinCostFlowBase</a></li>
|
|
|
|
|
<li>HeldWolfeCrowder : <a class="el" href="structoperations__research_1_1_traveling_salesman_lower_bound_parameters.html#a5e41188f16a381c8915a17a22228e691aab5026cdecee6d30b78813ed209bbba3">TravelingSalesmanLowerBoundParameters</a></li>
|
|
|
|
|
<li>INFEASIBLE : <a class="el" href="classoperations__research_1_1_min_cost_flow_base.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba2884fa43446c0cbc9c7a9b74d41d7483">MinCostFlowBase</a></li>
|
|
|
|
|
<li>INT_OVERFLOW : <a class="el" href="classoperations__research_1_1_max_flow_status_class.html#a67a0db04d321a74b7e7fcfd3f1a3f70baef3d63bf3419a0e33cd86b58fadc640b">MaxFlowStatusClass</a></li>
|
|
|
|
|
<li>kArcFieldNumber : <a class="el" href="classoperations__research_1_1_flow_model.html#a3cf8f3fa94653642c64632b03b9e889cae0b3bc18c8f5dd7cea3c795bbf95c8ad">FlowModel</a></li>
|
|
|
|
|
<li>kCapacityFieldNumber : <a class="el" href="classoperations__research_1_1_arc.html#a227c705f12e74b62d986a994aec4813ba440249ed44d37808cd265d63ddd9fa4c">Arc</a></li>
|
|
|
|
|
<li>kHeadNodeIdFieldNumber : <a class="el" href="classoperations__research_1_1_arc.html#a227c705f12e74b62d986a994aec4813bab9a0de192a3337fa2f990284e0244f4f">Arc</a></li>
|
|
|
|
|
<li>kIdFieldNumber : <a class="el" href="classoperations__research_1_1_node.html#a4029f33800c86a70c6257338ef75c3cda58b1dcbdcd83054c89252f3376d0e6ab">Node</a></li>
|
|
|
|
|
<li>kNodeFieldNumber : <a class="el" href="classoperations__research_1_1_flow_model.html#a3cf8f3fa94653642c64632b03b9e889ca86c1ee2903078e575ef81af5a421ba34">FlowModel</a></li>
|
|
|
|
|
<li>kProblemTypeFieldNumber : <a class="el" href="classoperations__research_1_1_flow_model.html#a3cf8f3fa94653642c64632b03b9e889ca747dcead3be2e4147507677cec1758b8">FlowModel</a></li>
|
|
|
|
|
<li>kSupplyFieldNumber : <a class="el" href="classoperations__research_1_1_node.html#a4029f33800c86a70c6257338ef75c3cda097dc723fafd4a3d3fd3271a9dd64b04">Node</a></li>
|
|
|
|
|
<li>kTailNodeIdFieldNumber : <a class="el" href="classoperations__research_1_1_arc.html#a227c705f12e74b62d986a994aec4813ba7b88ca7dbfaef6747b3683b7a79d91de">Arc</a></li>
|
|
|
|
|
<li>kUnitCostFieldNumber : <a class="el" href="classoperations__research_1_1_arc.html#a227c705f12e74b62d986a994aec4813bad2de5f33d6a3549d92e44fe59f40a328">Arc</a></li>
|
|
|
|
|
<li>NOT_SOLVED : <a class="el" href="classoperations__research_1_1_max_flow_status_class.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba0e6873a155f86a4695f463bf8601d05f">MaxFlowStatusClass</a>, <a class="el" href="classoperations__research_1_1_min_cost_flow_base.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba0e6873a155f86a4695f463bf8601d05f">MinCostFlowBase</a></li>
|
|
|
|
|
<li>OPTIMAL : <a class="el" href="classoperations__research_1_1_max_flow_status_class.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba2579881e7c83261bc21bafb5a5c92cad">MaxFlowStatusClass</a>, <a class="el" href="classoperations__research_1_1_min_cost_flow_base.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba2579881e7c83261bc21bafb5a5c92cad">MinCostFlowBase</a>, <a class="el" href="classoperations__research_1_1_simple_max_flow.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba2579881e7c83261bc21bafb5a5c92cad">SimpleMaxFlow</a></li>
|
|
|
|
|
<li>POSSIBLE_OVERFLOW : <a class="el" href="classoperations__research_1_1_simple_max_flow.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba63e6c2750d99f3c548e6a08bb6822fe2">SimpleMaxFlow</a></li>
|
|
|
|
|
<li>UNBALANCED : <a class="el" href="classoperations__research_1_1_min_cost_flow_base.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba6a2175a75814f119266396a0e9681718">MinCostFlowBase</a></li>
|
|
|
|
|
<li>VolgenantJonker : <a class="el" href="structoperations__research_1_1_traveling_salesman_lower_bound_parameters.html#a5e41188f16a381c8915a17a22228e691a324779d0e6f33b00553606d001821935">TravelingSalesmanLowerBoundParameters</a></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>
|