2020-01-31 17:22:59 +01:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< title > OR-Tools< / title >
< meta http-equiv = "Content-Type" content = "text/html;" / >
< meta charset = "utf-8" / >
<!-- <link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/> -->
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
2020-09-01 16:00:33 +02:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "styleSheet.tmp.css" rel = "stylesheet" type = "text/css" / >
2020-01-31 17:22:59 +01:00
< / head >
< body >
< div id = "banner-container" >
< div id = "banner" >
2020-09-01 16:00:33 +02:00
< span id = "sfml" > Google OR-Tools 8.0< / span >
2020-01-31 17:22:59 +01:00
< / div >
< / div >
< div id = "content" style = "width: 100%; overflow: hidden;" >
< div style = "margin-left: 15px; margin-top: 5px; float: left; color: #145A32;" >
< h2 > C++ Reference< / h2 >
< ul >
< li > < a href = "../cpp_algorithms/annotated.html" > Algorithms< / a > < / li >
< li > < a href = "../cpp_sat/annotated.html" > CP-SAT< / a > < / li >
< li > < a href = "../cpp_graph/annotated.html" > Graph< / a > < / li >
< li > < a href = "../cpp_routing/annotated.html" > Routing< / a > < / li >
< li > < a href = "../cpp_linear/annotated.html" > Linear solver< / a > < / li >
< / ul >
< / div >
< div id = "content" >
< div align = "center" >
< h1 style = "color: #145A32;" > C++ Reference: Graph< / h1 >
< / div >
2020-06-11 12:23:09 +02:00
<!-- Generated by Doxygen 1.8.18 -->
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 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @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">
2020-01-31 17:22:59 +01:00
< / div >
< / div >
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 */
$(document).ready(function(){initNavTree('classutil_1_1UndirectedAdjacencyListsOfDirectedGraph.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
2020-01-31 17:22:59 +01:00
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Classes< / a > |
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "classutil_1_1UndirectedAdjacencyListsOfDirectedGraph-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > UndirectedAdjacencyListsOfDirectedGraph< Graph > < / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < h3 > template< class Graph> < br / >
class util::UndirectedAdjacencyListsOfDirectedGraph< Graph > < / h3 >
2020-04-23 15:34:43 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "util_8h_source.html#l00099" > 99< / a > of file < a class = "el" href = "util_8h_source.html" > util.h< / a > .< / p >
2020-01-31 17:22:59 +01:00
< / div > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1UndirectedAdjacencyListsOfDirectedGraph_1_1AdjacencyListIterator.html" > AdjacencyListIterator< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
< tr class = "memitem:a2380f2634e304c2161485c0d395b78eb" > < td class = "memItemLeft" align = "right" valign = "top" > typedef Graph::OutgoingOrOppositeIncomingArcIterator  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1UndirectedAdjacencyListsOfDirectedGraph.html#a2380f2634e304c2161485c0d395b78eb" > ArcIterator< / a > < / td > < / tr >
< tr class = "separator:a2380f2634e304c2161485c0d395b78eb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a0a6c3259e0f5b11ae67f15beefa1020c" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1UndirectedAdjacencyListsOfDirectedGraph.html#a0a6c3259e0f5b11ae67f15beefa1020c" > UndirectedAdjacencyListsOfDirectedGraph< / a > (const < a class = "el" href = "namespaceutil.html#a2f76166dbe0c4055a1f256235ad00478" > Graph< / a > & graph)< / td > < / tr >
< tr class = "separator:a0a6c3259e0f5b11ae67f15beefa1020c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acb3986c66a9d18524b947fd391f68240" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classutil_1_1BeginEndWrapper.html" > BeginEndWrapper< / a > < < a class = "el" href = "classutil_1_1UndirectedAdjacencyListsOfDirectedGraph_1_1AdjacencyListIterator.html" > AdjacencyListIterator< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1UndirectedAdjacencyListsOfDirectedGraph.html#acb3986c66a9d18524b947fd391f68240" > operator[]< / a > (int node) const< / td > < / tr >
< tr class = "separator:acb3986c66a9d18524b947fd391f68240" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "a2380f2634e304c2161485c0d395b78eb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2380f2634e304c2161485c0d395b78eb" > ◆ < / a > < / span > ArcIterator< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > typedef Graph::OutgoingOrOppositeIncomingArcIterator < a class = "el" href = "classutil_1_1UndirectedAdjacencyListsOfDirectedGraph.html#a2380f2634e304c2161485c0d395b78eb" > ArcIterator< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-04-23 15:34:43 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "util_8h_source.html#l00104" > 104< / a > of file < a class = "el" href = "util_8h_source.html" > util.h< / a > .< / p >
2020-01-31 17:22:59 +01:00
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a0a6c3259e0f5b11ae67f15beefa1020c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0a6c3259e0f5b11ae67f15beefa1020c" > ◆ < / a > < / span > UndirectedAdjacencyListsOfDirectedGraph()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classutil_1_1UndirectedAdjacencyListsOfDirectedGraph.html" > UndirectedAdjacencyListsOfDirectedGraph< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespaceutil.html#a2f76166dbe0c4055a1f256235ad00478" > Graph< / a > &   < / td >
< td class = "paramname" > < em > graph< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > explicit< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-04-23 15:34:43 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "util_8h_source.html#l00101" > 101< / a > of file < a class = "el" href = "util_8h_source.html" > util.h< / a > .< / p >
2020-01-31 17:22:59 +01:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "acb3986c66a9d18524b947fd391f68240" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acb3986c66a9d18524b947fd391f68240" > ◆ < / a > < / span > operator[]()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classutil_1_1BeginEndWrapper.html" > BeginEndWrapper< / a > < < a class = "el" href = "classutil_1_1UndirectedAdjacencyListsOfDirectedGraph_1_1AdjacencyListIterator.html" > AdjacencyListIterator< / a > > operator[] < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > node< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-04-23 15:34:43 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "util_8h_source.html#l00119" > 119< / a > of file < a class = "el" href = "util_8h_source.html" > util.h< / a > .< / p >
2020-01-31 17:22:59 +01:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "util_8h_source.html" > util.h< / a > < / li >
< / ul >
< / div > <!-- contents -->
2020-09-01 16:00:33 +02:00
< / div > <!-- doc - content -->
2020-01-31 17:22:59 +01:00
< / div >
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >