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-01-26 11:28:50 +01:00
< meta name = "generator" content = "Doxygen 1.9.1" / >
2020-09-01 16:00:33 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: flow_problem.pb.cc File Reference< / 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 >
< 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-01-26 11:28:50 +01:00
  < span id = "projectnumber" > 8.2< / span >
2020-09-01 16:00:33 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2021-01-26 11:28:50 +01:00
<!-- Generated by Doxygen 1.9.1 -->
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-01-26 11:28:50 +01:00
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
2020-09-01 16:00:33 +02:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @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 */
$(document).ready(function(){initNavTree('flow__problem_8pb_8cc.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 >
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Classes< / a > |
< a href = "#namespaces" > Namespaces< / a > |
< a href = "#define-members" > Macros< / a > |
< a href = "#func-members" > Functions< / a > |
< a href = "#var-members" > Variables< / a > < / div >
< div class = "headertitle" >
< div class = "title" > flow_problem.pb.cc File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > < a href = "flow__problem_8pb_8cc_source.html" > Go to the source code of this file.< / a > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_arc_default_type_internal.html" > ArcDefaultTypeInternal< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_node_default_type_internal.html" > NodeDefaultTypeInternal< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_flow_model_default_type_internal.html" > FlowModelDefaultTypeInternal< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_arc_1_1___internal.html" > _Internal< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_node_1_1___internal.html" > _Internal< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_flow_model_1_1___internal.html" > _Internal< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< 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 = "namespaces" > < / a >
Namespaces< / h2 > < / td > < / tr >
< tr class = "memitem:namespaceoperations__research" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html" > operations_research< / a > < / td > < / tr >
< tr class = "memdesc:namespaceoperations__research" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows. < br / > < / 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 = "define-members" > < / a >
Macros< / h2 > < / td > < / tr >
< tr class = "memitem:a1a656da48cf3d2824247c83ad8d92f10" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#a1a656da48cf3d2824247c83ad8d92f10" > CHK_< / a > (x)      < a class = "el" href = "parser_8yy_8cc.html#a33e91cd0cef6786e9e3a27ac67707207" > if< / a > (PROTOBUF_PREDICT_FALSE(!(x))) goto failure< / td > < / tr >
< tr class = "separator:a1a656da48cf3d2824247c83ad8d92f10" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1a656da48cf3d2824247c83ad8d92f10" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#a1a656da48cf3d2824247c83ad8d92f10" > CHK_< / a > (x)      < a class = "el" href = "parser_8yy_8cc.html#a33e91cd0cef6786e9e3a27ac67707207" > if< / a > (PROTOBUF_PREDICT_FALSE(!(x))) goto failure< / td > < / tr >
< tr class = "separator:a1a656da48cf3d2824247c83ad8d92f10" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1a656da48cf3d2824247c83ad8d92f10" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#a1a656da48cf3d2824247c83ad8d92f10" > CHK_< / a > (x)      < a class = "el" href = "parser_8yy_8cc.html#a33e91cd0cef6786e9e3a27ac67707207" > if< / a > (PROTOBUF_PREDICT_FALSE(!(x))) goto failure< / td > < / tr >
< tr class = "separator:a1a656da48cf3d2824247c83ad8d92f10" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
< tr class = "memitem:af78d0a409ea94139e2ed305120ef2ec4" > < td class = "memItemLeft" align = "right" valign = "top" > static void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#af78d0a409ea94139e2ed305120ef2ec4" > InitDefaultsscc_info_Arc_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > ()< / td > < / tr >
< tr class = "separator:af78d0a409ea94139e2ed305120ef2ec4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4f07cff2a78b33d772d32f501749707d" > < td class = "memItemLeft" align = "right" valign = "top" > static void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#a4f07cff2a78b33d772d32f501749707d" > InitDefaultsscc_info_FlowModel_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > ()< / td > < / tr >
< tr class = "separator:a4f07cff2a78b33d772d32f501749707d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad2aa5bf04618918ca263d40092dae036" > < td class = "memItemLeft" align = "right" valign = "top" > static void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#ad2aa5bf04618918ca263d40092dae036" > InitDefaultsscc_info_Node_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > ()< / td > < / tr >
< tr class = "separator:ad2aa5bf04618918ca263d40092dae036" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a175865815ed072396e557bb642e6b20f" > < td class = "memItemLeft" align = "right" valign = "top" > const ::< a class = "el" href = "integral__types_8h.html#a1134b580f8da4de94ca6b1de4d37975e" > PROTOBUF_NAMESPACE_ID::uint32< / a > < a class = "el" href = "struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a345548bf52cc46cc10c6830c03d541ff" > TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto::offsets< / a > []  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#a175865815ed072396e557bb642e6b20f" > PROTOBUF_SECTION_VARIABLE< / a > (protodesc_cold)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a175865815ed072396e557bb642e6b20f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aeda16188ba0f2eaa4bc58ae293f7be59" > < td class = "memItemLeft" align = "right" valign = "top" > const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#aeda16188ba0f2eaa4bc58ae293f7be59" > FlowModel_ProblemType_descriptor< / a > ()< / td > < / tr >
< tr class = "separator:aeda16188ba0f2eaa4bc58ae293f7be59" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6896684caf664bddb9ef9166d70a0064" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a6896684caf664bddb9ef9166d70a0064" > FlowModel_ProblemType_IsValid< / a > (int < a class = "el" href = "matrix__utils_8cc.html#aee90379adb0307effb138f4871edbc5c" > value< / a > )< / td > < / tr >
< tr class = "separator:a6896684caf664bddb9ef9166d70a0064" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a56586586c63d37d62a827cdbeb43f2b5" > < td class = "memItemLeft" align = "right" valign = "top" > template< > < / td > < / tr >
< tr class = "memitem:a56586586c63d37d62a827cdbeb43f2b5" > < td class = "memTemplItemLeft" align = "right" valign = "top" > PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE ::< a class = "el" href = "namespaceoperations__research.html#a6894cc7d30a41a5e750f40a7f4751c01" > operations_research::Arc< / a > *  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#a56586586c63d37d62a827cdbeb43f2b5" > Arena::CreateMaybeMessage< ::operations_research::Arc > < / a > (Arena *arena)< / td > < / tr >
< tr class = "separator:a56586586c63d37d62a827cdbeb43f2b5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa04c3d13981837bb3b7c9ee1cef47daa" > < td class = "memItemLeft" align = "right" valign = "top" > template< > < / td > < / tr >
< tr class = "memitem:aa04c3d13981837bb3b7c9ee1cef47daa" > < td class = "memTemplItemLeft" align = "right" valign = "top" > PROTOBUF_NOINLINE ::operations_research::Node *  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#aa04c3d13981837bb3b7c9ee1cef47daa" > Arena::CreateMaybeMessage< ::operations_research::Node > < / a > (Arena *arena)< / td > < / tr >
< tr class = "separator:aa04c3d13981837bb3b7c9ee1cef47daa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acb477e05a4c80699668740f832a268e2" > < td class = "memItemLeft" align = "right" valign = "top" > template< > < / td > < / tr >
< tr class = "memitem:acb477e05a4c80699668740f832a268e2" > < td class = "memTemplItemLeft" align = "right" valign = "top" > PROTOBUF_NOINLINE ::operations_research::FlowModel *  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#acb477e05a4c80699668740f832a268e2" > Arena::CreateMaybeMessage< ::operations_research::FlowModel > < / a > (Arena *arena)< / td > < / tr >
< tr class = "separator:acb477e05a4c80699668740f832a268e2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "var-members" > < / a >
Variables< / h2 > < / td > < / tr >
< tr class = "memitem:af2a00d3aa02b33a64bc016df4e801126" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "flow__problem_8pb_8h.html#a3944ad1910d9b0f5063f1f888f7af61a" > PROTOBUF_INTERNAL_EXPORT_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo< 0 >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#af2a00d3aa02b33a64bc016df4e801126" > scc_info_Arc_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > < / td > < / tr >
< tr class = "separator:af2a00d3aa02b33a64bc016df4e801126" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2d62576ae123c1f10579e983bb6adfca" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "flow__problem_8pb_8h.html#a3944ad1910d9b0f5063f1f888f7af61a" > PROTOBUF_INTERNAL_EXPORT_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo< 0 >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#a2d62576ae123c1f10579e983bb6adfca" > scc_info_Node_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > < / td > < / tr >
< tr class = "separator:a2d62576ae123c1f10579e983bb6adfca" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:aa22235731898cbd9e50abc8dfb2fc5b8" > < td class = "memItemLeft" align = "right" valign = "top" > class < a class = "el" href = "classoperations__research_1_1_arc_default_type_internal.html" > operations_research::ArcDefaultTypeInternal< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#aa22235731898cbd9e50abc8dfb2fc5b8" > _Arc_default_instance_< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:aa22235731898cbd9e50abc8dfb2fc5b8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a2b73bfb603f4a8921877c01f4dd774af" > < td class = "memItemLeft" align = "right" valign = "top" > class < a class = "el" href = "classoperations__research_1_1_node_default_type_internal.html" > operations_research::NodeDefaultTypeInternal< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a2b73bfb603f4a8921877c01f4dd774af" > _Node_default_instance_< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a2b73bfb603f4a8921877c01f4dd774af" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a660549b573f43440c90e14578f5950bb" > < td class = "memItemLeft" align = "right" valign = "top" > class < a class = "el" href = "classoperations__research_1_1_flow_model_default_type_internal.html" > operations_research::FlowModelDefaultTypeInternal< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a660549b573f43440c90e14578f5950bb" > _FlowModel_default_instance_< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a660549b573f43440c90e14578f5950bb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2aa0532fd3e10faffe067356b0bb4968" > < td class = "memItemLeft" align = "right" valign = "top" > ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo< 2 >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#a2aa0532fd3e10faffe067356b0bb4968" > scc_info_FlowModel_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > < / td > < / tr >
< tr class = "separator:a2aa0532fd3e10faffe067356b0bb4968" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae81114ad2923cf4fc8d924bd3049673e" > < td class = "memItemLeft" align = "right" valign = "top" > ::PROTOBUF_NAMESPACE_ID::Metadata  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#ae81114ad2923cf4fc8d924bd3049673e" > file_level_metadata_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > [3]< / td > < / tr >
< tr class = "separator:ae81114ad2923cf4fc8d924bd3049673e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad94a1f697c5cc8460c09d96d35c82053" > < td class = "memItemLeft" align = "right" valign = "top" > static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#ad94a1f697c5cc8460c09d96d35c82053" > file_level_enum_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > [1]< / td > < / tr >
< tr class = "separator:ad94a1f697c5cc8460c09d96d35c82053" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aba2a945173eaa374e2f5d360c3d13610" > < td class = "memItemLeft" align = "right" valign = "top" > static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const **  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#aba2a945173eaa374e2f5d360c3d13610" > file_level_service_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > = nullptr< / td > < / tr >
< tr class = "separator:aba2a945173eaa374e2f5d360c3d13610" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a99b6f5a2938c4db4c9413e9b84f85717" > < td class = "memItemLeft" align = "right" valign = "top" > ::PROTOBUF_NAMESPACE_ID::Message const *const  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#a99b6f5a2938c4db4c9413e9b84f85717" > file_default_instances< / a > []< / td > < / tr >
< tr class = "separator:a99b6f5a2938c4db4c9413e9b84f85717" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6734cf44331137fe74bf1b25af40fa07" > < td class = "memItemLeft" align = "right" valign = "top" > static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable *const  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#a6734cf44331137fe74bf1b25af40fa07" > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_deps< / a > [1]< / td > < / tr >
< tr class = "separator:a6734cf44331137fe74bf1b25af40fa07" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af629039f94ffb74785dabf314de4756d" > < td class = "memItemLeft" align = "right" valign = "top" > ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase *const  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#af629039f94ffb74785dabf314de4756d" > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_sccs< / a > [3]< / td > < / tr >
< tr class = "separator:af629039f94ffb74785dabf314de4756d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abb4273748771fe2eebe1ec80e51788ff" > < td class = "memItemLeft" align = "right" valign = "top" > ::PROTOBUF_NAMESPACE_ID::internal::once_flag  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#abb4273748771fe2eebe1ec80e51788ff" > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_once< / a > < / td > < / tr >
< tr class = "separator:abb4273748771fe2eebe1ec80e51788ff" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5f3ef20daefa3e8fa5ed9bc1550bde3f" > < td class = "memItemLeft" align = "right" valign = "top" > const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#a5f3ef20daefa3e8fa5ed9bc1550bde3f" > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > < / td > < / tr >
< tr class = "separator:a5f3ef20daefa3e8fa5ed9bc1550bde3f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa13de7868104b4c8c40932ec94adcd69" > < td class = "memItemLeft" align = "right" valign = "top" > static bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#aa13de7868104b4c8c40932ec94adcd69" > dynamic_init_dummy_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > = (static_cast< void> (::PROTOBUF_NAMESPACE_ID::internal::AddDescriptors(& < a class = "el" href = "flow__problem_8pb_8h.html#a5f3ef20daefa3e8fa5ed9bc1550bde3f" > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > )), true)< / td > < / tr >
< tr class = "separator:aa13de7868104b4c8c40932ec94adcd69" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Macro Definition Documentation< / h2 >
< a id = "a1a656da48cf3d2824247c83ad8d92f10" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1a656da48cf3d2824247c83ad8d92f10" > ◆ < / a > < / span > CHK_ < span class = "overload" > [1/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define CHK_< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > x< / td > < td > )< / td >
< td >       < a class = "el" href = "parser_8yy_8cc.html#a33e91cd0cef6786e9e3a27ac67707207" > if< / a > (PROTOBUF_PREDICT_FALSE(!(x))) goto failure< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a1a656da48cf3d2824247c83ad8d92f10" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1a656da48cf3d2824247c83ad8d92f10" > ◆ < / a > < / span > CHK_ < span class = "overload" > [2/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define CHK_< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > x< / td > < td > )< / td >
< td >       < a class = "el" href = "parser_8yy_8cc.html#a33e91cd0cef6786e9e3a27ac67707207" > if< / a > (PROTOBUF_PREDICT_FALSE(!(x))) goto failure< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a1a656da48cf3d2824247c83ad8d92f10" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1a656da48cf3d2824247c83ad8d92f10" > ◆ < / a > < / span > CHK_ < span class = "overload" > [3/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define CHK_< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > x< / td > < td > )< / td >
< td >       < a class = "el" href = "parser_8yy_8cc.html#a33e91cd0cef6786e9e3a27ac67707207" > if< / a > (PROTOBUF_PREDICT_FALSE(!(x))) goto failure< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Function Documentation< / h2 >
< a id = "a56586586c63d37d62a827cdbeb43f2b5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a56586586c63d37d62a827cdbeb43f2b5" > ◆ < / a > < / span > Arena::CreateMaybeMessage< ::operations_research::Arc > ()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE ::< a class = "el" href = "namespaceoperations__research.html#a6894cc7d30a41a5e750f40a7f4751c01" > operations_research::Arc< / a > * Arena::CreateMaybeMessage< ::< a class = "el" href = "namespaceoperations__research.html#a6894cc7d30a41a5e750f40a7f4751c01" > operations_research::Arc< / a > > < / td >
< td > (< / td >
< td class = "paramtype" > Arena *  < / td >
< td class = "paramname" > < em > arena< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-12-07 17:47:46 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l01023" > 1023< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "acb477e05a4c80699668740f832a268e2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acb477e05a4c80699668740f832a268e2" > ◆ < / a > < / span > Arena::CreateMaybeMessage< ::operations_research::FlowModel > ()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > PROTOBUF_NOINLINE ::operations_research::FlowModel* Arena::CreateMaybeMessage< ::operations_research::FlowModel > < / td >
< td > (< / td >
< td class = "paramtype" > Arena *  < / td >
< td class = "paramname" > < em > arena< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-12-07 17:47:46 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l01029" > 1029< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "aa04c3d13981837bb3b7c9ee1cef47daa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa04c3d13981837bb3b7c9ee1cef47daa" > ◆ < / a > < / span > Arena::CreateMaybeMessage< ::operations_research::Node > ()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > PROTOBUF_NOINLINE ::operations_research::Node* Arena::CreateMaybeMessage< ::operations_research::Node > < / td >
< td > (< / td >
< td class = "paramtype" > Arena *  < / td >
< td class = "paramname" > < em > arena< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-12-07 17:47:46 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l01026" > 1026< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "af78d0a409ea94139e2ed305120ef2ec4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af78d0a409ea94139e2ed305120ef2ec4" > ◆ < / a > < / span > InitDefaultsscc_info_Arc_ortools_2fgraph_2fflow_5fproblem_2eproto()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > static void InitDefaultsscc_info_Arc_ortools_2fgraph_2fflow_5fproblem_2eproto < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00033" > 33< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
< / div >
< / div >
< a id = "a4f07cff2a78b33d772d32f501749707d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4f07cff2a78b33d772d32f501749707d" > ◆ < / a > < / span > InitDefaultsscc_info_FlowModel_ortools_2fgraph_2fflow_5fproblem_2eproto()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > static void InitDefaultsscc_info_FlowModel_ortools_2fgraph_2fflow_5fproblem_2eproto < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-12-07 17:47:46 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00046" > 46< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "ad2aa5bf04618918ca263d40092dae036" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad2aa5bf04618918ca263d40092dae036" > ◆ < / a > < / span > InitDefaultsscc_info_Node_ortools_2fgraph_2fflow_5fproblem_2eproto()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > static void InitDefaultsscc_info_Node_ortools_2fgraph_2fflow_5fproblem_2eproto < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-12-07 17:47:46 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00061" > 61< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a175865815ed072396e557bb642e6b20f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a175865815ed072396e557bb642e6b20f" > ◆ < / a > < / span > PROTOBUF_SECTION_VARIABLE()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > const ::< a class = "el" href = "integral__types_8h.html#a1134b580f8da4de94ca6b1de4d37975e" > PROTOBUF_NAMESPACE_ID::uint32< / a > < a class = "el" href = "struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a345548bf52cc46cc10c6830c03d541ff" > TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto::offsets< / a > [] PROTOBUF_SECTION_VARIABLE < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > protodesc_cold  < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Variable Documentation< / h2 >
< a id = "a5f3ef20daefa3e8fa5ed9bc1550bde3f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5f3ef20daefa3e8fa5ed9bc1550bde3f" > ◆ < / a > < / span > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > = {< / div >
< div class = "line" > < span class = "keyword" > false< / span > , < span class = "keyword" > false< / span > , descriptor_table_protodef_ortools_2fgraph_2fflow_5fproblem_2eproto, < span class = "stringliteral" > " ortools/graph/flow_problem.proto" < / span > , 438,< / div >
< div class = "line" > & < a class = "code" href = "flow__problem_8pb_8cc.html#abb4273748771fe2eebe1ec80e51788ff" > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_once< / a > , < a class = "code" href = "flow__problem_8pb_8cc.html#af629039f94ffb74785dabf314de4756d" > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_sccs< / a > , < a class = "code" href = "flow__problem_8pb_8cc.html#a6734cf44331137fe74bf1b25af40fa07" > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_deps< / a > , 3, 0,< / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a class = "code" href = "optional__boolean_8pb_8cc.html#a45da01ad4acb3124fbe203f64edbd517" > schemas< / a > , < a class = "code" href = "flow__problem_8pb_8cc.html#a99b6f5a2938c4db4c9413e9b84f85717" > file_default_instances< / a > , < a class = "code" href = "struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a345548bf52cc46cc10c6830c03d541ff" > TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto::offsets< / a > ,< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a class = "code" href = "flow__problem_8pb_8cc.html#ae81114ad2923cf4fc8d924bd3049673e" > file_level_metadata_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > , 3, < a class = "code" href = "flow__problem_8pb_8cc.html#ad94a1f697c5cc8460c09d96d35c82053" > file_level_enum_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > , < a class = "code" href = "flow__problem_8pb_8cc.html#aba2a945173eaa374e2f5d360c3d13610" > file_level_service_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > ,< / div >
< div class = "line" > }< / div >
2021-01-26 11:28:50 +01:00
< div class = "ttc" id = "aflow__problem_8pb_8cc_html_a6734cf44331137fe74bf1b25af40fa07" > < div class = "ttname" > < a href = "flow__problem_8pb_8cc.html#a6734cf44331137fe74bf1b25af40fa07" > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_deps< / a > < / div > < div class = "ttdeci" > static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable *const descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_deps[1]< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8cc_source.html#l00138" > flow_problem.pb.cc:138< / a > < / div > < / div >
< div class = "ttc" id = "aflow__problem_8pb_8cc_html_a99b6f5a2938c4db4c9413e9b84f85717" > < div class = "ttname" > < a href = "flow__problem_8pb_8cc.html#a99b6f5a2938c4db4c9413e9b84f85717" > file_default_instances< / a > < / div > < div class = "ttdeci" > ::PROTOBUF_NAMESPACE_ID::Message const *const file_default_instances[]< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8cc_source.html#l00119" > flow_problem.pb.cc:119< / a > < / div > < / div >
< div class = "ttc" id = "aflow__problem_8pb_8cc_html_aba2a945173eaa374e2f5d360c3d13610" > < div class = "ttname" > < a href = "flow__problem_8pb_8cc.html#aba2a945173eaa374e2f5d360c3d13610" > file_level_service_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > < / div > < div class = "ttdeci" > static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const ** file_level_service_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8cc_source.html#l00076" > flow_problem.pb.cc:76< / a > < / div > < / div >
< div class = "ttc" id = "aflow__problem_8pb_8cc_html_abb4273748771fe2eebe1ec80e51788ff" > < div class = "ttname" > < a href = "flow__problem_8pb_8cc.html#abb4273748771fe2eebe1ec80e51788ff" > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_once< / a > < / div > < div class = "ttdeci" > ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_once< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8cc_source.html#l00145" > flow_problem.pb.cc:145< / a > < / div > < / div >
< div class = "ttc" id = "aflow__problem_8pb_8cc_html_ad94a1f697c5cc8460c09d96d35c82053" > < div class = "ttname" > < a href = "flow__problem_8pb_8cc.html#ad94a1f697c5cc8460c09d96d35c82053" > file_level_enum_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > < / div > < div class = "ttdeci" > static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * file_level_enum_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto[1]< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8cc_source.html#l00075" > flow_problem.pb.cc:75< / a > < / div > < / div >
< div class = "ttc" id = "aflow__problem_8pb_8cc_html_ae81114ad2923cf4fc8d924bd3049673e" > < div class = "ttname" > < a href = "flow__problem_8pb_8cc.html#ae81114ad2923cf4fc8d924bd3049673e" > file_level_metadata_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > < / div > < div class = "ttdeci" > ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_ortools_2fgraph_2fflow_5fproblem_2eproto[3]< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8cc_source.html#l00074" > flow_problem.pb.cc:74< / a > < / div > < / div >
< div class = "ttc" id = "aflow__problem_8pb_8cc_html_af629039f94ffb74785dabf314de4756d" > < div class = "ttname" > < a href = "flow__problem_8pb_8cc.html#af629039f94ffb74785dabf314de4756d" > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_sccs< / a > < / div > < div class = "ttdeci" > ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase *const descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_sccs[3]< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8cc_source.html#l00140" > flow_problem.pb.cc:140< / a > < / div > < / div >
< div class = "ttc" id = "aoptional__boolean_8pb_8cc_html_a45da01ad4acb3124fbe203f64edbd517" > < div class = "ttname" > < a href = "optional__boolean_8pb_8cc.html#a45da01ad4acb3124fbe203f64edbd517" > schemas< / a > < / div > < div class = "ttdeci" > static constexpr ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema * schemas< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "optional__boolean_8pb_8cc_source.html#l00023" > optional_boolean.pb.cc:23< / a > < / div > < / div >
< div class = "ttc" id = "astruct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto_html_a345548bf52cc46cc10c6830c03d541ff" > < div class = "ttname" > < a href = "struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a345548bf52cc46cc10c6830c03d541ff" > TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto::offsets< / a > < / div > < div class = "ttdeci" > static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8h_source.html#l00054" > flow_problem.pb.h:54< / a > < / div > < / div >
2020-09-01 16:00:33 +02:00
< / div > <!-- fragment -->
2020-12-07 17:47:46 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00146" > 146< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a6734cf44331137fe74bf1b25af40fa07" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6734cf44331137fe74bf1b25af40fa07" > ◆ < / a > < / span > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_deps< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable* const descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_deps[1]< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > = {< / div >
< div class = "line" > }< / div >
< / div > <!-- fragment -->
2020-12-07 17:47:46 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00138" > 138< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "abb4273748771fe2eebe1ec80e51788ff" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abb4273748771fe2eebe1ec80e51788ff" > ◆ < / a > < / span > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_once< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_once< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-12-07 17:47:46 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00145" > 145< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "af629039f94ffb74785dabf314de4756d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af629039f94ffb74785dabf314de4756d" > ◆ < / a > < / span > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_sccs< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase* const descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_sccs[3]< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > = {< / div >
< div class = "line" > & < a class = "code" href = "flow__problem_8pb_8cc.html#af2a00d3aa02b33a64bc016df4e801126" > scc_info_Arc_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > .base,< / div >
< div class = "line" > & < a class = "code" href = "flow__problem_8pb_8cc.html#a2aa0532fd3e10faffe067356b0bb4968" > scc_info_FlowModel_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > .base,< / div >
< div class = "line" > & < a class = "code" href = "flow__problem_8pb_8cc.html#a2d62576ae123c1f10579e983bb6adfca" > scc_info_Node_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > .base,< / div >
< div class = "line" > }< / div >
2021-01-26 11:28:50 +01:00
< div class = "ttc" id = "aflow__problem_8pb_8cc_html_a2aa0532fd3e10faffe067356b0bb4968" > < div class = "ttname" > < a href = "flow__problem_8pb_8cc.html#a2aa0532fd3e10faffe067356b0bb4968" > scc_info_FlowModel_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > < / div > < div class = "ttdeci" > ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo< 2 > scc_info_FlowModel_ortools_2fgraph_2fflow_5fproblem_2eproto< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8cc_source.html#l00056" > flow_problem.pb.cc:56< / a > < / div > < / div >
< div class = "ttc" id = "aflow__problem_8pb_8cc_html_a2d62576ae123c1f10579e983bb6adfca" > < div class = "ttname" > < a href = "flow__problem_8pb_8cc.html#a2d62576ae123c1f10579e983bb6adfca" > scc_info_Node_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > < / div > < div class = "ttdeci" > PROTOBUF_INTERNAL_EXPORT_ortools_2fgraph_2fflow_5fproblem_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo< 0 > scc_info_Node_ortools_2fgraph_2fflow_5fproblem_2eproto< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8cc_source.html#l00071" > flow_problem.pb.cc:71< / a > < / div > < / div >
< div class = "ttc" id = "aflow__problem_8pb_8cc_html_af2a00d3aa02b33a64bc016df4e801126" > < div class = "ttname" > < a href = "flow__problem_8pb_8cc.html#af2a00d3aa02b33a64bc016df4e801126" > scc_info_Arc_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > < / div > < div class = "ttdeci" > PROTOBUF_INTERNAL_EXPORT_ortools_2fgraph_2fflow_5fproblem_2eproto ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo< 0 > scc_info_Arc_ortools_2fgraph_2fflow_5fproblem_2eproto< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8cc_source.html#l00043" > flow_problem.pb.cc:43< / a > < / div > < / div >
2020-09-01 16:00:33 +02:00
< / div > <!-- fragment -->
2020-12-07 17:47:46 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00140" > 140< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "aa13de7868104b4c8c40932ec94adcd69" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa13de7868104b4c8c40932ec94adcd69" > ◆ < / a > < / span > dynamic_init_dummy_ortools_2fgraph_2fflow_5fproblem_2eproto< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool dynamic_init_dummy_ortools_2fgraph_2fflow_5fproblem_2eproto = (static_cast< void> (::PROTOBUF_NAMESPACE_ID::internal::AddDescriptors(& < a class = "el" href = "flow__problem_8pb_8h.html#a5f3ef20daefa3e8fa5ed9bc1550bde3f" > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > )), true)< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-12-07 17:47:46 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00154" > 154< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a99b6f5a2938c4db4c9413e9b84f85717" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a99b6f5a2938c4db4c9413e9b84f85717" > ◆ < / a > < / span > file_default_instances< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > ::PROTOBUF_NAMESPACE_ID::Message const* const file_default_instances[]< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > = {< / div >
< div class = "line" > < span class = "keyword" > reinterpret_cast< < / span > < span class = "keyword" > const < / span > ::PROTOBUF_NAMESPACE_ID::Message*< span class = "keyword" > > < / span > (& < a class = "code" href = "namespaceoperations__research.html#aa22235731898cbd9e50abc8dfb2fc5b8" > ::operations_research::_Arc_default_instance_< / a > ),< / div >
< div class = "line" > < span class = "keyword" > reinterpret_cast< < / span > < span class = "keyword" > const < / span > ::PROTOBUF_NAMESPACE_ID::Message*< span class = "keyword" > > < / span > (& ::< a class = "code" href = "namespaceoperations__research.html#a2b73bfb603f4a8921877c01f4dd774af" > operations_research::_Node_default_instance_< / a > ),< / div >
< div class = "line" > < span class = "keyword" > reinterpret_cast< < / span > < span class = "keyword" > const < / span > ::PROTOBUF_NAMESPACE_ID::Message*< span class = "keyword" > > < / span > (& < a class = "code" href = "namespaceoperations__research.html#a660549b573f43440c90e14578f5950bb" > ::operations_research::_FlowModel_default_instance_< / a > ),< / div >
< div class = "line" > }< / div >
2021-01-26 11:28:50 +01:00
< div class = "ttc" id = "anamespaceoperations__research_html_a2b73bfb603f4a8921877c01f4dd774af" > < div class = "ttname" > < a href = "namespaceoperations__research.html#a2b73bfb603f4a8921877c01f4dd774af" > operations_research::_Node_default_instance_< / a > < / div > < div class = "ttdeci" > class operations_research::NodeDefaultTypeInternal _Node_default_instance_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8h_source.html#l00066" > flow_problem.pb.h:65< / a > < / div > < / div >
< div class = "ttc" id = "anamespaceoperations__research_html_a660549b573f43440c90e14578f5950bb" > < div class = "ttname" > < a href = "namespaceoperations__research.html#a660549b573f43440c90e14578f5950bb" > operations_research::_FlowModel_default_instance_< / a > < / div > < div class = "ttdeci" > class operations_research::FlowModelDefaultTypeInternal _FlowModel_default_instance_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8h_source.html#l00063" > flow_problem.pb.h:62< / a > < / div > < / div >
< div class = "ttc" id = "anamespaceoperations__research_html_aa22235731898cbd9e50abc8dfb2fc5b8" > < div class = "ttname" > < a href = "namespaceoperations__research.html#aa22235731898cbd9e50abc8dfb2fc5b8" > operations_research::_Arc_default_instance_< / a > < / div > < div class = "ttdeci" > class operations_research::ArcDefaultTypeInternal _Arc_default_instance_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8h_source.html#l00060" > flow_problem.pb.h:59< / a > < / div > < / div >
2020-09-01 16:00:33 +02:00
< / div > <!-- fragment -->
2020-12-07 17:47:46 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00119" > 119< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "ad94a1f697c5cc8460c09d96d35c82053" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad94a1f697c5cc8460c09d96d35c82053" > ◆ < / a > < / span > file_level_enum_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* file_level_enum_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto[1]< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-12-07 17:47:46 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00075" > 75< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "ae81114ad2923cf4fc8d924bd3049673e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae81114ad2923cf4fc8d924bd3049673e" > ◆ < / a > < / span > file_level_metadata_ortools_2fgraph_2fflow_5fproblem_2eproto< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_ortools_2fgraph_2fflow_5fproblem_2eproto[3]< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-12-07 17:47:46 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00074" > 74< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "aba2a945173eaa374e2f5d360c3d13610" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aba2a945173eaa374e2f5d360c3d13610" > ◆ < / a > < / span > file_level_service_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const** file_level_service_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto = nullptr< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-12-07 17:47:46 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00076" > 76< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "af2a00d3aa02b33a64bc016df4e801126" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af2a00d3aa02b33a64bc016df4e801126" > ◆ < / a > < / span > scc_info_Arc_ortools_2fgraph_2fflow_5fproblem_2eproto< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > PROTOBUF_NAMESPACE_ID::internal::SCCInfo< 0 > scc_info_Arc_ortools_2fgraph_2fflow_5fproblem_2eproto< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > =< / div >
< div class = "line" > {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, < a class = "code" href = "flow__problem_8pb_8cc.html#af78d0a409ea94139e2ed305120ef2ec4" > InitDefaultsscc_info_Arc_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > }, {}}< / div >
2021-01-26 11:28:50 +01:00
< div class = "ttc" id = "aflow__problem_8pb_8cc_html_af78d0a409ea94139e2ed305120ef2ec4" > < div class = "ttname" > < a href = "flow__problem_8pb_8cc.html#af78d0a409ea94139e2ed305120ef2ec4" > InitDefaultsscc_info_Arc_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > < / div > < div class = "ttdeci" > static void InitDefaultsscc_info_Arc_ortools_2fgraph_2fflow_5fproblem_2eproto()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8cc_source.html#l00033" > flow_problem.pb.cc:33< / a > < / div > < / div >
2020-09-01 16:00:33 +02:00
< / div > <!-- fragment -->
2020-12-07 17:47:46 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00043" > 43< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a2aa0532fd3e10faffe067356b0bb4968" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2aa0532fd3e10faffe067356b0bb4968" > ◆ < / a > < / span > scc_info_FlowModel_ortools_2fgraph_2fflow_5fproblem_2eproto< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo< 2> scc_info_FlowModel_ortools_2fgraph_2fflow_5fproblem_2eproto< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > =< / div >
< div class = "line" > {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 2, 0, < a class = "code" href = "flow__problem_8pb_8cc.html#a4f07cff2a78b33d772d32f501749707d" > InitDefaultsscc_info_FlowModel_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > }, {< / div >
< div class = "line" > & < a class = "code" href = "flow__problem_8pb_8cc.html#a2d62576ae123c1f10579e983bb6adfca" > scc_info_Node_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > .base,< / div >
< div class = "line" > & < a class = "code" href = "flow__problem_8pb_8cc.html#af2a00d3aa02b33a64bc016df4e801126" > scc_info_Arc_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > .base,}}< / div >
2021-01-26 11:28:50 +01:00
< div class = "ttc" id = "aflow__problem_8pb_8cc_html_a4f07cff2a78b33d772d32f501749707d" > < div class = "ttname" > < a href = "flow__problem_8pb_8cc.html#a4f07cff2a78b33d772d32f501749707d" > InitDefaultsscc_info_FlowModel_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > < / div > < div class = "ttdeci" > static void InitDefaultsscc_info_FlowModel_ortools_2fgraph_2fflow_5fproblem_2eproto()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8cc_source.html#l00046" > flow_problem.pb.cc:46< / a > < / div > < / div >
2020-09-01 16:00:33 +02:00
< / div > <!-- fragment -->
2020-12-07 17:47:46 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00056" > 56< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a2d62576ae123c1f10579e983bb6adfca" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2d62576ae123c1f10579e983bb6adfca" > ◆ < / a > < / span > scc_info_Node_ortools_2fgraph_2fflow_5fproblem_2eproto< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > PROTOBUF_NAMESPACE_ID::internal::SCCInfo< 0 > scc_info_Node_ortools_2fgraph_2fflow_5fproblem_2eproto< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > =< / div >
< div class = "line" > {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, 0, < a class = "code" href = "flow__problem_8pb_8cc.html#ad2aa5bf04618918ca263d40092dae036" > InitDefaultsscc_info_Node_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > }, {}}< / div >
2021-01-26 11:28:50 +01:00
< div class = "ttc" id = "aflow__problem_8pb_8cc_html_ad2aa5bf04618918ca263d40092dae036" > < div class = "ttname" > < a href = "flow__problem_8pb_8cc.html#ad2aa5bf04618918ca263d40092dae036" > InitDefaultsscc_info_Node_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > < / div > < div class = "ttdeci" > static void InitDefaultsscc_info_Node_ortools_2fgraph_2fflow_5fproblem_2eproto()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8cc_source.html#l00061" > flow_problem.pb.cc:61< / a > < / div > < / div >
2020-09-01 16:00:33 +02:00
< / div > <!-- fragment -->
2020-12-07 17:47:46 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00071" > 71< / a > of file < a class = "el" href = "flow__problem_8pb_8cc_source.html" > flow_problem.pb.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- 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_b2c6d49957bf5d0c7726edb4b829cd4d.html" > gen< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_dd9e6105f85b4b8d1432afc92516bdf4.html" > ortools< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_57289fd743fd8a5b5def0c441b0bd064.html" > graph< / a > < / li > < li class = "navelem" > < a class = "el" href = "flow__problem_8pb_8cc.html" > flow_problem.pb.cc< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
2021-01-26 11:28:50 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.9.1 < / li >
2020-09-01 16:00:33 +02:00
< / ul >
< / div >
< / body >
< / html >