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" / >
2022-01-17 21:42:14 +01:00
< meta name = "generator" content = "Doxygen 1.9.3" / >
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-12-14 13:41:01 +01:00
  < span id = "projectnumber" > 9.2< / span >
2020-09-01 16:00:33 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2022-01-17 21:42:14 +01:00
<!-- Generated by Doxygen 1.9.3 -->
2020-09-01 16:00:33 +02:00
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
2020-09-01 16:00:33 +02:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2020-09-01 16:00:33 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-17 21:42:14 +01:00
/* @license-end */
< / script >
2020-09-01 16:00:33 +02:00
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(document).ready(function(){initNavTree('flow__problem_8pb_8cc.html',''); initResizable(); });
2020-09-01 16:00:33 +02:00
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< 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 >
2022-01-17 21:42:14 +01:00
< div class = "headertitle" > < div class = "title" > flow_problem.pb.cc File Reference< / div > < / div >
2020-09-01 16:00:33 +02:00
< / 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" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "nested-classes" name = "nested-classes" > < / a >
2020-09-01 16:00:33 +02:00
Classes< / h2 > < / td > < / tr >
2021-12-14 13:41:01 +01:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_flow_arc_proto_default_type_internal.html" > FlowArcProtoDefaultTypeInternal< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-12-14 13:41:01 +01:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_flow_node_proto_default_type_internal.html" > FlowNodeProtoDefaultTypeInternal< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-12-14 13:41:01 +01:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_flow_model_proto_default_type_internal.html" > FlowModelProtoDefaultTypeInternal< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-12-14 13:41:01 +01: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_arc_proto_1_1___internal.html" > FlowArcProto::_Internal< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-12-14 13:41:01 +01: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_node_proto_1_1___internal.html" > FlowNodeProto::_Internal< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-12-14 13:41:01 +01: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_proto_1_1___internal.html" > FlowModelProto::_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" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "namespaces" name = "namespaces" > < / a >
2020-09-01 16:00:33 +02:00
Namespaces< / h2 > < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memitem:namespaceoperations__research" > < td class = "memItemLeft" align = "right" valign = "top" > namespace   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html" > operations_research< / a > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memdesc:namespaceoperations__research" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Collection of objects used to extend the < a class = "el" href = "classoperations__research_1_1_constraint.html" title = "A constraint is the main modeling object." > Constraint< / a > < a class = "el" href = "classoperations__research_1_1_solver.html" title = "Solver Class." > Solver< / a > library. < br / > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "define-members" name = "define-members" > < / a >
2020-09-01 16:00:33 +02:00
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" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "func-members" name = "func-members" > < / a >
2020-09-01 16:00:33 +02:00
Functions< / h2 > < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memitem:a0bd6a8ac958d334a4c97eb25791fede3" > < td class = "memItemLeft" align = "right" valign = "top" > const uint32_t < a class = "el" href = "struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#add528fcf8cb575420999abb21f85d3a3" > TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto::offsets< / a > []  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#a0bd6a8ac958d334a4c97eb25791fede3" > PROTOBUF_SECTION_VARIABLE< / a > (protodesc_cold)< / td > < / tr >
< tr class = "separator:a0bd6a8ac958d334a4c97eb25791fede3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7db25eb62e36fed9457a510a9f39d07e" > < td class = "memItemLeft" align = "right" valign = "top" > PROTOBUF_ATTRIBUTE_WEAKconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#a7db25eb62e36fed9457a510a9f39d07e" > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_getter< / a > ()< / td > < / tr >
< tr class = "separator:a7db25eb62e36fed9457a510a9f39d07e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-12-14 13:41:01 +01:00
< tr class = "memitem:ac5abce44b6b9ff370e4708ad5d8bf920" > < 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#ac5abce44b6b9ff370e4708ad5d8bf920" > FlowModelProto_ProblemType_descriptor< / a > ()< / td > < / tr >
< tr class = "separator:ac5abce44b6b9ff370e4708ad5d8bf920" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memitem:a1701397df3b1d4bcabbdfcc77d6d74f4" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a1701397df3b1d4bcabbdfcc77d6d74f4" > FlowModelProto_ProblemType_IsValid< / a > (int < a class = "el" href = "matchers_8cc.html#a0b6f3694312803de4bea1fe97896294f" > value< / a > )< / td > < / tr >
2021-12-14 13:41:01 +01:00
< tr class = "separator:a1701397df3b1d4bcabbdfcc77d6d74f4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memitem:af956db5944e66fac19d4677165f092a6" > < td class = "memItemLeft" align = "right" valign = "top" > template< > < / td > < / tr >
< tr class = "memitem:af956db5944e66fac19d4677165f092a6" > < td class = "memTemplItemLeft" align = "right" valign = "top" > PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE::operations_research::FlowArcProto *  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#af956db5944e66fac19d4677165f092a6" > Arena::CreateMaybeMessage< ::operations_research::FlowArcProto > < / a > (Arena *arena)< / td > < / tr >
< tr class = "separator:af956db5944e66fac19d4677165f092a6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a773c3d04148c4522a83cb6a68f7a5222" > < td class = "memItemLeft" align = "right" valign = "top" > template< > < / td > < / tr >
< tr class = "memitem:a773c3d04148c4522a83cb6a68f7a5222" > < td class = "memTemplItemLeft" align = "right" valign = "top" > PROTOBUF_NOINLINE::operations_research::FlowNodeProto *  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#a773c3d04148c4522a83cb6a68f7a5222" > Arena::CreateMaybeMessage< ::operations_research::FlowNodeProto > < / a > (Arena *arena)< / td > < / tr >
< tr class = "separator:a773c3d04148c4522a83cb6a68f7a5222" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6e8f68cf47fad9b3a889de2cb7553a89" > < td class = "memItemLeft" align = "right" valign = "top" > template< > < / td > < / tr >
< tr class = "memitem:a6e8f68cf47fad9b3a889de2cb7553a89" > < td class = "memTemplItemLeft" align = "right" valign = "top" > PROTOBUF_NOINLINE::operations_research::FlowModelProto *  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#a6e8f68cf47fad9b3a889de2cb7553a89" > Arena::CreateMaybeMessage< ::operations_research::FlowModelProto > < / a > (Arena *arena)< / td > < / tr >
< tr class = "separator:a6e8f68cf47fad9b3a889de2cb7553a89" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-09-01 16:00:33 +02:00
< / table > < table class = "memberdecls" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "var-members" name = "var-members" > < / a >
2020-09-01 16:00:33 +02:00
Variables< / h2 > < / td > < / tr >
2021-12-14 13:41:01 +01:00
< tr class = "memitem:aa71e46776a31d94d7562213ebb8fdd7f" > < td class = "memItemLeft" align = "right" valign = "top" > PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT FlowArcProtoDefaultTypeInternal  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#aa71e46776a31d94d7562213ebb8fdd7f" > _FlowArcProto_default_instance_< / a > < / td > < / tr >
< tr class = "separator:aa71e46776a31d94d7562213ebb8fdd7f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac33713255cd4928f5cf23c72f3654e3c" > < td class = "memItemLeft" align = "right" valign = "top" > PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT FlowNodeProtoDefaultTypeInternal  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#ac33713255cd4928f5cf23c72f3654e3c" > _FlowNodeProto_default_instance_< / a > < / td > < / tr >
< tr class = "separator:ac33713255cd4928f5cf23c72f3654e3c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af9166a7a1b039550d63e5bc6d46bdcd9" > < td class = "memItemLeft" align = "right" valign = "top" > PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT FlowModelProtoDefaultTypeInternal  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#af9166a7a1b039550d63e5bc6d46bdcd9" > _FlowModelProto_default_instance_< / a > < / td > < / tr >
< tr class = "separator:af9166a7a1b039550d63e5bc6d46bdcd9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-09-01 16:00:33 +02:00
< 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 >
2022-01-15 22:53:18 +01:00
< 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 >
2020-09-01 16:00:33 +02:00
< 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: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 >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:aa907f507c80ae9d75d583a78d90de7b8" > < 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#aa907f507c80ae9d75d583a78d90de7b8" > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > < / td > < / tr >
< tr class = "separator:aa907f507c80ae9d75d583a78d90de7b8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-09-01 16:00:33 +02:00
< / table >
< h2 class = "groupheader" > Macro Definition Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "a1a656da48cf3d2824247c83ad8d92f10" name = "a1a656da48cf3d2824247c83ad8d92f10" > < / a >
2020-09-01 16:00:33 +02:00
< 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 >
2022-01-17 21:42:14 +01:00
< a id = "a1a656da48cf3d2824247c83ad8d92f10" name = "a1a656da48cf3d2824247c83ad8d92f10" > < / a >
2020-09-01 16:00:33 +02:00
< 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 >
2022-01-17 21:42:14 +01:00
< a id = "a1a656da48cf3d2824247c83ad8d92f10" name = "a1a656da48cf3d2824247c83ad8d92f10" > < / a >
2020-09-01 16:00:33 +02:00
< 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 >
2022-01-17 21:42:14 +01:00
< a id = "af956db5944e66fac19d4677165f092a6" name = "af956db5944e66fac19d4677165f092a6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af956db5944e66fac19d4677165f092a6" > ◆ < / a > < / span > Arena::CreateMaybeMessage< ::operations_research::FlowArcProto > ()< / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2022-01-17 21:42:14 +01:00
< td class = "memname" > PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE::operations_research::FlowArcProto * Arena::CreateMaybeMessage< < a class = "el" href = "classoperations__research_1_1_flow_arc_proto.html" > ::operations_research::FlowArcProto< / a > > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > Arena *  < / td >
< td class = "paramname" > < em > arena< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00964" > 964< / 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 >
2022-01-17 21:42:14 +01:00
< a id = "a6e8f68cf47fad9b3a889de2cb7553a89" name = "a6e8f68cf47fad9b3a889de2cb7553a89" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6e8f68cf47fad9b3a889de2cb7553a89" > ◆ < / a > < / span > Arena::CreateMaybeMessage< ::operations_research::FlowModelProto > ()< / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2022-01-17 21:42:14 +01:00
< td class = "memname" > PROTOBUF_NOINLINE::operations_research::FlowModelProto * Arena::CreateMaybeMessage< < a class = "el" href = "classoperations__research_1_1_flow_model_proto.html" > ::operations_research::FlowModelProto< / a > > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > Arena *  < / td >
< td class = "paramname" > < em > arena< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00970" > 970< / 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 >
2022-01-17 21:42:14 +01:00
< a id = "a773c3d04148c4522a83cb6a68f7a5222" name = "a773c3d04148c4522a83cb6a68f7a5222" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a773c3d04148c4522a83cb6a68f7a5222" > ◆ < / a > < / span > Arena::CreateMaybeMessage< ::operations_research::FlowNodeProto > ()< / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2022-01-17 21:42:14 +01:00
< td class = "memname" > PROTOBUF_NOINLINE::operations_research::FlowNodeProto * Arena::CreateMaybeMessage< < a class = "el" href = "classoperations__research_1_1_flow_node_proto.html" > ::operations_research::FlowNodeProto< / a > > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > Arena *  < / td >
< td class = "paramname" > < em > arena< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00967" > 967< / 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 >
2022-01-17 21:42:14 +01:00
< a id = "a7db25eb62e36fed9457a510a9f39d07e" name = "a7db25eb62e36fed9457a510a9f39d07e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7db25eb62e36fed9457a510a9f39d07e" > ◆ < / a > < / span > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_getter()< / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2022-01-17 21:42:14 +01:00
< td class = "memname" > PROTOBUF_ATTRIBUTE_WEAKconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable * descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_getter < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
2021-09-20 15:57:27 +02:00
< td class = "paramname" > < / td > < td > )< / td >
2020-09-01 16:00:33 +02:00
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00139" > 139< / 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 >
2022-01-17 21:42:14 +01:00
< a id = "a0bd6a8ac958d334a4c97eb25791fede3" name = "a0bd6a8ac958d334a4c97eb25791fede3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0bd6a8ac958d334a4c97eb25791fede3" > ◆ < / a > < / span > PROTOBUF_SECTION_VARIABLE()< / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2022-01-17 21:42:14 +01:00
< td class = "memname" > const uint32_t < a class = "el" href = "struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#add528fcf8cb575420999abb21f85d3a3" > 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 >
2022-01-17 21:42:14 +01:00
< a id = "aa907f507c80ae9d75d583a78d90de7b8" name = "aa907f507c80ae9d75d583a78d90de7b8" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa907f507c80ae9d75d583a78d90de7b8" > ◆ < / a > < / span > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto< / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2021-04-27 23:00:03 +02:00
< td class = "memname" > static PROTOBUF_ATTRIBUTE_INIT_PRIORITY::PROTOBUF_NAMESPACE_ID::internal::AddDescriptorsRunner dynamic_init_dummy_ortools_2fgraph_2fflow_5fproblem_2eproto & descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto< / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-01-17 21:42:14 +01:00
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > = {< / div >
< div class = "line" > < span class = "keyword" > false< / span > , < span class = "keyword" > false< / span > , 455, descriptor_table_protodef_ortools_2fgraph_2fflow_5fproblem_2eproto, < span class = "stringliteral" > " ortools/graph/flow_problem.proto" < / span > , < / div >
< div class = "line" > & < a class = "code hl_variable" href = "flow__problem_8pb_8cc.html#abb4273748771fe2eebe1ec80e51788ff" > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_once< / a > , < span class = "keyword" > nullptr< / span > , 0, 3,< / div >
< div class = "line" > < a class = "code hl_variable" href = "optional__boolean_8pb_8cc.html#a45da01ad4acb3124fbe203f64edbd517" > schemas< / a > , < a class = "code hl_variable" href = "flow__problem_8pb_8cc.html#a99b6f5a2938c4db4c9413e9b84f85717" > file_default_instances< / a > , < a class = "code hl_variable" href = "struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#add528fcf8cb575420999abb21f85d3a3" > TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto::offsets< / a > ,< / div >
< div class = "line" > < a class = "code hl_variable" href = "flow__problem_8pb_8cc.html#ae81114ad2923cf4fc8d924bd3049673e" > file_level_metadata_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > , < a class = "code hl_variable" href = "flow__problem_8pb_8cc.html#ad94a1f697c5cc8460c09d96d35c82053" > file_level_enum_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > , < a class = "code hl_variable" href = "flow__problem_8pb_8cc.html#aba2a945173eaa374e2f5d360c3d13610" > file_level_service_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > ,< / div >
< div class = "line" > }< / 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#l00112" > flow_problem.pb.cc:112< / 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#l00066" > flow_problem.pb.cc:66< / 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#l00132" > flow_problem.pb.cc:132< / 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#l00065" > flow_problem.pb.cc:65< / 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#l00064" > flow_problem.pb.cc:64< / 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#l00024" > optional_boolean.pb.cc:24< / a > < / div > < / div >
< div class = "ttc" id = "astruct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto_html_add528fcf8cb575420999abb21f85d3a3" > < div class = "ttname" > < a href = "struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#add528fcf8cb575420999abb21f85d3a3" > TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto::offsets< / a > < / div > < div class = "ttdeci" > static const uint32_t 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 -->
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00133" > 133< / 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 >
2022-01-17 21:42:14 +01:00
< a id = "abb4273748771fe2eebe1ec80e51788ff" name = "abb4273748771fe2eebe1ec80e51788ff" > < / a >
2020-09-01 16:00:33 +02:00
< 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" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00132" > 132< / 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 >
2022-01-17 21:42:14 +01:00
< a id = "a99b6f5a2938c4db4c9413e9b84f85717" name = "a99b6f5a2938c4db4c9413e9b84f85717" > < / a >
2020-09-01 16:00:33 +02:00
< 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" >
2022-01-17 21:42:14 +01:00
< 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 hl_variable" href = "namespaceoperations__research.html#aa71e46776a31d94d7562213ebb8fdd7f" > ::operations_research::_FlowArcProto_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 hl_variable" href = "namespaceoperations__research.html#ac33713255cd4928f5cf23c72f3654e3c" > ::operations_research::_FlowNodeProto_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 hl_variable" href = "namespaceoperations__research.html#af9166a7a1b039550d63e5bc6d46bdcd9" > ::operations_research::_FlowModelProto_default_instance_< / a > ),< / div >
< div class = "line" > }< / div >
< div class = "ttc" id = "anamespaceoperations__research_html_aa71e46776a31d94d7562213ebb8fdd7f" > < div class = "ttname" > < a href = "namespaceoperations__research.html#aa71e46776a31d94d7562213ebb8fdd7f" > operations_research::_FlowArcProto_default_instance_< / a > < / div > < div class = "ttdeci" > PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT FlowArcProtoDefaultTypeInternal _FlowArcProto_default_instance_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8cc_source.html#l00034" > flow_problem.pb.cc:34< / a > < / div > < / div >
< div class = "ttc" id = "anamespaceoperations__research_html_ac33713255cd4928f5cf23c72f3654e3c" > < div class = "ttname" > < a href = "namespaceoperations__research.html#ac33713255cd4928f5cf23c72f3654e3c" > operations_research::_FlowNodeProto_default_instance_< / a > < / div > < div class = "ttdeci" > PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT FlowNodeProtoDefaultTypeInternal _FlowNodeProto_default_instance_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8cc_source.html#l00047" > flow_problem.pb.cc:47< / a > < / div > < / div >
< div class = "ttc" id = "anamespaceoperations__research_html_af9166a7a1b039550d63e5bc6d46bdcd9" > < div class = "ttname" > < a href = "namespaceoperations__research.html#af9166a7a1b039550d63e5bc6d46bdcd9" > operations_research::_FlowModelProto_default_instance_< / a > < / div > < div class = "ttdeci" > PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT FlowModelProtoDefaultTypeInternal _FlowModelProto_default_instance_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flow__problem_8pb_8cc_source.html#l00062" > flow_problem.pb.cc:62< / a > < / div > < / div >
2020-09-01 16:00:33 +02:00
< / div > <!-- fragment -->
2021-09-30 01:18:45 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00112" > 112< / 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 >
2022-01-17 21:42:14 +01:00
< a id = "ad94a1f697c5cc8460c09d96d35c82053" name = "ad94a1f697c5cc8460c09d96d35c82053" > < / a >
2020-09-01 16:00:33 +02:00
< 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00065" > 65< / 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 >
2022-01-17 21:42:14 +01:00
< a id = "ae81114ad2923cf4fc8d924bd3049673e" name = "ae81114ad2923cf4fc8d924bd3049673e" > < / a >
2020-09-01 16:00:33 +02:00
< 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00064" > 64< / 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 >
2022-01-17 21:42:14 +01:00
< a id = "aba2a945173eaa374e2f5d360c3d13610" name = "aba2a945173eaa374e2f5d360c3d13610" > < / a >
2022-01-15 22:53:18 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aba2a945173eaa374e2f5d360c3d13610" > ◆ < / a > < / span > file_level_service_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto< / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2022-01-15 22:53:18 +01:00
< td class = "memname" > constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const** file_level_service_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto = nullptr< / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00066" > 66< / 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" >
2022-01-17 21:42:14 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.9.3 < / li >
2020-09-01 16:00:33 +02:00
< / ul >
< / div >
< / body >
< / html >