205 lines
12 KiB
HTML
205 lines
12 KiB
HTML
<!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"/>-->
|
|
<link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="banner-container">
|
|
<div id="banner">
|
|
<span id="sfml">Google OR-Tools 7.3</span>
|
|
</div>
|
|
</div>
|
|
<div id="content" style="width: 100%; overflow: hidden;">
|
|
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
|
|
<h2>C++ Reference</h2>
|
|
<ul>
|
|
<li><a href="../cpp_algorithms/annotated.html">Algorithms</a></li>
|
|
<li><a href="../cpp_sat/annotated.html">CP-SAT</a></li>
|
|
<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>
|
|
<div id="content">
|
|
<div align="center">
|
|
<h1 style="color: #145A32;">C++ Reference: Graph</h1>
|
|
</div>
|
|
<!-- Generated by Doxygen 1.8.15 -->
|
|
<div id="navrow1" class="tabs">
|
|
<ul class="tablist">
|
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
|
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
|
|
<li><a href="files.html"><span>Files</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="navrow3" class="tabs2">
|
|
<ul class="tablist">
|
|
<li class="current"><a href="functions.html"><span>All</span></a></li>
|
|
<li><a href="functions_func.html"><span>Functions</span></a></li>
|
|
<li><a href="functions_vars.html"><span>Variables</span></a></li>
|
|
<li><a href="functions_type.html"><span>Typedefs</span></a></li>
|
|
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
|
|
<li><a href="functions_eval.html"><span>Enumerator</span></a></li>
|
|
<li><a href="functions_rela.html"><span>Related Functions</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="navrow4" class="tabs3">
|
|
<ul class="tablist">
|
|
<li><a href="functions.html#index_a"><span>a</span></a></li>
|
|
<li><a href="functions_b.html#index_b"><span>b</span></a></li>
|
|
<li class="current"><a href="functions_c.html#index_c"><span>c</span></a></li>
|
|
<li><a href="functions_d.html#index_d"><span>d</span></a></li>
|
|
<li><a href="functions_e.html#index_e"><span>e</span></a></li>
|
|
<li><a href="functions_f.html#index_f"><span>f</span></a></li>
|
|
<li><a href="functions_g.html#index_g"><span>g</span></a></li>
|
|
<li><a href="functions_h.html#index_h"><span>h</span></a></li>
|
|
<li><a href="functions_i.html#index_i"><span>i</span></a></li>
|
|
<li><a href="functions_k.html#index_k"><span>k</span></a></li>
|
|
<li><a href="functions_l.html#index_l"><span>l</span></a></li>
|
|
<li><a href="functions_m.html#index_m"><span>m</span></a></li>
|
|
<li><a href="functions_n.html#index_n"><span>n</span></a></li>
|
|
<li><a href="functions_o.html#index_o"><span>o</span></a></li>
|
|
<li><a href="functions_p.html#index_p"><span>p</span></a></li>
|
|
<li><a href="functions_r.html#index_r"><span>r</span></a></li>
|
|
<li><a href="functions_s.html#index_s"><span>s</span></a></li>
|
|
<li><a href="functions_t.html#index_t"><span>t</span></a></li>
|
|
<li><a href="functions_u.html#index_u"><span>u</span></a></li>
|
|
<li><a href="functions_v.html#index_v"><span>v</span></a></li>
|
|
<li><a href="functions_z.html#index_z"><span>z</span></a></li>
|
|
<li><a href="functions_~.html#index__7E"><span>~</span></a></li>
|
|
</ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="contents">
|
|
<div class="textblock">Here is a list of all class members with links to the classes they belong to:</div>
|
|
|
|
<h3><a id="index_c"></a>- c -</h3><ul>
|
|
<li>Capacity()
|
|
: <a class="el" href="classoperations__research_1_1GenericMaxFlow.html#a9dcd8610149406a1593d2a0725290482">GenericMaxFlow< Graph ></a>
|
|
, <a class="el" href="classoperations__research_1_1GenericMinCostFlow.html#a9dcd8610149406a1593d2a0725290482">GenericMinCostFlow< Graph, ArcFlowType, ArcScaledCostType ></a>
|
|
, <a class="el" href="classoperations__research_1_1SimpleMaxFlow.html#a9dcd8610149406a1593d2a0725290482">SimpleMaxFlow</a>
|
|
, <a class="el" href="classoperations__research_1_1SimpleMinCostFlow.html#a9dcd8610149406a1593d2a0725290482">SimpleMinCostFlow</a>
|
|
</li>
|
|
<li>capacity()
|
|
: <a class="el" href="classutil_1_1SVector.html#ad14f726e7d9d1e7c71a6b1c652bb2c19">SVector< T ></a>
|
|
</li>
|
|
<li>Cardinality()
|
|
: <a class="el" href="classoperations__research_1_1Set.html#a879ebf910431019a01f98d0865749c8d">Set< Integer ></a>
|
|
</li>
|
|
<li>ChangeCostMatrix()
|
|
: <a class="el" href="classoperations__research_1_1HamiltonianPathSolver.html#a19edb994fca04e71736cf3a8d62d7a73">HamiltonianPathSolver< CostType, CostFunction ></a>
|
|
</li>
|
|
<li>check_input_
|
|
: <a class="el" href="classoperations__research_1_1GenericMaxFlow.html#ad96578b8ab41d25a3daa9f219c168b9f">GenericMaxFlow< Graph ></a>
|
|
</li>
|
|
<li>check_result_
|
|
: <a class="el" href="classoperations__research_1_1GenericMaxFlow.html#a876e41aaef1635d059d9d79dd08bbfc3">GenericMaxFlow< Graph ></a>
|
|
</li>
|
|
<li>CheckArcBounds()
|
|
: <a class="el" href="classoperations__research_1_1EbertGraph.html#ac6532804a8bcf9ca89e41b0e3139d5fb">EbertGraph< NodeIndexType, ArcIndexType ></a>
|
|
, <a class="el" href="classoperations__research_1_1ForwardEbertGraph.html#ac6532804a8bcf9ca89e41b0e3139d5fb">ForwardEbertGraph< NodeIndexType, ArcIndexType ></a>
|
|
, <a class="el" href="classoperations__research_1_1ForwardStaticGraph.html#ac6532804a8bcf9ca89e41b0e3139d5fb">ForwardStaticGraph< NodeIndexType, ArcIndexType ></a>
|
|
</li>
|
|
<li>CheckArcValidity()
|
|
: <a class="el" href="classoperations__research_1_1EbertGraph.html#a553e5eeb2887a1d7663e1200b7466e6c">EbertGraph< NodeIndexType, ArcIndexType ></a>
|
|
, <a class="el" href="classoperations__research_1_1ForwardEbertGraph.html#a553e5eeb2887a1d7663e1200b7466e6c">ForwardEbertGraph< NodeIndexType, ArcIndexType ></a>
|
|
, <a class="el" href="classoperations__research_1_1ForwardStaticGraph.html#a553e5eeb2887a1d7663e1200b7466e6c">ForwardStaticGraph< NodeIndexType, ArcIndexType ></a>
|
|
</li>
|
|
<li>CheckFeasibility()
|
|
: <a class="el" href="classoperations__research_1_1GenericMinCostFlow.html#a92607deae80e69a2a63cc2d8f5205bd5">GenericMinCostFlow< Graph, ArcFlowType, ArcScaledCostType ></a>
|
|
</li>
|
|
<li>CheckInputConsistency()
|
|
: <a class="el" href="classoperations__research_1_1GenericMaxFlow.html#a12ffc143b8d66de80c07572cc8509037">GenericMaxFlow< Graph ></a>
|
|
</li>
|
|
<li>CheckRelabelPrecondition()
|
|
: <a class="el" href="classoperations__research_1_1GenericMaxFlow.html#a2a555ba2dc0a468e6fee4a0665b12272">GenericMaxFlow< Graph ></a>
|
|
</li>
|
|
<li>CheckResult()
|
|
: <a class="el" href="classoperations__research_1_1GenericMaxFlow.html#aac87a51b41d88b6976a12007bae9b91d">GenericMaxFlow< Graph ></a>
|
|
</li>
|
|
<li>CheckTailIndexValidity()
|
|
: <a class="el" href="classoperations__research_1_1ForwardEbertGraph.html#a6832ebe70da89cb9d2efea26a823d204">ForwardEbertGraph< NodeIndexType, ArcIndexType ></a>
|
|
, <a class="el" href="classoperations__research_1_1ForwardStaticGraph.html#a6832ebe70da89cb9d2efea26a823d204">ForwardStaticGraph< NodeIndexType, ArcIndexType ></a>
|
|
</li>
|
|
<li>ChristofidesPathSolver()
|
|
: <a class="el" href="classoperations__research_1_1ChristofidesPathSolver.html#a87145cf1f5a36d27fd856596a23d495a">ChristofidesPathSolver< CostType, ArcIndex, NodeIndex, CostFunction ></a>
|
|
</li>
|
|
<li>Clear()
|
|
: <a class="el" href="classoperations__research_1_1PriorityQueueWithRestrictedPush.html#aa71d36872f416feaa853788a7a7a7ef8">PriorityQueueWithRestrictedPush< Element, IntegerPriority ></a>
|
|
</li>
|
|
<li>clear()
|
|
: <a class="el" href="classutil_1_1SVector.html#ac8bb3912a3ce86b15842e79d0b421204">SVector< T ></a>
|
|
</li>
|
|
<li>clear_and_dealloc()
|
|
: <a class="el" href="classutil_1_1SVector.html#a631f9ba7174b41f44c98433a026e2f7a">SVector< T ></a>
|
|
</li>
|
|
<li>CliqueCallback
|
|
: <a class="el" href="classoperations__research_1_1BronKerboschAlgorithm.html#aff90108523eb5a8ec3549adc67355aa1">BronKerboschAlgorithm< NodeIndex ></a>
|
|
</li>
|
|
<li>CompleteBipartiteGraph()
|
|
: <a class="el" href="classutil_1_1CompleteBipartiteGraph.html#a98b1112f3c64c1c28699c93b952ebf4e">CompleteBipartiteGraph< NodeIndexType, ArcIndexType ></a>
|
|
</li>
|
|
<li>CompleteGraph()
|
|
: <a class="el" href="classutil_1_1CompleteGraph.html#a3d64d2842e97ec8cd6d6e95208ead70f">CompleteGraph< NodeIndexType, ArcIndexType ></a>
|
|
</li>
|
|
<li>CompressPath()
|
|
: <a class="el" href="classoperations__research_1_1ConnectedComponents.html#aeaa04a98ce83a11cc8260f15b7ceb6ce">ConnectedComponents< NodeIndex, ArcIndex ></a>
|
|
</li>
|
|
<li>ComputeAssignment()
|
|
: <a class="el" href="classoperations__research_1_1LinearSumAssignment.html#a63b3d12e721188086870cc42cc46a258">LinearSumAssignment< GraphType ></a>
|
|
</li>
|
|
<li>ComputeCumulativeSum()
|
|
: <a class="el" href="classutil_1_1BaseGraph.html#aacbf67d9ee658147495316e1ac2c83f2">BaseGraph< NodeIndexType, ArcIndexType, HasReverseArcs ></a>
|
|
</li>
|
|
<li>ComputeReachableNodes()
|
|
: <a class="el" href="classoperations__research_1_1GenericMaxFlow.html#ac0290c8f8892c50d7b29e9770fda4923">GenericMaxFlow< Graph ></a>
|
|
</li>
|
|
<li>Connected()
|
|
: <a class="el" href="classConnectedComponentsFinder.html#ac7782f36c09257f370347166e02480f1">ConnectedComponentsFinder< T, CompareOrHashT ></a>
|
|
, <a class="el" href="classDenseConnectedComponentsFinder.html#a962b54327591b21cc0a9273f78906a8b">DenseConnectedComponentsFinder</a>
|
|
</li>
|
|
<li>ConnectedComponents()
|
|
: <a class="el" href="classoperations__research_1_1ConnectedComponents.html#a04bf0bd47cf349309302338120f12465">ConnectedComponents< NodeIndex, ArcIndex ></a>
|
|
</li>
|
|
<li>ConnectedComponentsFinder()
|
|
: <a class="el" href="classConnectedComponentsFinder.html#a9d3b69f74c9aa5e8ddbf4e4056320a66">ConnectedComponentsFinder< T, CompareOrHashT ></a>
|
|
</li>
|
|
<li>const_capacities_
|
|
: <a class="el" href="classutil_1_1BaseGraph.html#a8b5cdcc274a624bd9059f95d70659fb9">BaseGraph< NodeIndexType, ArcIndexType, HasReverseArcs ></a>
|
|
</li>
|
|
<li>const_iterator
|
|
: <a class="el" href="classutil_1_1BeginEndWrapper.html#a9e2888aae0cedaa5259e4e54d0d9049e">BeginEndWrapper< Iterator ></a>
|
|
</li>
|
|
<li>Contains()
|
|
: <a class="el" href="classoperations__research_1_1Set.html#a0faec65dbf29460ec59dfa75d0536efb">Set< Integer ></a>
|
|
</li>
|
|
<li>CostValueCycleHandler()
|
|
: <a class="el" href="classoperations__research_1_1CostValueCycleHandler.html#a8bd36eabd11be9f5c4e3094418412544">CostValueCycleHandler< ArcIndexType ></a>
|
|
</li>
|
|
<li>CreateFlowModel()
|
|
: <a class="el" href="classoperations__research_1_1GenericMaxFlow.html#afbd2be8210b3c04ac5ee3a879f1e62de">GenericMaxFlow< Graph ></a>
|
|
</li>
|
|
<li>CreateFlowModelOfLastSolve()
|
|
: <a class="el" href="classoperations__research_1_1SimpleMaxFlow.html#a4d39b4f2db0792ccce2a922c74f43ecf">SimpleMaxFlow</a>
|
|
</li>
|
|
<li>CycleHandlerForAnnotatedArcs()
|
|
: <a class="el" href="classoperations__research_1_1EbertGraphBase_1_1CycleHandlerForAnnotatedArcs.html#a98dbfe5b691e0943198565a525d17886">EbertGraphBase< NodeIndexType, ArcIndexType, DerivedGraph >::CycleHandlerForAnnotatedArcs</a>
|
|
, <a class="el" href="classoperations__research_1_1ForwardStaticGraph_1_1CycleHandlerForAnnotatedArcs.html#a3764aae97c7333c95ea9f99a176e98df">ForwardStaticGraph< NodeIndexType, ArcIndexType >::CycleHandlerForAnnotatedArcs</a>
|
|
</li>
|
|
</ul>
|
|
</div><!-- contents -->
|
|
</div>
|
|
</div>
|
|
<div id="footer-container">
|
|
<div id="footer">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|