2020-09-01 16:00:33 +02:00
<!-- HTML header for doxygen 1.8.18 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2021-09-20 15:57:27 +02:00
< meta name = "generator" content = "Doxygen 1.8.15" / >
2020-09-01 16:00:33 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: graph.h Source File< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
2021-09-20 15:57:27 +02:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */< / script >
2020-09-01 16:00:33 +02:00
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "styleSheet.tmp.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectlogo" > < img alt = "Logo" src = "orLogo.png" / > < / td >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > OR-Tools
2021-09-20 15:57:27 +02:00
  < span id = "projectnumber" > 9.1< / span >
2020-09-01 16:00:33 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
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 >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / 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('graph_8h_source.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 >
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > graph.h< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2021-09-20 15:57:27 +02:00
< a href = "graph_8h.html" > Go to the documentation of this file.< / a > < div class = "fragment" > < div class = "line" > < a name = "l00001" > < / a > < span class = "lineno" > 1< / span >   < span class = "comment" > // Copyright 2010-2021 Google LLC< / span > < / div > < div class = "line" > < a name = "l00002" > < / a > < span class = "lineno" > 2< / span >   < span class = "comment" > // Licensed under the Apache License, Version 2.0 (the " License" );< / span > < / div > < div class = "line" > < a name = "l00003" > < / a > < span class = "lineno" > 3< / span >   < span class = "comment" > // you may not use this file except in compliance with the License.< / span > < / div > < div class = "line" > < a name = "l00004" > < / a > < span class = "lineno" > 4< / span >   < span class = "comment" > // You may obtain a copy of the License at< / span > < / div > < div class = "line" > < a name = "l00005" > < / a > < span class = "lineno" > 5< / span >   < span class = "comment" > //< / span > < / div > < div class = "line" > < a name = "l00006" > < / a > < span class = "lineno" > 6< / span >   < span class = "comment" > // http://www.apache.org/licenses/LICENSE-2.0< / span > < / div > < div class = "line" > < a name = "l00007" > < / a > < span class = "lineno" > 7< / span >   < span class = "comment" > //< / span > < / div > < div class = "line" > < a name = "l00008" > < / a > < span class = "lineno" > 8< / span >   < span class = "comment" > // Unless required by applicable law or agreed to in writing, software< / span > < / div > < div class = "line" > < a name = "l00009" > < / a > < span class = "lineno" > 9< / span >   < span class = "comment" > // distributed under the License is distributed on an " AS IS" BASIS,< / span > < / div > < div class = "line" > < a name = "l00010" > < / a > < span class = "lineno" > 10< / span >   < span class = "comment" > // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.< / span > < / div > < div class = "line" > < a name = "l00011" > < / a > < span class = "lineno" > 11< / span >   < span class = "comment" > // See the License for the specific language governing permissions and< / span > < / div > < div class = "line" > < a name = "l00012" > < / a > < span class = "lineno" > 12< / span >   < span class = "comment" > // limitations under the License.< / span > < / div > < div class = "line" > < a name = "l00013" > < / a > < span class = "lineno" > 13< / span >   < / div > < div class = "line" > < a name = "l00014" > < / a > < span class = "lineno" > 14< / span >   < span class = "comment" > //< / span > < / div > < div class = "line" > < a name = "l00015" > < / a > < span class = "lineno" > 15< / span >   < span class = "comment" > //< / span > < / div > < div class = "line" > < a name = "l00016" > < / a > < span class = "lineno" > 16< / span >   < span class = "comment" > // This file defines a generic graph interface on which most algorithms can be< / span > < / div > < div class = "line" > < a name = "l00017" > < / a > < span class = "lineno" > 17< / span >   < span class = "comment" > // built and provides a few efficient implementations with a fast construction< / span > < / div > < div class = "line" > < a name = "l00018" > < / a > < span class = "lineno" > 18< / span >   < span class = "comment" > // time. Its design is based on the experience acquired by the Operations< / span > < / div > < div class = "line" > < a name = "l00019" > < / a > < span class = "lineno" > 19< / span >   < span class = "comment" > // Research team in their various graph algorithm implementations.< / span > < / div > < div class = "line" > < a name = "l00020" > < / a > < span class = "lineno" > 20< / span >   < span class = "comment" > //< / span > < / div > < div class = "line" > < a name = "l00021" > < / a > < span class = "lineno" > 21< / span >   < span class = "comment" > // The main ideas are:< / span > < / div > < div class = "line" > < a name = "l00022" > < / a > < span class = "lineno" > 22< / span >   < span class = "comment" > // - Graph nodes and arcs are represented by integers.< / span > < / div > < div class = "line" > < a name = "l00023" > < / a > < span class = "lineno" > 23< / span >   < span class = "comment" > // - Node or arc annotations (weight, cost, ...) are not part of the graph< / span > < / div > < div class = "line" > < a name = "l00024" > < / a > < span class = "lineno" > 24< / span >   < span class = "comment" > // class, they can be stored outside in one or more arrays and can be easily< / span > < / div > < div class = "line" > < a name = "l00025" > < / a > < span class = "lineno" > 25< / span >   < span class = "comment" > // retrieved using a node or arc as an index.< / span > < / div > < div class = "line" > < a name = "l00026" > < / a >
< div class = "ttc" id = "routing__flow_8cc_html_afca32f65388659a4b0956496169488b4" > < div class = "ttname" > < a href = "routing__flow_8cc.html#afca32f65388659a4b0956496169488b4" > head< / a > < / div > < div class = "ttdeci" > int64_t head< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "routing__flow_8cc_source.html#l00150" > routing_flow.cc:150< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_a71e14c0088eed792506574efd3e516be" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#a71e14c0088eed792506574efd3e516be" > util::ReverseArcMixedGraph::operator[]< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< NodeIndexType const * > operator[](NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01961" > graph.h:1961< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_bipartite_graph_1_1_outgoing_arc_iterator_html_a3ebbc468e485ed1a334078cdac6084c5" > < div class = "ttname" > < a href = "classutil_1_1_complete_bipartite_graph_1_1_outgoing_arc_iterator.html#a3ebbc468e485ed1a334078cdac6084c5" > util::CompleteBipartiteGraph::OutgoingArcIterator::OutgoingArcIterator< / a > < / div > < div class = "ttdeci" > OutgoingArcIterator(const CompleteBipartiteGraph & graph, NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02287" > graph.h:2287< / a > < / div > < / div >
< div class = "ttc" id = "namespaceutil_html_a37be0131ae922e30a286797a0bef0c96" > < div class = "ttname" > < a href = "namespaceutil.html#a37be0131ae922e30a286797a0bef0c96" > util::DEFINE_RANGE_BASED_ARC_ITERATION< / a > < / div > < div class = "ttdeci" > DEFINE_RANGE_BASED_ARC_ITERATION(ListGraph, Outgoing, Base::kNilArc)< / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html" > util::ReverseArcMixedGraph::OutgoingOrOppositeIncomingArcIterator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02126" > graph.h:2126< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_a3e1cfef60e774a81f30eaddf26a3a274" > < div class = "ttname" > < a href = "base_2logging_8h.html#a3e1cfef60e774a81f30eaddf26a3a274" > CHECK< / a > < / div > < div class = "ttdeci" > #define CHECK(condition)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00491" > base/logging.h:491< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html_a659a293dd51073a1b9560bb80f687705" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#a659a293dd51073a1b9560bb80f687705" > util::ReverseArcMixedGraph::OutgoingOrOppositeIncomingArcIterator::Next< / a > < / div > < div class = "ttdeci" > void Next()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02152" > graph.h:2152< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_arc_iterator_html_a659a293dd51073a1b9560bb80f687705" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_arc_iterator.html#a659a293dd51073a1b9560bb80f687705" > util::ReverseArcStaticGraph::OutgoingArcIterator::Next< / a > < / div > < div class = "ttdeci" > void Next()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01819" > graph.h:1819< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html_a4ac32b6c178408069a1dabad339def89" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#a4ac32b6c178408069a1dabad339def89" > util::ReverseArcMixedGraph::OutgoingOrOppositeIncomingArcIterator::OutgoingOrOppositeIncomingArcIterator< / a > < / div > < div class = "ttdeci" > OutgoingOrOppositeIncomingArcIterator(const ReverseArcMixedGraph & graph, NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02129" > graph.h:2129< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_html_ad7db584fc1fe14ce9296131fda625994" > < div class = "ttname" > < a href = "classutil_1_1_list_graph.html#ad7db584fc1fe14ce9296131fda625994" > util::ListGraph::OutgoingArcs< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingArcIterator > OutgoingArcs(NodeIndexType node) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347" > util::ReverseArcListGraph::OutgoingOrOppositeIncomingArcIterator::Ok< / a > < / div > < div class = "ttdeci" > bool Ok() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01626" > graph.h:1626< / a > < / div > < / div >
< div class = "ttc" id = "routing__filters_8cc_html_a4f1e8002734902ae1c65ccc3fc30c98e" > < div class = "ttname" > < a href = "routing__filters_8cc.html#a4f1e8002734902ae1c65ccc3fc30c98e" > bound< / a > < / div > < div class = "ttdeci" > int64_t bound< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "routing__filters_8cc_source.html#l00984" > routing_filters.cc:984< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_html_a554cbbb5018b36885e8f166ddfe6334c" > < div class = "ttname" > < a href = "classutil_1_1_list_graph.html#a554cbbb5018b36885e8f166ddfe6334c" > util::ListGraph::ReserveNodes< / a > < / div > < div class = "ttdeci" > void ReserveNodes(NodeIndexType bound) override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01155" > graph.h:1155< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator_html_a659a293dd51073a1b9560bb80f687705" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator.html#a659a293dd51073a1b9560bb80f687705" > util::ReverseArcListGraph::OppositeIncomingArcIterator::Next< / a > < / div > < div class = "ttdeci" > void Next()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01575" > graph.h:1575< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html" > util::ReverseArcListGraph< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00461" > graph.h:461< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_a71e14c0088eed792506574efd3e516be" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#a71e14c0088eed792506574efd3e516be" > util::ReverseArcStaticGraph::operator[]< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< NodeIndexType const * > operator[](NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01702" > graph.h:1702< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347" > util::ReverseArcMixedGraph::OutgoingOrOppositeIncomingArcIterator::Ok< / a > < / div > < div class = "ttdeci" > bool Ok() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02147" > graph.h:2147< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_html_aceb0938bcb2e8e5f37986d4cf8e3a955" > < div class = "ttname" > < a href = "classutil_1_1_list_graph.html#aceb0938bcb2e8e5f37986d4cf8e3a955" > util::ListGraph::Head< / a > < / div > < div class = "ttdeci" > NodeIndexType Head(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01118" > graph.h:1118< / a > < / div > < / div >
< div class = "ttc" id = "namespaceutil_html" > < div class = "ttname" > < a href = "namespaceutil.html" > util< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "status__builder_8h_source.html#l00021" > status_builder.h:21< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_ae34377335b98bab39dc9713ca2413620" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#ae34377335b98bab39dc9713ca2413620" > util::ReverseArcMixedGraph::ReverseArcMixedGraph< / a > < / div > < div class = "ttdeci" > ReverseArcMixedGraph(NodeIndexType num_nodes, ArcIndexType arc_capacity)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00649" > graph.h:649< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html" > util::ReverseArcStaticGraph< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00549" > graph.h:549< / a > < / div > < / div >
< div class = "ttc" id = "alldiff__cst_8cc_html_ad10edae0a852d72fb76afb1c77735045" > < div class = "ttname" > < a href = "alldiff__cst_8cc.html#ad10edae0a852d72fb76afb1c77735045" > min< / a > < / div > < div class = "ttdeci" > int64_t min< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "alldiff__cst_8cc_source.html#l00139" > alldiff_cst.cc:139< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_ac82038a46ba21e5e92ea9ce755c9d562" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#ac82038a46ba21e5e92ea9ce755c9d562" > util::ReverseArcMixedGraph::OppositeIncomingArcsStartingFrom< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OppositeIncomingArcIterator > OppositeIncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_a972f29a740833d0f6d9ae9ad1f568b22" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#a972f29a740833d0f6d9ae9ad1f568b22" > util::ReverseArcListGraph::OutDegree< / a > < / div > < div class = "ttdeci" > ArcIndexType OutDegree(NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01443" > graph.h:1443< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_ad7db584fc1fe14ce9296131fda625994" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#ad7db584fc1fe14ce9296131fda625994" > util::ReverseArcStaticGraph::OutgoingArcs< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingArcIterator > OutgoingArcs(NodeIndexType node) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_head_iterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_head_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347" > util::ListGraph::OutgoingHeadIterator::Ok< / a > < / div > < div class = "ttdeci" > bool Ok() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01224" > graph.h:1224< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_1_1_outgoing_arc_iterator_html_ac755a5d95c2c78412fb09905db44b952" > < div class = "ttname" > < a href = "classutil_1_1_static_graph_1_1_outgoing_arc_iterator.html#ac755a5d95c2c78412fb09905db44b952" > util::StaticGraph::OutgoingArcIterator::OutgoingArcIterator< / a > < / div > < div class = "ttdeci" > OutgoingArcIterator(const StaticGraph & graph, NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01394" > graph.h:1394< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator_html_adac23a27a3389aea80f75741569afe35" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator.html#adac23a27a3389aea80f75741569afe35" > util::ReverseArcMixedGraph::OppositeIncomingArcIterator::Index< / a > < / div > < div class = "ttdeci" > ArcIndexType Index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02093" > graph.h:2093< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_arc_iterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347" > util::ListGraph::OutgoingArcIterator::Ok< / a > < / div > < div class = "ttdeci" > bool Ok() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01191" > graph.h:1191< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_aceb0938bcb2e8e5f37986d4cf8e3a955" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#aceb0938bcb2e8e5f37986d4cf8e3a955" > util::ReverseArcListGraph::Head< / a > < / div > < div class = "ttdeci" > NodeIndexType Head(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01466" > graph.h:1466< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html_adac23a27a3389aea80f75741569afe35" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#adac23a27a3389aea80f75741569afe35" > util::ReverseArcMixedGraph::OutgoingOrOppositeIncomingArcIterator::Index< / a > < / div > < div class = "ttdeci" > ArcIndexType Index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02151" > graph.h:2151< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_a3bc3205be90a3a0142eee47fc3e9ea9d" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#a3bc3205be90a3a0142eee47fc3e9ea9d" > util::BaseGraph::Reserve< / a > < / div > < div class = "ttdeci" > void Reserve(NodeIndexType node_capacity, ArcIndexType arc_capacity)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00249" > graph.h:249< / a > < / div > < / div >
< div class = "ttc" id = "log__severity_8h_html_acdd38e3c9f22f127d7776920e3079eda" > < div class = "ttname" > < a href = "log__severity_8h.html#acdd38e3c9f22f127d7776920e3079eda" > FATAL< / a > < / div > < div class = "ttdeci" > const int FATAL< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "log__severity_8h_source.html#l00032" > log_severity.h:32< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_a0b0fca21fab97b66c1a0a3b09af6e6e4" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#a0b0fca21fab97b66c1a0a3b09af6e6e4" > util::BaseGraph::arc_capacity_< / a > < / div > < div class = "ttdeci" > ArcIndexType arc_capacity_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00281" > graph.h:281< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_head_iterator_html_ac7a6968c8fa4fd2afa86492bf9967187" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_head_iterator.html#ac7a6968c8fa4fd2afa86492bf9967187" > util::ListGraph::OutgoingHeadIterator::OutgoingHeadIterator< / a > < / div > < div class = "ttdeci" > OutgoingHeadIterator(const ListGraph & graph, NodeIndexType node, ArcIndexType arc)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01218" > graph.h:1218< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html_adac23a27a3389aea80f75741569afe35" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#adac23a27a3389aea80f75741569afe35" > util::ReverseArcListGraph::OutgoingOrOppositeIncomingArcIterator::Index< / a > < / div > < div class = "ttdeci" > ArcIndexType Index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01627" > graph.h:1627< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_a972f29a740833d0f6d9ae9ad1f568b22" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#a972f29a740833d0f6d9ae9ad1f568b22" > util::ReverseArcMixedGraph::OutDegree< / a > < / div > < div class = "ttdeci" > ArcIndexType OutDegree(NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01946" > graph.h:1946< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_a670eedbe0833896676a7063dc91a89ff" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#a670eedbe0833896676a7063dc91a89ff" > util::ReverseArcStaticGraph::OutgoingArcsStartingFrom< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingArcIterator > OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_html_ad7db584fc1fe14ce9296131fda625994" > < div class = "ttname" > < a href = "classutil_1_1_static_graph.html#ad7db584fc1fe14ce9296131fda625994" > util::StaticGraph::OutgoingArcs< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingArcIterator > OutgoingArcs(NodeIndexType node) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_a60a39b3b058190faac7c23f7b520f1d1" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#a60a39b3b058190faac7c23f7b520f1d1" > util::ReverseArcMixedGraph::IncomingArcsStartingFrom< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< IncomingArcIterator > IncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_head_iterator_html_aec07e0ee98729a19bc41fe09e433f5d0" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_head_iterator.html#aec07e0ee98729a19bc41fe09e433f5d0" > util::ListGraph::OutgoingHeadIterator::difference_type< / a > < / div > < div class = "ttdeci" > ptrdiff_t difference_type< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01209" > graph.h:1209< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_incoming_arc_iterator_html_adac23a27a3389aea80f75741569afe35" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_incoming_arc_iterator.html#adac23a27a3389aea80f75741569afe35" > util::ReverseArcListGraph::IncomingArcIterator::Index< / a > < / div > < div class = "ttdeci" > ArcIndexType Index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01600" > graph.h:1600< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_a8b5cdcc274a624bd9059f95d70659fb9" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#a8b5cdcc274a624bd9059f95d70659fb9" > util::BaseGraph::const_capacities_< / a > < / div > < div class = "ttdeci" > bool const_capacities_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00282" > graph.h:282< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_incoming_arc_iterator_html_a725d3770d7d5f4b8b17690e3f03cb2a6" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_incoming_arc_iterator.html#a725d3770d7d5f4b8b17690e3f03cb2a6" > util::ReverseArcListGraph::IncomingArcIterator::IncomingArcIterator< / a > < / div > < div class = "ttdeci" > IncomingArcIterator(const ReverseArcListGraph & graph, NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01591" > graph.h:1591< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_graph_html_a3d64d2842e97ec8cd6d6e95208ead70f" > < div class = "ttname" > < a href = "classutil_1_1_complete_graph.html#a3d64d2842e97ec8cd6d6e95208ead70f" > util::CompleteGraph::CompleteGraph< / a > < / div > < div class = "ttdeci" > CompleteGraph(NodeIndexType num_nodes)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02187" > graph.h:2187< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_arc_iterator_html_aca82d05d5661965ddb4c340ccb95a19d" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_arc_iterator.html#aca82d05d5661965ddb4c340ccb95a19d" > util::ListGraph::OutgoingArcIterator::OutgoingArcIterator< / a > < / div > < div class = "ttdeci" > OutgoingArcIterator(const ListGraph & graph, NodeIndexType node, ArcIndexType arc)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01185" > graph.h:1185< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_a10ee27e856003f599bc0a2265a3ab11d" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#a10ee27e856003f599bc0a2265a3ab11d" > util::BaseGraph::AllForwardArcs< / a > < / div > < div class = "ttdeci" > IntegerRange< ArcIndex > AllForwardArcs() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00942" > graph.h:942< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_a72abbca4ba20feecaba7b06b8d472e6d" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#a72abbca4ba20feecaba7b06b8d472e6d" > util::ReverseArcStaticGraph::AddNode< / a > < / div > < div class = "ttdeci" > void AddNode(NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01740" > graph.h:1740< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html_aaab2995a93d88c5a0d4b611126adbb00" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#aaab2995a93d88c5a0d4b611126adbb00" > util::ReverseArcStaticGraph::OutgoingOrOppositeIncomingArcIterator::OutgoingOrOppositeIncomingArcIterator< / a > < / div > < div class = "ttdeci" > OutgoingOrOppositeIncomingArcIterator(const ReverseArcStaticGraph & graph, NodeIndexType node, ArcIndexType arc)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01904" > graph.h:1904< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_a6487722851853c8b5b979780b1acb027" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#a6487722851853c8b5b979780b1acb027" > util::ReverseArcStaticGraph::OutgoingOrOppositeIncomingArcsStartingFrom< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingOrOppositeIncomingArcIterator > OutgoingOrOppositeIncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_arc_iterator_html_aca9bd0f81d59e1e7956e2b52d984e7a9" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_arc_iterator.html#aca9bd0f81d59e1e7956e2b52d984e7a9" > util::ListGraph::OutgoingArcIterator::OutgoingArcIterator< / a > < / div > < div class = "ttdeci" > OutgoingArcIterator(const ListGraph & graph, NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01181" > graph.h:1181< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_html_a25370a947dacfa9e91035746007b22f8" > < div class = "ttname" > < a href = "classutil_1_1_static_graph.html#a25370a947dacfa9e91035746007b22f8" > util::StaticGraph::StaticGraph< / a > < / div > < div class = "ttdeci" > StaticGraph()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00408" > graph.h:408< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_arc_iterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347" > util::ReverseArcMixedGraph::OutgoingArcIterator::Ok< / a > < / div > < div class = "ttdeci" > bool Ok() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02057" > graph.h:2057< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_aab3a7c235c6a6000a25a5a79d680f1ba" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#aab3a7c235c6a6000a25a5a79d680f1ba" > util::BaseGraph::kNilArc< / a > < / div > < div class = "ttdeci" > static const ArcIndexType kNilArc< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00261" > graph.h:261< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator_html_a6119374ea2e367b5a6646b15c7aec4ab" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator.html#a6119374ea2e367b5a6646b15c7aec4ab" > util::ReverseArcListGraph::OppositeIncomingArcIterator::graph_< / a > < / div > < div class = "ttdeci" > const ReverseArcListGraph & graph_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01583" > graph.h:1583< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_a64e92a69b1e1c47656a72df314cf609c" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#a64e92a69b1e1c47656a72df314cf609c" > util::ReverseArcListGraph::InDegree< / a > < / div > < div class = "ttdeci" > ArcIndexType InDegree(NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01451" > graph.h:1451< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_a25d802d612c671f42a22ce7f2fcfd0e2" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#a25d802d612c671f42a22ce7f2fcfd0e2" > util::ReverseArcListGraph::ReverseArcListGraph< / a > < / div > < div class = "ttdeci" > ReverseArcListGraph()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00472" > graph.h:472< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_a4d3fc55a2fe209a908470199437cec9a" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#a4d3fc55a2fe209a908470199437cec9a" > util::BaseGraph::num_arcs< / a > < / div > < div class = "ttdeci" > ArcIndexType num_arcs() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00206" > graph.h:206< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_a72abbca4ba20feecaba7b06b8d472e6d" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#a72abbca4ba20feecaba7b06b8d472e6d" > util::ReverseArcMixedGraph::AddNode< / a > < / div > < div class = "ttdeci" > void AddNode(NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01998" > graph.h:1998< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_1_1_outgoing_arc_iterator_html_a659a293dd51073a1b9560bb80f687705" > < div class = "ttname" > < a href = "classutil_1_1_static_graph_1_1_outgoing_arc_iterator.html#a659a293dd51073a1b9560bb80f687705" > util::StaticGraph::OutgoingArcIterator::Next< / a > < / div > < div class = "ttdeci" > void Next()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01404" > graph.h:1404< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1math__opt_html_a5de89a1f6e3f80a49a0d76136d8044e2" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1math__opt.html#a5de89a1f6e3f80a49a0d76136d8044e2" > operations_research::math_opt::swap< / a > < / div > < div class = "ttdeci" > void swap(IdMap< K, V > & a, IdMap< K, V > & b)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "id__map_8h_source.html#l00263" > id_map.h:263< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_head_iterator_html" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_head_iterator.html" > util::ReverseArcListGraph::OutgoingHeadIterator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01649" > graph.h:1649< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_incoming_arc_iterator_html_a873db6dd67479430277a2c1756c561b3" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_incoming_arc_iterator.html#a873db6dd67479430277a2c1756c561b3" > util::ReverseArcMixedGraph::IncomingArcIterator::IncomingArcIterator< / a > < / div > < div class = "ttdeci" > IncomingArcIterator(const ReverseArcMixedGraph & graph, NodeIndexType node, ArcIndexType arc)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02112" > graph.h:2112< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_a2d4c1b57da542282856d41631254c9f0" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#a2d4c1b57da542282856d41631254c9f0" > util::ReverseArcStaticGraph::OppositeIncomingArcs< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OppositeIncomingArcIterator > OppositeIncomingArcs(NodeIndexType node) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_bipartite_graph_1_1_outgoing_arc_iterator_html" > < div class = "ttname" > < a href = "classutil_1_1_complete_bipartite_graph_1_1_outgoing_arc_iterator.html" > util::CompleteBipartiteGraph::OutgoingArcIterator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02285" > graph.h:2285< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_html_a50281a76c553a854dd86b11789007110" > < div class = "ttname" > < a href = "classutil_1_1_static_graph.html#a50281a76c553a854dd86b11789007110" > util::StaticGraph::ReserveArcs< / a > < / div > < div class = "ttdeci" > void ReserveArcs(ArcIndexType bound) override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01270" > graph.h:1270< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_a554cbbb5018b36885e8f166ddfe6334c" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#a554cbbb5018b36885e8f166ddfe6334c" > util::ReverseArcListGraph::ReserveNodes< / a > < / div > < div class = "ttdeci" > void ReserveNodes(NodeIndexType bound) override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01479" > graph.h:1479< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_graph_html_ac79c65c1a4e1b6e585ce0a297a30e783" > < div class = "ttname" > < a href = "classutil_1_1_complete_graph.html#ac79c65c1a4e1b6e585ce0a297a30e783" > util::CompleteGraph::OutgoingArcsStartingFrom< / a > < / div > < div class = "ttdeci" > IntegerRange< ArcIndexType > OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02235" > graph.h:2235< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_a3aa184e2b22fc7320a39cfcba36010c4" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#a3aa184e2b22fc7320a39cfcba36010c4" > util::BaseGraph::ReserveArcs< / a > < / div > < div class = "ttdeci" > virtual void ReserveArcs(ArcIndexType bound)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00243" > graph.h:243< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_arc_iterator_html_adac23a27a3389aea80f75741569afe35" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_arc_iterator.html#adac23a27a3389aea80f75741569afe35" > util::ReverseArcStaticGraph::OutgoingArcIterator::Index< / a > < / div > < div class = "ttdeci" > ArcIndexType Index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01818" > graph.h:1818< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_head_iterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_head_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347" > util::ReverseArcListGraph::OutgoingHeadIterator::Ok< / a > < / div > < div class = "ttdeci" > bool Ok() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01662" > graph.h:1662< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_head_iterator_html_a659a293dd51073a1b9560bb80f687705" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_head_iterator.html#a659a293dd51073a1b9560bb80f687705" > util::ListGraph::OutgoingHeadIterator::Next< / a > < / div > < div class = "ttdeci" > void Next()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01226" > graph.h:1226< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_a8677106199bf27f67e89c1a8a1a5c3ce" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#a8677106199bf27f67e89c1a8a1a5c3ce" > util::SVector::reserve< / a > < / div > < div class = "ttdeci" > void reserve(int n)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00852" > graph.h:852< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_accad43a85d781d53381cd53a9894b6ae" > < div class = "ttname" > < a href = "base_2logging_8h.html#accad43a85d781d53381cd53a9894b6ae" > LOG< / a > < / div > < div class = "ttdeci" > #define LOG(severity)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00416" > base/logging.h:416< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_arc_iterator_html" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_arc_iterator.html" > util::ListGraph::OutgoingArcIterator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01179" > graph.h:1179< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_acf65739a0eb01d1011a8001b6daff9eb" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#acf65739a0eb01d1011a8001b6daff9eb" > util::BaseGraph::node_capacity< / a > < / div > < div class = "ttdeci" > NodeIndexType node_capacity() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00958" > graph.h:958< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_html_a2eeae3a8497dc3942e3db3128a10d41c" > < div class = "ttname" > < a href = "classutil_1_1_static_graph.html#a2eeae3a8497dc3942e3db3128a10d41c" > util::StaticGraph::Tail< / a > < / div > < div class = "ttdeci" > NodeIndexType Tail(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01307" > graph.h:1307< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_ae1eb43afe1c1e1a47e90d9b1fcec8351" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#ae1eb43afe1c1e1a47e90d9b1fcec8351" > util::SVector::operator[]< / a > < / div > < div class = "ttdeci" > T & operator[](int n)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00813" > graph.h:813< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_head_iterator_html_a7b78af4fdec0e25f2d56225912f888e6" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_head_iterator.html#a7b78af4fdec0e25f2d56225912f888e6" > util::ListGraph::OutgoingHeadIterator::Index< / a > < / div > < div class = "ttdeci" > NodeIndexType Index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01225" > graph.h:1225< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347" > util::ReverseArcStaticGraph::OutgoingOrOppositeIncomingArcIterator::Ok< / a > < / div > < div class = "ttdeci" > bool Ok() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01916" > graph.h:1916< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_arc_iterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347" > util::ReverseArcListGraph::OutgoingArcIterator::Ok< / a > < / div > < div class = "ttdeci" > bool Ok() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01542" > graph.h:1542< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_a96c9c7908573f98dcd303002f2d27f08" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#a96c9c7908573f98dcd303002f2d27f08" > util::ReverseArcStaticGraph::OutgoingOrOppositeIncomingArcs< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingOrOppositeIncomingArcIterator > OutgoingOrOppositeIncomingArcs(NodeIndexType node) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator_html" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator.html" > util::ReverseArcMixedGraph::OppositeIncomingArcIterator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02074" > graph.h:2074< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_a2d4c1b57da542282856d41631254c9f0" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#a2d4c1b57da542282856d41631254c9f0" > util::ReverseArcListGraph::OppositeIncomingArcs< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OppositeIncomingArcIterator > OppositeIncomingArcs(NodeIndexType node) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator_html_a357390af1cf4662fe74a23bd404f7bf7" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator.html#a357390af1cf4662fe74a23bd404f7bf7" > util::ReverseArcListGraph::OppositeIncomingArcIterator::OppositeIncomingArcIterator< / a > < / div > < div class = "ttdeci" > OppositeIncomingArcIterator(const ReverseArcListGraph & graph, NodeIndexType node, ArcIndexType arc)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01565" > graph.h:1565< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_html_a2eeae3a8497dc3942e3db3128a10d41c" > < div class = "ttname" > < a href = "classutil_1_1_list_graph.html#a2eeae3a8497dc3942e3db3128a10d41c" > util::ListGraph::Tail< / a > < / div > < div class = "ttdeci" > NodeIndexType Tail(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01111" > graph.h:1111< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_bipartite_graph_html" > < div class = "ttname" > < a href = "classutil_1_1_complete_bipartite_graph.html" > util::CompleteBipartiteGraph< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02254" > graph.h:2254< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_bipartite_graph_html_a972f29a740833d0f6d9ae9ad1f568b22" > < div class = "ttname" > < a href = "classutil_1_1_complete_bipartite_graph.html#a972f29a740833d0f6d9ae9ad1f568b22" > util::CompleteBipartiteGraph::OutDegree< / a > < / div > < div class = "ttdeci" > ArcIndexType OutDegree(NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02321" > graph.h:2321< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_a96c9c7908573f98dcd303002f2d27f08" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#a96c9c7908573f98dcd303002f2d27f08" > util::ReverseArcMixedGraph::OutgoingOrOppositeIncomingArcs< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingOrOppositeIncomingArcIterator > OutgoingOrOppositeIncomingArcs(NodeIndexType node) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_html_a7b505ba4a01bce342d049f5a8674da72" > < div class = "ttname" > < a href = "classutil_1_1_static_graph.html#a7b505ba4a01bce342d049f5a8674da72" > util::StaticGraph::AddArc< / a > < / div > < div class = "ttdeci" > ArcIndexType AddArc(NodeIndexType tail, NodeIndexType head)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01286" > graph.h:1286< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator_html_ac01a687cfc7292e8eb448d712ac2b7b5" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator.html#ac01a687cfc7292e8eb448d712ac2b7b5" > util::ReverseArcMixedGraph::OppositeIncomingArcIterator::graph_< / a > < / div > < div class = "ttdeci" > const ReverseArcMixedGraph * graph_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02102" > graph.h:2102< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_graph_html_abd4f7ccb1100068c90a108c9c44a1724" > < div class = "ttname" > < a href = "classutil_1_1_complete_graph.html#abd4f7ccb1100068c90a108c9c44a1724" > util::CompleteGraph::operator[]< / a > < / div > < div class = "ttdeci" > IntegerRange< NodeIndexType > operator[](NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02244" > graph.h:2244< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_a0da78a7e517acf1b646ae28ad16216ed" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#a0da78a7e517acf1b646ae28ad16216ed" > util::BaseGraph::kNilNode< / a > < / div > < div class = "ttdeci" > static const NodeIndexType kNilNode< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00260" > graph.h:260< / a > < / div > < / div >
< div class = "ttc" id = "routing__flow_8cc_html_a64e7efc5529154ba56903e75f5300990" > < div class = "ttname" > < a href = "routing__flow_8cc.html#a64e7efc5529154ba56903e75f5300990" > tail< / a > < / div > < div class = "ttdeci" > int64_t tail< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "routing__flow_8cc_source.html#l00149" > routing_flow.cc:149< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator_html_a2d07e2dff26af01a125f5790d07405f0" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator.html#a2d07e2dff26af01a125f5790d07405f0" > util::ReverseArcMixedGraph::OppositeIncomingArcIterator::index_< / a > < / div > < div class = "ttdeci" > ArcIndexType index_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02103" > graph.h:2103< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_ad14f726e7d9d1e7c71a6b1c652bb2c19" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#ad14f726e7d9d1e7c71a6b1c652bb2c19" > util::SVector::capacity< / a > < / div > < div class = "ttdeci" > int capacity() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00894" > graph.h:894< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html_a256146259eefabb93691232a47e9d2c4" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#a256146259eefabb93691232a47e9d2c4" > util::ReverseArcStaticGraph::OutgoingOrOppositeIncomingArcIterator::OutgoingOrOppositeIncomingArcIterator< / a > < / div > < div class = "ttdeci" > OutgoingOrOppositeIncomingArcIterator(const ReverseArcStaticGraph & graph, NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01894" > graph.h:1894< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_a60a39b3b058190faac7c23f7b520f1d1" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#a60a39b3b058190faac7c23f7b520f1d1" > util::ReverseArcListGraph::IncomingArcsStartingFrom< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< IncomingArcIterator > IncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_bipartite_graph_html_a2eeae3a8497dc3942e3db3128a10d41c" > < div class = "ttname" > < a href = "classutil_1_1_complete_bipartite_graph.html#a2eeae3a8497dc3942e3db3128a10d41c" > util::CompleteBipartiteGraph::Tail< / a > < / div > < div class = "ttdeci" > NodeIndexType Tail(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02314" > graph.h:2314< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_html" > < div class = "ttname" > < a href = "classutil_1_1_static_graph.html" > util::StaticGraph< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00398" > graph.h:398< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_html_a972f29a740833d0f6d9ae9ad1f568b22" > < div class = "ttname" > < a href = "classutil_1_1_static_graph.html#a972f29a740833d0f6d9ae9ad1f568b22" > util::StaticGraph::OutDegree< / a > < / div > < div class = "ttdeci" > ArcIndexType OutDegree(NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01256" > graph.h:1256< / a > < / div > < / div >
< div class = "ttc" id = "constraint__solver_2table_8cc_html_a9293e4d29cac928301645070dd307683" > < div class = "ttname" > < a href = "constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683" > b< / a > < / div > < div class = "ttdeci" > int64_t b< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "constraint__solver_2table_8cc_source.html#l00047" > constraint_solver/table.cc:47< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_head_iterator_html_af42a7f0eb417709481c23986ebaafd55" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_head_iterator.html#af42a7f0eb417709481c23986ebaafd55" > util::ListGraph::OutgoingHeadIterator::OutgoingHeadIterator< / a > < / div > < div class = "ttdeci" > OutgoingHeadIterator(const ListGraph & graph, NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01214" > graph.h:1214< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347" > util::ReverseArcListGraph::OppositeIncomingArcIterator::Ok< / a > < / div > < div class = "ttdeci" > bool Ok() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01573" > graph.h:1573< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_a4e4b23732450002d181673fbacf2e7c7" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#a4e4b23732450002d181673fbacf2e7c7" > util::SVector::operator=< / a > < / div > < div class = "ttdeci" > SVector & operator=(const SVector & other)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00782" > graph.h:782< / a > < / div > < / div >
< div class = "ttc" id = "integral__types_8h_html" > < div class = "ttname" > < a href = "integral__types_8h.html" > integral_types.h< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_a32f38dd1afaaa4d3663ed90092af46ea" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#a32f38dd1afaaa4d3663ed90092af46ea" > util::SVector::operator[]< / a > < / div > < div class = "ttdeci" > const T & operator[](int n) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00819" > graph.h:819< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_incoming_arc_iterator_html_adac23a27a3389aea80f75741569afe35" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_incoming_arc_iterator.html#adac23a27a3389aea80f75741569afe35" > util::ReverseArcMixedGraph::IncomingArcIterator::Index< / a > < / div > < div class = "ttdeci" > ArcIndexType Index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02116" > graph.h:2116< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html_aeee12fd1e05fb9cdeb1014fc80054cac" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#aeee12fd1e05fb9cdeb1014fc80054cac" > util::ReverseArcListGraph::OutgoingOrOppositeIncomingArcIterator::OutgoingOrOppositeIncomingArcIterator< / a > < / div > < div class = "ttdeci" > OutgoingOrOppositeIncomingArcIterator(const ReverseArcListGraph & graph, NodeIndexType node, ArcIndexType arc)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01619" > graph.h:1619< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_graph_html" > < div class = "ttname" > < a href = "classutil_1_1_complete_graph.html" > util::CompleteGraph< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02177" > graph.h:2177< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_bipartite_graph_html_abd4f7ccb1100068c90a108c9c44a1724" > < div class = "ttname" > < a href = "classutil_1_1_complete_bipartite_graph.html#abd4f7ccb1100068c90a108c9c44a1724" > util::CompleteBipartiteGraph::operator[]< / a > < / div > < div class = "ttdeci" > IntegerRange< NodeIndexType > operator[](NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02351" > graph.h:2351< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_a6487722851853c8b5b979780b1acb027" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#a6487722851853c8b5b979780b1acb027" > util::ReverseArcMixedGraph::OutgoingOrOppositeIncomingArcsStartingFrom< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingOrOppositeIncomingArcIterator > OutgoingOrOppositeIncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const< / div > < / div >
< div class = "ttc" id = "macros_8h_html" > < div class = "ttname" > < a href = "macros_8h.html" > macros.h< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_arc_iterator_html_a09204ded3355c128d6bee038d4308730" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_arc_iterator.html#a09204ded3355c128d6bee038d4308730" > util::ReverseArcListGraph::OutgoingArcIterator::OutgoingArcIterator< / a > < / div > < div class = "ttdeci" > OutgoingArcIterator(const ReverseArcListGraph & graph, NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01531" > graph.h:1531< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_aad16076f9d10c90b9b9e0ccfddf878ed" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#aad16076f9d10c90b9b9e0ccfddf878ed" > util::BaseGraph::max_end_arc_index< / a > < / div > < div class = "ttdeci" > ArcIndexType max_end_arc_index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00269" > graph.h:269< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_arc_iterator_html_a245219252cbd3808a9a582f9d19f257c" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_arc_iterator.html#a245219252cbd3808a9a582f9d19f257c" > util::ReverseArcStaticGraph::OutgoingArcIterator::OutgoingArcIterator< / a > < / div > < div class = "ttdeci" > OutgoingArcIterator(const ReverseArcStaticGraph & graph, NodeIndexType node, ArcIndexType arc)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01811" > graph.h:1811< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_af1f4fd786d8ece275104e594ebc6bfb8" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#af1f4fd786d8ece275104e594ebc6bfb8" > util::ReverseArcListGraph::operator[]< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingHeadIterator > operator[](NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01435" > graph.h:1435< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_aceb0938bcb2e8e5f37986d4cf8e3a955" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#aceb0938bcb2e8e5f37986d4cf8e3a955" > util::ReverseArcStaticGraph::Head< / a > < / div > < div class = "ttdeci" > NodeIndexType Head(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01717" > graph.h:1717< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator_html_a75246ea59884a99556fa0fc01ed1b666" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator.html#a75246ea59884a99556fa0fc01ed1b666" > util::ReverseArcMixedGraph::OppositeIncomingArcIterator::OppositeIncomingArcIterator< / a > < / div > < div class = "ttdeci" > OppositeIncomingArcIterator(const ReverseArcMixedGraph & graph, NodeIndexType node, ArcIndexType arc)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02084" > graph.h:2084< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_1_1_outgoing_arc_iterator_html_adac23a27a3389aea80f75741569afe35" > < div class = "ttname" > < a href = "classutil_1_1_static_graph_1_1_outgoing_arc_iterator.html#adac23a27a3389aea80f75741569afe35" > util::StaticGraph::OutgoingArcIterator::Index< / a > < / div > < div class = "ttdeci" > ArcIndexType Index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01403" > graph.h:1403< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_a159212327bf51452d4c559fe640f59c8" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#a159212327bf51452d4c559fe640f59c8" > util::BaseGraph::GroupForwardArcsByFunctor< / a > < / div > < div class = "ttdeci" > void GroupForwardArcsByFunctor(const A & a, B *b)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00266" > graph.h:266< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_ae71b265f19aef849005fb3b21d1dfaeb" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#ae71b265f19aef849005fb3b21d1dfaeb" > util::SVector::SVector< / a > < / div > < div class = "ttdeci" > SVector()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00776" > graph.h:776< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_bipartite_graph_1_1_outgoing_arc_iterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347" > < div class = "ttname" > < a href = "classutil_1_1_complete_bipartite_graph_1_1_outgoing_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347" > util::CompleteBipartiteGraph::OutgoingArcIterator::Ok< / a > < / div > < div class = "ttdeci" > bool Ok() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02292" > graph.h:2292< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_arc_iterator_html_a0af74c9f2629d4667b5daf3235c4bce7" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_arc_iterator.html#a0af74c9f2629d4667b5daf3235c4bce7" > util::ReverseArcMixedGraph::OutgoingArcIterator::OutgoingArcIterator< / a > < / div > < div class = "ttdeci" > OutgoingArcIterator(const ReverseArcMixedGraph & graph, NodeIndexType node, ArcIndexType arc)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02051" > graph.h:2051< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html_a659a293dd51073a1b9560bb80f687705" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#a659a293dd51073a1b9560bb80f687705" > util::ReverseArcListGraph::OutgoingOrOppositeIncomingArcIterator::Next< / a > < / div > < div class = "ttdeci" > void Next()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01628" > graph.h:1628< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator_html" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator.html" > util::ReverseArcListGraph::OppositeIncomingArcIterator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01557" > graph.h:1557< / a > < / div > < / div >
< div class = "ttc" id = "alldiff__cst_8cc_html_a26e6db9bcc64b584051ecc28171ed11f" > < div class = "ttname" > < a href = "alldiff__cst_8cc.html#a26e6db9bcc64b584051ecc28171ed11f" > max< / a > < / div > < div class = "ttdeci" > int64_t max< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "alldiff__cst_8cc_source.html#l00140" > alldiff_cst.cc:140< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_a2eeae3a8497dc3942e3db3128a10d41c" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#a2eeae3a8497dc3942e3db3128a10d41c" > util::ReverseArcStaticGraph::Tail< / a > < / div > < div class = "ttdeci" > NodeIndexType Tail(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01725" > graph.h:1725< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_1_1_outgoing_arc_iterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347" > < div class = "ttname" > < a href = "classutil_1_1_static_graph_1_1_outgoing_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347" > util::StaticGraph::OutgoingArcIterator::Ok< / a > < / div > < div class = "ttdeci" > bool Ok() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01402" > graph.h:1402< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_a972f29a740833d0f6d9ae9ad1f568b22" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#a972f29a740833d0f6d9ae9ad1f568b22" > util::ReverseArcStaticGraph::OutDegree< / a > < / div > < div class = "ttdeci" > ArcIndexType OutDegree(NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01689" > graph.h:1689< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_graph_html_a05add2b29aa63527f24f25c605c29b12" > < div class = "ttname" > < a href = "classutil_1_1_complete_graph.html#a05add2b29aa63527f24f25c605c29b12" > util::CompleteGraph::OutgoingArcs< / a > < / div > < div class = "ttdeci" > IntegerRange< ArcIndexType > OutgoingArcs(NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02225" > graph.h:2225< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_head_iterator_html_a3b47cc7e028f3affa867594f0667016a" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_head_iterator.html#a3b47cc7e028f3affa867594f0667016a" > util::ReverseArcListGraph::OutgoingHeadIterator::OutgoingHeadIterator< / a > < / div > < div class = "ttdeci" > OutgoingHeadIterator(const ReverseArcListGraph & graph, NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01651" > graph.h:1651< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_ac8bb3912a3ce86b15842e79d0b421204" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#ac8bb3912a3ce86b15842e79d0b421204" > util::SVector::clear< / a > < / div > < div class = "ttdeci" > void clear()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00842" > graph.h:842< / a > < / div > < / div >
< div class = "ttc" id = "iterators_8h_html" > < div class = "ttname" > < a href = "iterators_8h.html" > iterators.h< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_head_iterator_html_a67e57edbb9e4f819b579856906fc9362" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_head_iterator.html#a67e57edbb9e4f819b579856906fc9362" > util::ListGraph::OutgoingHeadIterator::value_type< / a > < / div > < div class = "ttdeci" > NodeIndexType value_type< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01212" > graph.h:1212< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator_html_a75b1547aca9874081404a5e388a3310d" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator.html#a75b1547aca9874081404a5e388a3310d" > util::ReverseArcStaticGraph::OppositeIncomingArcIterator::limit_< / a > < / div > < div class = "ttdeci" > const ArcIndexType limit_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01864" > graph.h:1864< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_a6487722851853c8b5b979780b1acb027" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#a6487722851853c8b5b979780b1acb027" > util::ReverseArcListGraph::OutgoingOrOppositeIncomingArcsStartingFrom< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingOrOppositeIncomingArcIterator > OutgoingOrOppositeIncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_a6a4d37693b809140b0dde7abd463d04e" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#a6a4d37693b809140b0dde7abd463d04e" > util::ReverseArcMixedGraph::Build< / a > < / div > < div class = "ttdeci" > void Build()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00695" > graph.h:695< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_head_iterator_html_adac23a27a3389aea80f75741569afe35" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_head_iterator.html#adac23a27a3389aea80f75741569afe35" > util::ReverseArcListGraph::OutgoingHeadIterator::Index< / a > < / div > < div class = "ttdeci" > ArcIndexType Index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01663" > graph.h:1663< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_a9e04004960ec7ac63f9ce9b97aa0bcfa" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#a9e04004960ec7ac63f9ce9b97aa0bcfa" > util::BaseGraph::num_nodes_< / a > < / div > < div class = "ttdeci" > NodeIndexType num_nodes_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00278" > graph.h:278< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_aacbf67d9ee658147495316e1ac2c83f2" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#aacbf67d9ee658147495316e1ac2c83f2" > util::BaseGraph::ComputeCumulativeSum< / a > < / div > < div class = "ttdeci" > void ComputeCumulativeSum(std::vector< ArcIndexType > *v)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00985" > graph.h:985< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_incoming_arc_iterator_html_a8a77808c2364d8f9767b734be2dda380" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_incoming_arc_iterator.html#a8a77808c2364d8f9767b734be2dda380" > util::ReverseArcStaticGraph::IncomingArcIterator::IncomingArcIterator< / a > < / div > < div class = "ttdeci" > IncomingArcIterator(const ReverseArcStaticGraph & graph, NodeIndexType node, ArcIndexType arc)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01874" > graph.h:1874< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator_html" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator.html" > util::ReverseArcStaticGraph::OppositeIncomingArcIterator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01834" > graph.h:1834< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_a8a0021147e66cbcb424c894802fa6b35" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#a8a0021147e66cbcb424c894802fa6b35" > util::ReverseArcListGraph::ReverseArcListGraph< / a > < / div > < div class = "ttdeci" > ReverseArcListGraph(NodeIndexType num_nodes, ArcIndexType arc_capacity)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00473" > graph.h:473< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_head_iterator_html" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_head_iterator.html" > util::ListGraph::OutgoingHeadIterator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01206" > graph.h:1206< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_head_iterator_html_a659a293dd51073a1b9560bb80f687705" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_head_iterator.html#a659a293dd51073a1b9560bb80f687705" > util::ReverseArcListGraph::OutgoingHeadIterator::Next< / a > < / div > < div class = "ttdeci" > void Next()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01664" > graph.h:1664< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_ad234752328ab20bb1af63d47df991c95" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#ad234752328ab20bb1af63d47df991c95" > util::ReverseArcStaticGraph::ReverseArcStaticGraph< / a > < / div > < div class = "ttdeci" > ReverseArcStaticGraph()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00560" > graph.h:560< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator_html_a659a293dd51073a1b9560bb80f687705" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator.html#a659a293dd51073a1b9560bb80f687705" > util::ReverseArcStaticGraph::OppositeIncomingArcIterator::Next< / a > < / div > < div class = "ttdeci" > void Next()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01855" > graph.h:1855< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_html_a5a7f9281983064baa0e2a613de059b67" > < div class = "ttname" > < a href = "namespaceoperations__research.html#a5a7f9281983064baa0e2a613de059b67" > operations_research::operator *< / a > < / div > < div class = "ttdeci" > LinearExpr operator *(LinearExpr lhs, double rhs)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__expr_8cc_source.html#l00154" > linear_expr.cc:154< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_a2a1c4b452e7e2523397112c12e53554d" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#a2a1c4b452e7e2523397112c12e53554d" > util::SVector::data< / a > < / div > < div class = "ttdeci" > T * data() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00844" > graph.h:844< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_html_a7b505ba4a01bce342d049f5a8674da72" > < div class = "ttname" > < a href = "classutil_1_1_list_graph.html#a7b505ba4a01bce342d049f5a8674da72" > util::ListGraph::AddArc< / a > < / div > < div class = "ttdeci" > ArcIndexType AddArc(NodeIndexType tail, NodeIndexType head)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01141" > graph.h:1141< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_arc_iterator_html_a659a293dd51073a1b9560bb80f687705" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_arc_iterator.html#a659a293dd51073a1b9560bb80f687705" > util::ReverseArcListGraph::OutgoingArcIterator::Next< / a > < / div > < div class = "ttdeci" > void Next()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01544" > graph.h:1544< / a > < / div > < / div >
< div class = "ttc" id = "namespaceutil_html_a9470623ca7db3c4a62ce3b326c6b07d8" > < div class = "ttname" > < a href = "namespaceutil.html#a9470623ca7db3c4a62ce3b326c6b07d8" > util::PermuteWithExplicitElementType< / a > < / div > < div class = "ttdeci" > void PermuteWithExplicitElementType(const IntVector & permutation, Array *array_to_permute, ElementType unused)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00726" > graph.h:726< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_head_iterator_html_a00f008b80917746917b874d00abd02a9" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_head_iterator.html#a00f008b80917746917b874d00abd02a9" > util::ListGraph::OutgoingHeadIterator::operator++< / a > < / div > < div class = "ttdeci" > void operator++()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01237" > graph.h:1237< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_ac82038a46ba21e5e92ea9ce755c9d562" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#ac82038a46ba21e5e92ea9ce755c9d562" > util::ReverseArcListGraph::OppositeIncomingArcsStartingFrom< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OppositeIncomingArcIterator > OppositeIncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_a3e3cac66da5cd9183c80a7c99a99ddf4" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#a3e3cac66da5cd9183c80a7c99a99ddf4" > util::ReverseArcStaticGraph::ReverseArcStaticGraph< / a > < / div > < div class = "ttdeci" > ReverseArcStaticGraph(NodeIndexType num_nodes, ArcIndexType arc_capacity)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00561" > graph.h:561< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_a8d4b4261ec6f0dab74197ba2dd21f032" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#a8d4b4261ec6f0dab74197ba2dd21f032" > util::SVector::~SVector< / a > < / div > < div class = "ttdeci" > ~SVector()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00778" > graph.h:778< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html_a6794aab15410a6bb6d59859e39078fed" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#a6794aab15410a6bb6d59859e39078fed" > util::ReverseArcMixedGraph::OutgoingOrOppositeIncomingArcIterator::OutgoingOrOppositeIncomingArcIterator< / a > < / div > < div class = "ttdeci" > OutgoingOrOppositeIncomingArcIterator(const ReverseArcMixedGraph & graph, NodeIndexType node, ArcIndexType arc)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02139" > graph.h:2139< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_head_iterator_html_aa5889e088aa7887ad512208b28bb46de" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_head_iterator.html#aa5889e088aa7887ad512208b28bb46de" > util::ListGraph::OutgoingHeadIterator::reference< / a > < / div > < div class = "ttdeci" > const NodeIndexType & reference< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01211" > graph.h:1211< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_head_iterator_html_ac30d83b0d8b71234a7c33ba93c63482c" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_head_iterator.html#ac30d83b0d8b71234a7c33ba93c63482c" > util::ListGraph::OutgoingHeadIterator::iterator_category< / a > < / div > < div class = "ttdeci" > std::input_iterator_tag iterator_category< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01208" > graph.h:1208< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_arc_iterator_html_adac23a27a3389aea80f75741569afe35" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_arc_iterator.html#adac23a27a3389aea80f75741569afe35" > util::ListGraph::OutgoingArcIterator::Index< / a > < / div > < div class = "ttdeci" > ArcIndexType Index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01192" > graph.h:1192< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html_a2282bb0bc1118383354bf90a92822b32" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#a2282bb0bc1118383354bf90a92822b32" > util::ReverseArcListGraph::OutgoingOrOppositeIncomingArcIterator::OutgoingOrOppositeIncomingArcIterator< / a > < / div > < div class = "ttdeci" > OutgoingOrOppositeIncomingArcIterator(const ReverseArcListGraph & graph, NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01613" > graph.h:1613< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_incoming_arc_iterator_html_adac23a27a3389aea80f75741569afe35" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_incoming_arc_iterator.html#adac23a27a3389aea80f75741569afe35" > util::ReverseArcStaticGraph::IncomingArcIterator::Index< / a > < / div > < div class = "ttdeci" > ArcIndexType Index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01881" > graph.h:1881< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_a96c9c7908573f98dcd303002f2d27f08" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#a96c9c7908573f98dcd303002f2d27f08" > util::ReverseArcListGraph::OutgoingOrOppositeIncomingArcs< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingOrOppositeIncomingArcIterator > OutgoingOrOppositeIncomingArcs(NodeIndexType node) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_ab3aa4c0abef16e6c5c3a649b5e99f4bb" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#ab3aa4c0abef16e6c5c3a649b5e99f4bb" > util::BaseGraph::BaseGraph< / a > < / div > < div class = "ttdeci" > BaseGraph()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00194" > graph.h:194< / a > < / div > < / div >
< div class = "ttc" id = "namespaceutil_html_a8c227a057c1ce9d46b1185abf77ad91e" > < div class = "ttname" > < a href = "namespaceutil.html#a8c227a057c1ce9d46b1185abf77ad91e" > util::Permute< / a > < / div > < div class = "ttdeci" > void Permute(const IntVector & permutation, Array *array_to_permute)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00739" > graph.h:739< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_a515c5546e3ad49f8d2985a351f79177f" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#a515c5546e3ad49f8d2985a351f79177f" > util::ReverseArcStaticGraph::IncomingArcs< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< IncomingArcIterator > IncomingArcs(NodeIndexType node) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_begin_end_wrapper_html" > < div class = "ttname" > < a href = "classutil_1_1_begin_end_wrapper.html" > util::BeginEndWrapper< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "iterators_8h_source.html#l00038" > iterators.h:38< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_html" > < div class = "ttname" > < a href = "classutil_1_1_list_graph.html" > util::ListGraph< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00299" > graph.h:299< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_a836b3d486d4b0cc4595afcdcbbf4e183" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#a836b3d486d4b0cc4595afcdcbbf4e183" > util::BaseGraph::arc_capacity< / a > < / div > < div class = "ttdeci" > ArcIndexType arc_capacity() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00966" > graph.h:966< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator_html_adac23a27a3389aea80f75741569afe35" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator.html#adac23a27a3389aea80f75741569afe35" > util::ReverseArcListGraph::OppositeIncomingArcIterator::Index< / a > < / div > < div class = "ttdeci" > ArcIndexType Index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01574" > graph.h:1574< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_a515c5546e3ad49f8d2985a351f79177f" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#a515c5546e3ad49f8d2985a351f79177f" > util::ReverseArcListGraph::IncomingArcs< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< IncomingArcIterator > IncomingArcs(NodeIndexType node) const< / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_aae2dc65d9ea248d54bf39daa986dd295" > < div class = "ttname" > < a href = "base_2logging_8h.html#aae2dc65d9ea248d54bf39daa986dd295" > DCHECK_GE< / a > < / div > < div class = "ttdeci" > #define DCHECK_GE(val1, val2)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00890" > base/logging.h:890< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_arc_iterator_html_adac23a27a3389aea80f75741569afe35" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_arc_iterator.html#adac23a27a3389aea80f75741569afe35" > util::ReverseArcListGraph::OutgoingArcIterator::Index< / a > < / div > < div class = "ttdeci" > ArcIndexType Index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01543" > graph.h:1543< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_a670eedbe0833896676a7063dc91a89ff" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#a670eedbe0833896676a7063dc91a89ff" > util::ReverseArcMixedGraph::OutgoingArcsStartingFrom< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingArcIterator > OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator_html_a439d9d7a5c81e14d4fa361a6cd55e193" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator.html#a439d9d7a5c81e14d4fa361a6cd55e193" > util::ReverseArcStaticGraph::OppositeIncomingArcIterator::OppositeIncomingArcIterator< / a > < / div > < div class = "ttdeci" > OppositeIncomingArcIterator(const ReverseArcStaticGraph & graph, NodeIndexType node, ArcIndexType arc)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01845" > graph.h:1845< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_html_a972f29a740833d0f6d9ae9ad1f568b22" > < div class = "ttname" > < a href = "classutil_1_1_list_graph.html#a972f29a740833d0f6d9ae9ad1f568b22" > util::ListGraph::OutDegree< / a > < / div > < div class = "ttdeci" > ArcIndexType OutDegree(NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01125" > graph.h:1125< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_a2eeae3a8497dc3942e3db3128a10d41c" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#a2eeae3a8497dc3942e3db3128a10d41c" > util::ReverseArcMixedGraph::Tail< / a > < / div > < div class = "ttdeci" > NodeIndexType Tail(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01983" > graph.h:1983< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_a1639035dfa412336ad43f8d8193a0307" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#a1639035dfa412336ad43f8d8193a0307" > util::ReverseArcStaticGraph::OppositeArc< / a > < / div > < div class = "ttdeci" > ArcIndexType OppositeArc(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01709" > graph.h:1709< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_a50b198c9abc5d0035643c3988a3e7148" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#a50b198c9abc5d0035643c3988a3e7148" > util::BaseGraph::BuildStartAndForwardHead< / a > < / div > < div class = "ttdeci" > void BuildStartAndForwardHead(SVector< NodeIndexType > *head, std::vector< ArcIndexType > *start, std::vector< ArcIndexType > *permutation)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01002" > graph.h:1002< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_html_a6a4d37693b809140b0dde7abd463d04e" > < div class = "ttname" > < a href = "classutil_1_1_list_graph.html#a6a4d37693b809140b0dde7abd463d04e" > util::ListGraph::Build< / a > < / div > < div class = "ttdeci" > void Build()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00341" > graph.h:341< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_ad753e31325058060daf9c0d6401573b9" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#ad753e31325058060daf9c0d6401573b9" > util::SVector::swap< / a > < / div > < div class = "ttdeci" > void swap(SVector< T > & x)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00846" > graph.h:846< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_a7c0ce053b28d53aa4eaf3eb7fb71663b" > < div class = "ttname" > < a href = "base_2logging_8h.html#a7c0ce053b28d53aa4eaf3eb7fb71663b" > CHECK_EQ< / a > < / div > < div class = "ttdeci" > #define CHECK_EQ(val1, val2)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00698" > base/logging.h:698< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_a60a39b3b058190faac7c23f7b520f1d1" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#a60a39b3b058190faac7c23f7b520f1d1" > util::ReverseArcStaticGraph::IncomingArcsStartingFrom< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< IncomingArcIterator > IncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_incoming_arc_iterator_html" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_incoming_arc_iterator.html" > util::ReverseArcStaticGraph::IncomingArcIterator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01869" > graph.h:1869< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_graph_html_a2eeae3a8497dc3942e3db3128a10d41c" > < div class = "ttname" > < a href = "classutil_1_1_complete_graph.html#a2eeae3a8497dc3942e3db3128a10d41c" > util::CompleteGraph::Tail< / a > < / div > < div class = "ttdeci" > NodeIndexType Tail(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02211" > graph.h:2211< / a > < / div > < / div >
< div class = "ttc" id = "resource_8cc_html_af12056bc2a8e3ec563f0940d87abbd2e" > < div class = "ttname" > < a href = "resource_8cc.html#af12056bc2a8e3ec563f0940d87abbd2e" > delta< / a > < / div > < div class = "ttdeci" > int64_t delta< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "resource_8cc_source.html#l01692" > resource.cc:1692< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_html_a72abbca4ba20feecaba7b06b8d472e6d" > < div class = "ttname" > < a href = "classutil_1_1_static_graph.html#a72abbca4ba20feecaba7b06b8d472e6d" > util::StaticGraph::AddNode< / a > < / div > < div class = "ttdeci" > void AddNode(NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01278" > graph.h:1278< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_incoming_arc_iterator_html_a124766a3f1c8970b4865920c178498f7" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_incoming_arc_iterator.html#a124766a3f1c8970b4865920c178498f7" > util::ReverseArcListGraph::IncomingArcIterator::IncomingArcIterator< / a > < / div > < div class = "ttdeci" > IncomingArcIterator(const ReverseArcListGraph & graph, NodeIndexType node, ArcIndexType arc)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01593" > graph.h:1593< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator_html_adac23a27a3389aea80f75741569afe35" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator.html#adac23a27a3389aea80f75741569afe35" > util::ReverseArcStaticGraph::OppositeIncomingArcIterator::Index< / a > < / div > < div class = "ttdeci" > ArcIndexType Index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01854" > graph.h:1854< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_aceb0938bcb2e8e5f37986d4cf8e3a955" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#aceb0938bcb2e8e5f37986d4cf8e3a955" > util::ReverseArcMixedGraph::Head< / a > < / div > < div class = "ttdeci" > NodeIndexType Head(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01975" > graph.h:1975< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_integer_range_html" > < div class = "ttname" > < a href = "classutil_1_1_integer_range.html" > util::IntegerRange< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "iterators_8h_source.html#l00146" > iterators.h:146< / a > < / div > < / div >
< div class = "ttc" id = "namespaceutil_html_a2f76166dbe0c4055a1f256235ad00478" > < div class = "ttname" > < a href = "namespaceutil.html#a2f76166dbe0c4055a1f256235ad00478" > util::Graph< / a > < / div > < div class = "ttdeci" > ListGraph Graph< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02361" > graph.h:2361< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html" > util::ReverseArcStaticGraph::OutgoingOrOppositeIncomingArcIterator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01891" > graph.h:1891< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_a2b88b717e42d7137a884c36e35052191" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#a2b88b717e42d7137a884c36e35052191" > util::BaseGraph::IsNodeValid< / a > < / div > < div class = "ttdeci" > bool IsNodeValid(NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00215" > graph.h:215< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html" > < div class = "ttname" > < a href = "base_2logging_8h.html" > logging.h< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html_a659a293dd51073a1b9560bb80f687705" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#a659a293dd51073a1b9560bb80f687705" > util::ReverseArcStaticGraph::OutgoingOrOppositeIncomingArcIterator::Next< / a > < / div > < div class = "ttdeci" > void Next()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01917" > graph.h:1917< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_arc_iterator_html_a6d7cc0e48adea6685c0681b38a8ea0e8" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_arc_iterator.html#a6d7cc0e48adea6685c0681b38a8ea0e8" > util::ReverseArcMixedGraph::OutgoingArcIterator::OutgoingArcIterator< / a > < / div > < div class = "ttdeci" > OutgoingArcIterator(const ReverseArcMixedGraph & graph, NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02049" > graph.h:2049< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_head_iterator_html_aaf78c758b76820a9789b9c0b46e7b7d8" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_head_iterator.html#aaf78c758b76820a9789b9c0b46e7b7d8" > util::ListGraph::OutgoingHeadIterator::operator!=< / a > < / div > < div class = "ttdeci" > bool operator!=(const typename ListGraph< NodeIndexType, ArcIndexType > ::OutgoingHeadIterator & other) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01231" > graph.h:1231< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_bipartite_graph_html_a05add2b29aa63527f24f25c605c29b12" > < div class = "ttname" > < a href = "classutil_1_1_complete_bipartite_graph.html#a05add2b29aa63527f24f25c605c29b12" > util::CompleteBipartiteGraph::OutgoingArcs< / a > < / div > < div class = "ttdeci" > IntegerRange< ArcIndexType > OutgoingArcs(NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02328" > graph.h:2328< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_a390311035baece41a5c62448137ce24d" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#a390311035baece41a5c62448137ce24d" > util::SVector::SVector< / a > < / div > < div class = "ttdeci" > SVector(SVector & & other)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00803" > graph.h:803< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_ae17f8119c108cf3070bad3449c7e0006" > < div class = "ttname" > < a href = "base_2logging_8h.html#ae17f8119c108cf3070bad3449c7e0006" > DCHECK< / a > < / div > < div class = "ttdeci" > #define DCHECK(condition)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00885" > base/logging.h:885< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_html_a71e14c0088eed792506574efd3e516be" > < div class = "ttname" > < a href = "classutil_1_1_static_graph.html#a71e14c0088eed792506574efd3e516be" > util::StaticGraph::operator[]< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< NodeIndexType const * > operator[](NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01250" > graph.h:1250< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html" > util::ReverseArcListGraph::OutgoingOrOppositeIncomingArcIterator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01610" > graph.h:1610< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_a7b505ba4a01bce342d049f5a8674da72" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#a7b505ba4a01bce342d049f5a8674da72" > util::ReverseArcStaticGraph::AddArc< / a > < / div > < div class = "ttdeci" > ArcIndexType AddArc(NodeIndexType tail, NodeIndexType head)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01748" > graph.h:1748< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347" > util::ReverseArcStaticGraph::OppositeIncomingArcIterator::Ok< / a > < / div > < div class = "ttdeci" > bool Ok() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01853" > graph.h:1853< / a > < / div > < / div >
< div class = "ttc" id = "graph_8h_html_aa560f5e55268f818d5e5f43ed31e19a0" > < div class = "ttname" > < a href = "graph_8h.html#aa560f5e55268f818d5e5f43ed31e19a0" > DEFINE_STL_ITERATOR_FUNCTIONS< / a > < / div > < div class = "ttdeci" > #define DEFINE_STL_ITERATOR_FUNCTIONS(iterator_class_name)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01082" > graph.h:1082< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_a8a40f2c75615a26ba71e94dd7d42f481" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#a8a40f2c75615a26ba71e94dd7d42f481" > util::BaseGraph::AllNodes< / a > < / div > < div class = "ttdeci" > IntegerRange< NodeIndex > AllNodes() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00936" > graph.h:936< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_1_1_outgoing_arc_iterator_html_a5cd9d7be1ec11a2cf229cf8518527646" > < div class = "ttname" > < a href = "classutil_1_1_static_graph_1_1_outgoing_arc_iterator.html#a5cd9d7be1ec11a2cf229cf8518527646" > util::StaticGraph::OutgoingArcIterator::OutgoingArcIterator< / a > < / div > < div class = "ttdeci" > OutgoingArcIterator(const StaticGraph & graph, NodeIndexType node, ArcIndexType arc)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01396" > graph.h:1396< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_a50281a76c553a854dd86b11789007110" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#a50281a76c553a854dd86b11789007110" > util::ReverseArcMixedGraph::ReserveArcs< / a > < / div > < div class = "ttdeci" > void ReserveArcs(ArcIndexType bound) override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01990" > graph.h:1990< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_head_iterator_html_a50d582aa47b8770809f0828f8287d590" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_head_iterator.html#a50d582aa47b8770809f0828f8287d590" > util::ListGraph::OutgoingHeadIterator::pointer< / a > < / div > < div class = "ttdeci" > const NodeIndexType * pointer< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01210" > graph.h:1210< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_1_1_outgoing_arc_iterator_html_a659a293dd51073a1b9560bb80f687705" > < div class = "ttname" > < a href = "classutil_1_1_list_graph_1_1_outgoing_arc_iterator.html#a659a293dd51073a1b9560bb80f687705" > util::ListGraph::OutgoingArcIterator::Next< / a > < / div > < div class = "ttdeci" > void Next()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01193" > graph.h:1193< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_graph_html_aceb0938bcb2e8e5f37986d4cf8e3a955" > < div class = "ttname" > < a href = "classutil_1_1_complete_graph.html#aceb0938bcb2e8e5f37986d4cf8e3a955" > util::CompleteGraph::Head< / a > < / div > < div class = "ttdeci" > NodeIndexType Head(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02204" > graph.h:2204< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_incoming_arc_iterator_html_a8111bd3c926625ef7e35604100f5f685" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_incoming_arc_iterator.html#a8111bd3c926625ef7e35604100f5f685" > util::ReverseArcMixedGraph::IncomingArcIterator::IncomingArcIterator< / a > < / div > < div class = "ttdeci" > IncomingArcIterator(const ReverseArcMixedGraph & graph, NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02110" > graph.h:2110< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_html_a1ae8aef05d10b9545e6a1c0bfb0c7735" > < div class = "ttname" > < a href = "classutil_1_1_list_graph.html#a1ae8aef05d10b9545e6a1c0bfb0c7735" > util::ListGraph::operator[]< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingHeadIterator > operator[](NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01104" > graph.h:1104< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_acf24cbad90951315d555898801bb88b6" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#acf24cbad90951315d555898801bb88b6" > util::BaseGraph::~BaseGraph< / a > < / div > < div class = "ttdeci" > virtual ~BaseGraph()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00200" > graph.h:200< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_bipartite_graph_html_a98b1112f3c64c1c28699c93b952ebf4e" > < div class = "ttname" > < a href = "classutil_1_1_complete_bipartite_graph.html#a98b1112f3c64c1c28699c93b952ebf4e" > util::CompleteBipartiteGraph::CompleteBipartiteGraph< / a > < / div > < div class = "ttdeci" > CompleteBipartiteGraph(NodeIndexType left_nodes, NodeIndexType right_nodes)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02268" > graph.h:2268< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_arc_iterator_html" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_arc_iterator.html" > util::ReverseArcMixedGraph::OutgoingArcIterator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02047" > graph.h:2047< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_html_abdab59515ed6ddd23a01d8e20f6d916c" > < div class = "ttname" > < a href = "classutil_1_1_list_graph.html#abdab59515ed6ddd23a01d8e20f6d916c" > util::ListGraph::ListGraph< / a > < / div > < div class = "ttdeci" > ListGraph()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00309" > graph.h:309< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator_html_a3012b9df64325459fdc497592e85ec7f" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator.html#a3012b9df64325459fdc497592e85ec7f" > util::ReverseArcStaticGraph::OppositeIncomingArcIterator::graph_< / a > < / div > < div class = "ttdeci" > const ReverseArcStaticGraph & graph_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01863" > graph.h:1863< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_head_iterator_html_af1f337e1722b47b5896d46d2a673193d" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_head_iterator.html#af1f337e1722b47b5896d46d2a673193d" > util::ReverseArcListGraph::OutgoingHeadIterator::OutgoingHeadIterator< / a > < / div > < div class = "ttdeci" > OutgoingHeadIterator(const ReverseArcListGraph & graph, NodeIndexType node, ArcIndexType arc)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01655" > graph.h:1655< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_incoming_arc_iterator_html_a1f64233836efd4b61452c19b7b418ff4" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_incoming_arc_iterator.html#a1f64233836efd4b61452c19b7b418ff4" > util::ReverseArcStaticGraph::IncomingArcIterator::IncomingArcIterator< / a > < / div > < div class = "ttdeci" > IncomingArcIterator(const ReverseArcStaticGraph & graph, NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01872" > graph.h:1872< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator_html_a2d07e2dff26af01a125f5790d07405f0" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator.html#a2d07e2dff26af01a125f5790d07405f0" > util::ReverseArcListGraph::OppositeIncomingArcIterator::index_< / a > < / div > < div class = "ttdeci" > ArcIndexType index_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01584" > graph.h:1584< / a > < / div > < / div >
< div class = "ttc" id = "parser_8tab_8cc_html_a5faf6a2d99f50a4655dd390199a8db7b" > < div class = "ttname" > < a href = "parser_8tab_8cc.html#a5faf6a2d99f50a4655dd390199a8db7b" > malloc< / a > < / div > < div class = "ttdeci" > void * malloc(YYSIZE_T)< / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_a2eeae3a8497dc3942e3db3128a10d41c" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#a2eeae3a8497dc3942e3db3128a10d41c" > util::ReverseArcListGraph::Tail< / a > < / div > < div class = "ttdeci" > NodeIndexType Tail(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01473" > graph.h:1473< / a > < / div > < / div >
< div class = "ttc" id = "expressions_8cc_html_aae6e045630301833144e9075260cb2b9" > < div class = "ttname" > < a href = "expressions_8cc.html#aae6e045630301833144e9075260cb2b9" > limit_< / a > < / div > < div class = "ttdeci" > const int64_t limit_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "expressions_8cc_source.html#l05479" > expressions.cc:5479< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_bipartite_graph_html_ac79c65c1a4e1b6e585ce0a297a30e783" > < div class = "ttname" > < a href = "classutil_1_1_complete_bipartite_graph.html#ac79c65c1a4e1b6e585ce0a297a30e783" > util::CompleteBipartiteGraph::OutgoingArcsStartingFrom< / a > < / div > < div class = "ttdeci" > IntegerRange< ArcIndexType > OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02340" > graph.h:2340< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_a4395e95bab44e222cb2e77251017a0e2" > < div class = "ttname" > < a href = "base_2logging_8h.html#a4395e95bab44e222cb2e77251017a0e2" > DCHECK_LE< / a > < / div > < div class = "ttdeci" > #define DCHECK_LE(val1, val2)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00888" > base/logging.h:888< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_a6a2df5042167b234f6dc3aed4acfa6c9" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#a6a2df5042167b234f6dc3aed4acfa6c9" > util::BaseGraph::num_nodes< / a > < / div > < div class = "ttdeci" > NodeIndexType num_nodes() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00203" > graph.h:203< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_ad7db584fc1fe14ce9296131fda625994" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#ad7db584fc1fe14ce9296131fda625994" > util::ReverseArcListGraph::OutgoingArcs< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingArcIterator > OutgoingArcs(NodeIndexType node) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_html_a670eedbe0833896676a7063dc91a89ff" > < div class = "ttname" > < a href = "classutil_1_1_list_graph.html#a670eedbe0833896676a7063dc91a89ff" > util::ListGraph::OutgoingArcsStartingFrom< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingArcIterator > OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_a2d4c1b57da542282856d41631254c9f0" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#a2d4c1b57da542282856d41631254c9f0" > util::ReverseArcMixedGraph::OppositeIncomingArcs< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OppositeIncomingArcIterator > OppositeIncomingArcs(NodeIndexType node) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_a50281a76c553a854dd86b11789007110" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#a50281a76c553a854dd86b11789007110" > util::ReverseArcListGraph::ReserveArcs< / a > < / div > < div class = "ttdeci" > void ReserveArcs(ArcIndexType bound) override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01488" > graph.h:1488< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_adaedf0bdb4f152e4b852e4a6113e3404" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#adaedf0bdb4f152e4b852e4a6113e3404" > util::SVector::max_size< / a > < / div > < div class = "ttdeci" > int max_size() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00896" > graph.h:896< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_ab120f5c5f33cbc5454524fe168a60aea" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#ab120f5c5f33cbc5454524fe168a60aea" > util::SVector::grow< / a > < / div > < div class = "ttdeci" > void grow(const T & left=T(), const T & right=T())< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00875" > graph.h:875< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_bipartite_graph_html_aceb0938bcb2e8e5f37986d4cf8e3a955" > < div class = "ttname" > < a href = "classutil_1_1_complete_bipartite_graph.html#aceb0938bcb2e8e5f37986d4cf8e3a955" > util::CompleteBipartiteGraph::Head< / a > < / div > < div class = "ttdeci" > NodeIndexType Head(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02307" > graph.h:2307< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_a1639035dfa412336ad43f8d8193a0307" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#a1639035dfa412336ad43f8d8193a0307" > util::ReverseArcListGraph::OppositeArc< / a > < / div > < div class = "ttdeci" > ArcIndexType OppositeArc(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01459" > graph.h:1459< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_aec05ff3d270a5f888e1623c2a99ff2aa" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#aec05ff3d270a5f888e1623c2a99ff2aa" > util::BaseGraph::NodeIndex< / a > < / div > < div class = "ttdeci" > NodeIndexType NodeIndex< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00191" > graph.h:191< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347" > util::ReverseArcMixedGraph::OppositeIncomingArcIterator::Ok< / a > < / div > < div class = "ttdeci" > bool Ok() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02092" > graph.h:2092< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_a515c5546e3ad49f8d2985a351f79177f" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#a515c5546e3ad49f8d2985a351f79177f" > util::ReverseArcMixedGraph::IncomingArcs< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< IncomingArcIterator > IncomingArcs(NodeIndexType node) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_arc_iterator_html_adac23a27a3389aea80f75741569afe35" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_arc_iterator.html#adac23a27a3389aea80f75741569afe35" > util::ReverseArcMixedGraph::OutgoingArcIterator::Index< / a > < / div > < div class = "ttdeci" > ArcIndexType Index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02058" > graph.h:2058< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_a285704636360af06c524ff313f7313ed" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#a285704636360af06c524ff313f7313ed" > util::ReverseArcMixedGraph::ReverseArcMixedGraph< / a > < / div > < div class = "ttdeci" > ReverseArcMixedGraph()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00648" > graph.h:648< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_a670eedbe0833896676a7063dc91a89ff" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#a670eedbe0833896676a7063dc91a89ff" > util::ReverseArcListGraph::OutgoingArcsStartingFrom< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingArcIterator > OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_html_a228ce09354afe458ad62a53915f2ede6" > < div class = "ttname" > < a href = "classutil_1_1_list_graph.html#a228ce09354afe458ad62a53915f2ede6" > util::ListGraph::ListGraph< / a > < / div > < div class = "ttdeci" > ListGraph(NodeIndexType num_nodes, ArcIndexType arc_capacity)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00314" > graph.h:314< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_bipartite_graph_1_1_outgoing_arc_iterator_html_adac23a27a3389aea80f75741569afe35" > < div class = "ttname" > < a href = "classutil_1_1_complete_bipartite_graph_1_1_outgoing_arc_iterator.html#adac23a27a3389aea80f75741569afe35" > util::CompleteBipartiteGraph::OutgoingArcIterator::Index< / a > < / div > < div class = "ttdeci" > ArcIndexType Index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02293" > graph.h:2293< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_a72abbca4ba20feecaba7b06b8d472e6d" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#a72abbca4ba20feecaba7b06b8d472e6d" > util::ReverseArcListGraph::AddNode< / a > < / div > < div class = "ttdeci" > void AddNode(NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01497" > graph.h:1497< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_a92531459eff09455cfa63976f5024906" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#a92531459eff09455cfa63976f5024906" > util::BaseGraph::ArcIndex< / a > < / div > < div class = "ttdeci" > ArcIndexType ArcIndex< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00192" > graph.h:192< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_arc_iterator_html_a95961aa64ac724662efc26381e9289cc" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_arc_iterator.html#a95961aa64ac724662efc26381e9289cc" > util::ReverseArcListGraph::OutgoingArcIterator::OutgoingArcIterator< / a > < / div > < div class = "ttdeci" > OutgoingArcIterator(const ReverseArcListGraph & graph, NodeIndexType node, ArcIndexType arc)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01535" > graph.h:1535< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_a64e92a69b1e1c47656a72df314cf609c" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#a64e92a69b1e1c47656a72df314cf609c" > util::ReverseArcStaticGraph::InDegree< / a > < / div > < div class = "ttdeci" > ArcIndexType InDegree(NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01695" > graph.h:1695< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_graph_html_a972f29a740833d0f6d9ae9ad1f568b22" > < div class = "ttname" > < a href = "classutil_1_1_complete_graph.html#a972f29a740833d0f6d9ae9ad1f568b22" > util::CompleteGraph::OutDegree< / a > < / div > < div class = "ttdeci" > ArcIndexType OutDegree(NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02218" > graph.h:2218< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator_html_acbd6c415460badaeb51852031e73fc1b" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator.html#acbd6c415460badaeb51852031e73fc1b" > util::ReverseArcMixedGraph::OppositeIncomingArcIterator::OppositeIncomingArcIterator< / a > < / div > < div class = "ttdeci" > OppositeIncomingArcIterator(const ReverseArcMixedGraph & graph, NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02077" > graph.h:2077< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_a578be9c59132b8633a67a98c39318777" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#a578be9c59132b8633a67a98c39318777" > util::SVector::resize< / a > < / div > < div class = "ttdeci" > void resize(int n)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00825" > graph.h:825< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_afdfec6e1d53e915a6059fdb681d92f02" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#afdfec6e1d53e915a6059fdb681d92f02" > util::BaseGraph::ReserveNodes< / a > < / div > < div class = "ttdeci" > virtual void ReserveNodes(NodeIndexType bound)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00237" > graph.h:237< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_af9593d4a5ff4274efaf429cb4f9e57cc" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#af9593d4a5ff4274efaf429cb4f9e57cc" > util::SVector::size< / a > < / div > < div class = "ttdeci" > int size() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00892" > graph.h:892< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_a7b505ba4a01bce342d049f5a8674da72" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#a7b505ba4a01bce342d049f5a8674da72" > util::ReverseArcMixedGraph::AddArc< / a > < / div > < div class = "ttdeci" > ArcIndexType AddArc(NodeIndexType tail, NodeIndexType head)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02006" > graph.h:2006< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html" > util::BaseGraph< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00186" > graph.h:186< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_html_a8c493e04974a5c65843b8e793c7611aa" > < div class = "ttname" > < a href = "classutil_1_1_static_graph.html#a8c493e04974a5c65843b8e793c7611aa" > util::StaticGraph::StaticGraph< / a > < / div > < div class = "ttdeci" > StaticGraph(NodeIndexType num_nodes, ArcIndexType arc_capacity)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00409" > graph.h:409< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_a1639035dfa412336ad43f8d8193a0307" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#a1639035dfa412336ad43f8d8193a0307" > util::ReverseArcMixedGraph::OppositeArc< / a > < / div > < div class = "ttdeci" > ArcIndexType OppositeArc(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01968" > graph.h:1968< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_arc_iterator_html_a5eafa0bb6911e15aa04f37a71e10d9e9" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_arc_iterator.html#a5eafa0bb6911e15aa04f37a71e10d9e9" > util::ReverseArcStaticGraph::OutgoingArcIterator::OutgoingArcIterator< / a > < / div > < div class = "ttdeci" > OutgoingArcIterator(const ReverseArcStaticGraph & graph, NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01809" > graph.h:1809< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_afa0c44b50a5e9459e3339ec50082e635" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#afa0c44b50a5e9459e3339ec50082e635" > util::BaseGraph::num_arcs_< / a > < / div > < div class = "ttdeci" > ArcIndexType num_arcs_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00280" > graph.h:280< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_ac82038a46ba21e5e92ea9ce755c9d562" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#ac82038a46ba21e5e92ea9ce755c9d562" > util::ReverseArcStaticGraph::OppositeIncomingArcsStartingFrom< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OppositeIncomingArcIterator > OppositeIncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html" > util::ReverseArcMixedGraph< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00637" > graph.h:637< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_html_a50281a76c553a854dd86b11789007110" > < div class = "ttname" > < a href = "classutil_1_1_list_graph.html#a50281a76c553a854dd86b11789007110" > util::ListGraph::ReserveArcs< / a > < / div > < div class = "ttdeci" > void ReserveArcs(ArcIndexType bound) override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01162" > graph.h:1162< / a > < / div > < / div >
< div class = "ttc" id = "parser_8tab_8cc_html_af07d89f5ceaea0c7c8252cc41fd75f37" > < div class = "ttname" > < a href = "parser_8tab_8cc.html#af07d89f5ceaea0c7c8252cc41fd75f37" > free< / a > < / div > < div class = "ttdeci" > void free(void *)< / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator_html_a2d07e2dff26af01a125f5790d07405f0" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator.html#a2d07e2dff26af01a125f5790d07405f0" > util::ReverseArcStaticGraph::OppositeIncomingArcIterator::index_< / a > < / div > < div class = "ttdeci" > ArcIndexType index_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01865" > graph.h:1865< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_html_a554cbbb5018b36885e8f166ddfe6334c" > < div class = "ttname" > < a href = "classutil_1_1_static_graph.html#a554cbbb5018b36885e8f166ddfe6334c" > util::StaticGraph::ReserveNodes< / a > < / div > < div class = "ttdeci" > void ReserveNodes(NodeIndexType bound) override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01262" > graph.h:1262< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_1_1_outgoing_arc_iterator_html" > < div class = "ttname" > < a href = "classutil_1_1_static_graph_1_1_outgoing_arc_iterator.html" > util::StaticGraph::OutgoingArcIterator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01392" > graph.h:1392< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html" > util::SVector< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00176" > graph.h:176< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_arc_iterator_html" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_outgoing_arc_iterator.html" > util::ReverseArcListGraph::OutgoingArcIterator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01529" > graph.h:1529< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_html_a670eedbe0833896676a7063dc91a89ff" > < div class = "ttname" > < a href = "classutil_1_1_static_graph.html#a670eedbe0833896676a7063dc91a89ff" > util::StaticGraph::OutgoingArcsStartingFrom< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingArcIterator > OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_html_aceb0938bcb2e8e5f37986d4cf8e3a955" > < div class = "ttname" > < a href = "classutil_1_1_static_graph.html#aceb0938bcb2e8e5f37986d4cf8e3a955" > util::StaticGraph::Head< / a > < / div > < div class = "ttdeci" > NodeIndexType Head(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01314" > graph.h:1314< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_a6a4d37693b809140b0dde7abd463d04e" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#a6a4d37693b809140b0dde7abd463d04e" > util::ReverseArcStaticGraph::Build< / a > < / div > < div class = "ttdeci" > void Build()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00608" > graph.h:608< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_complete_bipartite_graph_1_1_outgoing_arc_iterator_html_a659a293dd51073a1b9560bb80f687705" > < div class = "ttname" > < a href = "classutil_1_1_complete_bipartite_graph_1_1_outgoing_arc_iterator.html#a659a293dd51073a1b9560bb80f687705" > util::CompleteBipartiteGraph::OutgoingArcIterator::Next< / a > < / div > < div class = "ttdeci" > void Next()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02294" > graph.h:2294< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_list_graph_html_a72abbca4ba20feecaba7b06b8d472e6d" > < div class = "ttname" > < a href = "classutil_1_1_list_graph.html#a72abbca4ba20feecaba7b06b8d472e6d" > util::ListGraph::AddNode< / a > < / div > < div class = "ttdeci" > void AddNode(NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01133" > graph.h:1133< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_a631f9ba7174b41f44c98433a026e2f7a" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#a631f9ba7174b41f44c98433a026e2f7a" > util::SVector::clear_and_dealloc< / a > < / div > < div class = "ttdeci" > void clear_and_dealloc()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00898" > graph.h:898< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_a2e11158a140d001b6e2900449d1f9c0e" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#a2e11158a140d001b6e2900449d1f9c0e" > util::SVector::SVector< / a > < / div > < div class = "ttdeci" > SVector(const SVector & other)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00781" > graph.h:781< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_a64e92a69b1e1c47656a72df314cf609c" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#a64e92a69b1e1c47656a72df314cf609c" > util::ReverseArcMixedGraph::InDegree< / a > < / div > < div class = "ttdeci" > ArcIndexType InDegree(NodeIndexType node) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01952" > graph.h:1952< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_static_graph_html_a6a4d37693b809140b0dde7abd463d04e" > < div class = "ttname" > < a href = "classutil_1_1_static_graph.html#a6a4d37693b809140b0dde7abd463d04e" > util::StaticGraph::Build< / a > < / div > < div class = "ttdeci" > void Build()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00436" > graph.h:436< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator_html_a7c63f34c18b32790f99ff0460ffb5a6e" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator.html#a7c63f34c18b32790f99ff0460ffb5a6e" > util::ReverseArcListGraph::OppositeIncomingArcIterator::OppositeIncomingArcIterator< / a > < / div > < div class = "ttdeci" > OppositeIncomingArcIterator(const ReverseArcListGraph & graph, NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01560" > graph.h:1560< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_1_1_incoming_arc_iterator_html" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph_1_1_incoming_arc_iterator.html" > util::ReverseArcListGraph::IncomingArcIterator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01588" > graph.h:1588< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_html_ad7db584fc1fe14ce9296131fda625994" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph.html#ad7db584fc1fe14ce9296131fda625994" > util::ReverseArcMixedGraph::OutgoingArcs< / a > < / div > < div class = "ttdeci" > BeginEndWrapper< OutgoingArcIterator > OutgoingArcs(NodeIndexType node) const< / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_or_opposite_incoming_arc_iterator_html_adac23a27a3389aea80f75741569afe35" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#adac23a27a3389aea80f75741569afe35" > util::ReverseArcStaticGraph::OutgoingOrOppositeIncomingArcIterator::Index< / a > < / div > < div class = "ttdeci" > ArcIndexType Index() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01915" > graph.h:1915< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_a238684ec126b5771f956cf67c964d4e5" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#a238684ec126b5771f956cf67c964d4e5" > util::BaseGraph::FreezeCapacities< / a > < / div > < div class = "ttdeci" > void FreezeCapacities()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00973" > graph.h:973< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_s_vector_html_aae6f26430b052e475c71158ad69d3a09" > < div class = "ttname" > < a href = "classutil_1_1_s_vector.html#aae6f26430b052e475c71158ad69d3a09" > util::SVector::operator=< / a > < / div > < div class = "ttdeci" > SVector & operator=(SVector & & other)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00804" > graph.h:804< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_arc_iterator_html_a659a293dd51073a1b9560bb80f687705" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_arc_iterator.html#a659a293dd51073a1b9560bb80f687705" > util::ReverseArcMixedGraph::OutgoingArcIterator::Next< / a > < / div > < div class = "ttdeci" > void Next()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02059" > graph.h:2059< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator_html_a07dbc7d066ccb1d50eef6e153aa6350c" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator.html#a07dbc7d066ccb1d50eef6e153aa6350c" > util::ReverseArcStaticGraph::OppositeIncomingArcIterator::OppositeIncomingArcIterator< / a > < / div > < div class = "ttdeci" > OppositeIncomingArcIterator(const ReverseArcStaticGraph & graph, NodeIndexType node)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01837" > graph.h:1837< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_ad17746fd0d835cab506a6ce5a93ad89a" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#ad17746fd0d835cab506a6ce5a93ad89a" > util::BaseGraph::IsArcValid< / a > < / div > < div class = "ttdeci" > bool IsArcValid(ArcIndexType arc) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00221" > graph.h:221< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_ab62f5ed8f2d48e29802be0cbbcd1359a" > < div class = "ttname" > < a href = "base_2logging_8h.html#ab62f5ed8f2d48e29802be0cbbcd1359a" > DCHECK_LT< / a > < / div > < div class = "ttdeci" > #define DCHECK_LT(val1, val2)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00889" > base/logging.h:889< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_arc_iterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347" > util::ReverseArcStaticGraph::OutgoingArcIterator::Ok< / a > < / div > < div class = "ttdeci" > bool Ok() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01817" > graph.h:1817< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_incoming_arc_iterator_html" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_incoming_arc_iterator.html" > util::ReverseArcMixedGraph::IncomingArcIterator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02107" > graph.h:2107< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_base_graph_html_a47b64ae00c3d2acdbdad64fa6dbe9c03" > < div class = "ttname" > < a href = "classutil_1_1_base_graph.html#a47b64ae00c3d2acdbdad64fa6dbe9c03" > util::BaseGraph::node_capacity_< / a > < / div > < div class = "ttdeci" > NodeIndexType node_capacity_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l00279" > graph.h:279< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_ac89c7b45754e9a6bdabc08bea586fc4e" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#ac89c7b45754e9a6bdabc08bea586fc4e" > operations_research::glop::Index< / a > < / div > < div class = "ttdeci" > int32_t Index< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__types_8h_source.html#l00038" > lp_types.h:38< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_html_a50281a76c553a854dd86b11789007110" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph.html#a50281a76c553a854dd86b11789007110" > util::ReverseArcStaticGraph::ReserveArcs< / a > < / div > < div class = "ttdeci" > void ReserveArcs(ArcIndexType bound) override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01732" > graph.h:1732< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_arc_iterator_html" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_static_graph_1_1_outgoing_arc_iterator.html" > util::ReverseArcStaticGraph::OutgoingArcIterator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01807" > graph.h:1807< / a > < / div > < / div >
< div class = "ttc" id = "constraint__solver_2table_8cc_html_acb18315d548212835cd8ed4287e6c0b6" > < div class = "ttname" > < a href = "constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6" > a< / a > < / div > < div class = "ttdeci" > int64_t a< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "constraint__solver_2table_8cc_source.html#l00046" > constraint_solver/table.cc:46< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator_html_a659a293dd51073a1b9560bb80f687705" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator.html#a659a293dd51073a1b9560bb80f687705" > util::ReverseArcMixedGraph::OppositeIncomingArcIterator::Next< / a > < / div > < div class = "ttdeci" > void Next()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l02094" > graph.h:2094< / a > < / div > < / div >
< div class = "ttc" id = "classutil_1_1_reverse_arc_list_graph_html_a7b505ba4a01bce342d049f5a8674da72" > < div class = "ttname" > < a href = "classutil_1_1_reverse_arc_list_graph.html#a7b505ba4a01bce342d049f5a8674da72" > util::ReverseArcListGraph::AddArc< / a > < / div > < div class = "ttdeci" > ArcIndexType AddArc(NodeIndexType tail, NodeIndexType head)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "graph_8h_source.html#l01507" > graph.h:1507< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< / div > <!-- fragment --> < / div > <!-- contents -->
< / div > <!-- doc - content -->
2020-09-01 16:00:33 +02:00
<!-- HTML footer for doxygen 1.8.18 -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "dir_a7cc1eeded8f693d0da6c729bc88c45a.html" > ortools< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_725f3a5915051842f84e3ea508be2a62.html" > graph< / a > < / li > < li class = "navelem" > < a class = "el" href = "graph_8h.html" > graph.h< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
2021-09-20 15:57:27 +02:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.15 < / li >
2020-09-01 16:00:33 +02:00
< / ul >
< / div >
< / body >
< / html >