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-04-27 23:00:03 +02:00
  < span id = "projectnumber" > 9.0< / 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 >
2021-04-27 23:00:03 +02: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_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 >
2021-04-27 23:00:03 +02: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_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 >
2021-04-27 23:00:03 +02: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_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 >
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" >
< 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 >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a175865815ed072396e557bb642e6b20f" > < td class = "memItemLeft" align = "right" valign = "top" > const ::PROTOBUF_NAMESPACE_ID::uint32 < 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 >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a0300bdf3b8ebcfa48fba35f457dd9706" > < td class = "memItemLeft" align = "right" valign = "top" > PROTOBUF_ATTRIBUTE_WEAK ::PROTOBUF_NAMESPACE_ID::Metadata  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8cc.html#a0300bdf3b8ebcfa48fba35f457dd9706" > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_metadata_getter< / a > (int < a class = "el" href = "routing__search_8cc.html#aa9d6bcc39dc199c2a2671a88ecf3630e" > index< / a > )< / td > < / tr >
< tr class = "separator:a0300bdf3b8ebcfa48fba35f457dd9706" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-09-01 16:00:33 +02:00
< 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 >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a56586586c63d37d62a827cdbeb43f2b5" > < td class = "memTemplItemLeft" align = "right" valign = "top" > PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE ::< a class = "el" href = "namespaceoperations__research.html#a7deeae530369e107f9d91c1a189f451f" > 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 >
2020-09-01 16:00:33 +02:00
< 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 >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:aa22235731898cbd9e50abc8dfb2fc5b8" > < td class = "memItemLeft" align = "right" valign = "top" > PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT ArcDefaultTypeInternal  < / 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 >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a2b73bfb603f4a8921877c01f4dd774af" > < td class = "memItemLeft" align = "right" valign = "top" > PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT NodeDefaultTypeInternal  < / 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 >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a660549b573f43440c90e14578f5950bb" > < td class = "memItemLeft" align = "right" valign = "top" > PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT FlowModelDefaultTypeInternal  < / 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: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: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 >
< 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 >
2021-04-27 23:00:03 +02:00
< td class = "memname" > PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE ::< a class = "el" href = "namespaceoperations__research.html#a7deeae530369e107f9d91c1a189f451f" > operations_research::Arc< / a > * Arena::CreateMaybeMessage< ::< a class = "el" href = "namespaceoperations__research.html#a7deeae530369e107f9d91c1a189f451f" > operations_research::Arc< / 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-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00995" > 995< / 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l01001" > 1001< / 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00998" > 998< / 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 >
2021-04-27 23:00:03 +02:00
< a id = "a0300bdf3b8ebcfa48fba35f457dd9706" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0300bdf3b8ebcfa48fba35f457dd9706" > ◆ < / a > < / span > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_metadata_getter()< / 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" > PROTOBUF_ATTRIBUTE_WEAK ::PROTOBUF_NAMESPACE_ID::Metadata descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_metadata_getter < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
2020-09-01 16:00:33 +02:00
< td > < / 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#l00136" > 136< / 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 >
2021-04-27 23:00:03 +02:00
< td class = "memname" > const ::PROTOBUF_NAMESPACE_ID::uint32 < 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 >
2021-04-27 23:00:03 +02:00
< a id = "aa907f507c80ae9d75d583a78d90de7b8" > < / a >
< 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" >
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > = {< / div >
2021-04-27 23:00:03 +02:00
< div class = "line" > < span class = "keyword" > false< / span > , < span class = "keyword" > false< / span > , 438, descriptor_table_protodef_ortools_2fgraph_2fflow_5fproblem_2eproto, < span class = "stringliteral" > " ortools/graph/flow_problem.proto" < / span > , < / div >
< div class = "line" > & < a class = "code" href = "flow__problem_8pb_8cc.html#abb4273748771fe2eebe1ec80e51788ff" > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_once< / a > , < span class = "keyword" > nullptr< / span > , 0, 3,< / 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 >
2021-04-27 23:00:03 +02:00
< div class = "line" > < a class = "code" href = "flow__problem_8pb_8cc.html#ae81114ad2923cf4fc8d924bd3049673e" > file_level_metadata_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > , < 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 >
2020-09-01 16:00:33 +02:00
< div class = "line" > }< / div >
2021-04-27 23:00:03 +02:00
< 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#l00109" > flow_problem.pb.cc:109< / 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#l00128" > flow_problem.pb.cc:128< / 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#l00025" > optional_boolean.pb.cc:25< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< 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 -->
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00129" > 129< / 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00128" > 128< / 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-04-27 23:00:03 +02: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" > PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT NodeDefaultTypeInternal _Node_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_a660549b573f43440c90e14578f5950bb" > < div class = "ttname" > < a href = "namespaceoperations__research.html#a660549b573f43440c90e14578f5950bb" > operations_research::_FlowModel_default_instance_< / a > < / div > < div class = "ttdeci" > PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT FlowModelDefaultTypeInternal _FlowModel_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 >
< 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" > PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT ArcDefaultTypeInternal _Arc_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 >
2020-09-01 16:00:33 +02:00
< / div > <!-- fragment -->
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "flow__problem_8pb_8cc_source.html#l00109" > 109< / 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" >
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 >
< 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" >
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 >
< 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" >
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" >
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 >