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.h 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_8h.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 = "#enum-members" > Enumerations< / a > |
< a href = "#func-members" > Functions< / a > |
< a href = "#var-members" > Variables< / a > < / div >
< div class = "headertitle" >
< div class = "title" > flow_problem.pb.h File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > < a href = "flow__problem_8pb_8h_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" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html" > TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto< / 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_p_r_o_t_o_b_u_f___f_i_n_a_l.html" > PROTOBUF_FINAL< / 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" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structis__proto__enum_3_01_1_1operations__research_1_1_flow_model___problem_type_01_4.html" > is_proto_enum< ::operations_research::FlowModel_ProblemType > < / 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:namespaceinternal" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceinternal.html" > internal< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / 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:a3944ad1910d9b0f5063f1f888f7af61a" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8h.html#a3944ad1910d9b0f5063f1f888f7af61a" > PROTOBUF_INTERNAL_EXPORT_ortools_2fgraph_2fflow_5fproblem_2eproto< / a > < / td > < / tr >
< tr class = "separator:a3944ad1910d9b0f5063f1f888f7af61a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "enum-members" > < / a >
Enumerations< / h2 > < / td > < / tr >
2021-01-26 11:28:50 +01:00
< tr class = "memitem:a4f683c5103a92e63d9df46f2652d476c" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c" > FlowModel_ProblemType< / a > : int { < a class = "el" href = "namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476cadae9b1b24153d3681a075b6531ee0b92" > FlowModel_ProblemType_LINEAR_SUM_ASSIGNMENT< / a > = 0
, < a class = "el" href = "namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476ca0ce79649a2d56f0b32763b711a4c6841" > FlowModel_ProblemType_MAX_FLOW< / a > = 1
, < a class = "el" href = "namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476ca6e4c70501999b698977ecfa8d0d19479" > FlowModel_ProblemType_MIN_COST_FLOW< / a > = 2
2020-09-01 16:00:33 +02:00
}< / td > < / tr >
< tr class = "separator:a4f683c5103a92e63d9df46f2652d476c" > < 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:a25b013a2b8fd13344af7fe2d3899363c" > < td class = "memItemLeft" align = "right" valign = "top" > ::PROTOBUF_NAMESPACE_ID::Metadata  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8h.html#a25b013a2b8fd13344af7fe2d3899363c" > 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:a25b013a2b8fd13344af7fe2d3899363c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "memitem:adab194b9b0aef45453353c39f7ab1333" > < td class = "memItemLeft" align = "right" valign = "top" > template< > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:adab194b9b0aef45453353c39f7ab1333" > < td class = "memTemplItemLeft" align = "right" valign = "top" > PROTOBUF_NAMESPACE_OPEN ::< 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_8h.html#adab194b9b0aef45453353c39f7ab1333" > Arena::CreateMaybeMessage< ::operations_research::Arc > < / a > (Arena *)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:adab194b9b0aef45453353c39f7ab1333" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aea96a16ac14673d8aef00bf02df3efdf" > < td class = "memItemLeft" align = "right" valign = "top" > template< > < / td > < / tr >
< tr class = "memitem:aea96a16ac14673d8aef00bf02df3efdf" > < td class = "memTemplItemLeft" align = "right" valign = "top" > ::operations_research::FlowModel *  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8h.html#aea96a16ac14673d8aef00bf02df3efdf" > Arena::CreateMaybeMessage< ::operations_research::FlowModel > < / a > (Arena *)< / td > < / tr >
< tr class = "separator:aea96a16ac14673d8aef00bf02df3efdf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a62d9e9746fad56c0e12751c81034961d" > < td class = "memItemLeft" align = "right" valign = "top" > template< > < / td > < / tr >
< tr class = "memitem:a62d9e9746fad56c0e12751c81034961d" > < td class = "memTemplItemLeft" align = "right" valign = "top" > ::operations_research::Node *  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8h.html#a62d9e9746fad56c0e12751c81034961d" > Arena::CreateMaybeMessage< ::operations_research::Node > < / a > (Arena *)< / td > < / tr >
< tr class = "separator:a62d9e9746fad56c0e12751c81034961d" > < 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: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:a25b340cdb4b3f3b27c99e4bff5459b0f" > < td class = "memTemplParams" colspan = "2" > template< typename T > < / td > < / tr >
< tr class = "memitem:a25b340cdb4b3f3b27c99e4bff5459b0f" > < td class = "memTemplItemLeft" align = "right" valign = "top" > const std::string &   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a25b340cdb4b3f3b27c99e4bff5459b0f" > FlowModel_ProblemType_Name< / a > (T enum_t_value)< / td > < / tr >
< tr class = "separator:a25b340cdb4b3f3b27c99e4bff5459b0f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:ade67a7afb07d33044226a6fcc55238c9" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#ade67a7afb07d33044226a6fcc55238c9" > FlowModel_ProblemType_Parse< / a > (::PROTOBUF_NAMESPACE_ID::ConstStringParam < a class = "el" href = "gscip__solver_8cc.html#a82e2a7e0f28d620da677073b6b24574b" > name< / a > , FlowModel_ProblemType *< a class = "el" href = "matrix__utils_8cc.html#aee90379adb0307effb138f4871edbc5c" > value< / a > )< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ade67a7afb07d33044226a6fcc55238c9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a75eb829f0047b6943b6a2c961a519a0b" > < td class = "memItemLeft" align = "right" valign = "top" > template< > < / td > < / tr >
< tr class = "memitem:a75eb829f0047b6943b6a2c961a519a0b" > < td class = "memTemplItemLeft" align = "right" valign = "top" > const EnumDescriptor *  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "flow__problem_8pb_8h.html#a75eb829f0047b6943b6a2c961a519a0b" > GetEnumDescriptor< ::operations_research::FlowModel_ProblemType > < / a > ()< / td > < / tr >
< tr class = "separator:a75eb829f0047b6943b6a2c961a519a0b" > < 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: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_8h.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:a8f81990e9a7e53ba4956be213beab4fd" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr FlowModel_ProblemType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a8f81990e9a7e53ba4956be213beab4fd" > FlowModel_ProblemType_ProblemType_MIN< / a > = FlowModel_ProblemType_LINEAR_SUM_ASSIGNMENT< / td > < / tr >
< tr class = "separator:a8f81990e9a7e53ba4956be213beab4fd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae5f834d473db3f9dd920b4cfb6f51032" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr FlowModel_ProblemType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#ae5f834d473db3f9dd920b4cfb6f51032" > FlowModel_ProblemType_ProblemType_MAX< / a > = FlowModel_ProblemType_MIN_COST_FLOW< / td > < / tr >
< tr class = "separator:ae5f834d473db3f9dd920b4cfb6f51032" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a96cc196af88d5d4114c8f15d66635ad4" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a96cc196af88d5d4114c8f15d66635ad4" > FlowModel_ProblemType_ProblemType_ARRAYSIZE< / a > = FlowModel_ProblemType_ProblemType_MAX + 1< / td > < / tr >
< tr class = "separator:a96cc196af88d5d4114c8f15d66635ad4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Macro Definition Documentation< / h2 >
< a id = "a3944ad1910d9b0f5063f1f888f7af61a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3944ad1910d9b0f5063f1f888f7af61a" > ◆ < / a > < / span > PROTOBUF_INTERNAL_EXPORT_ortools_2fgraph_2fflow_5fproblem_2eproto< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define PROTOBUF_INTERNAL_EXPORT_ortools_2fgraph_2fflow_5fproblem_2eproto< / 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_8h_source.html#l00037" > 37< / a > of file < a class = "el" href = "flow__problem_8pb_8h_source.html" > flow_problem.pb.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Function Documentation< / h2 >
< a id = "adab194b9b0aef45453353c39f7ab1333" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adab194b9b0aef45453353c39f7ab1333" > ◆ < / 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 ::< 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" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "aea96a16ac14673d8aef00bf02df3efdf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aea96a16ac14673d8aef00bf02df3efdf" > ◆ < / a > < / span > Arena::CreateMaybeMessage< ::operations_research::FlowModel > ()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > ::operations_research::FlowModel* Arena::CreateMaybeMessage< ::operations_research::FlowModel > < / td >
< td > (< / td >
< td class = "paramtype" > Arena *  < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a62d9e9746fad56c0e12751c81034961d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a62d9e9746fad56c0e12751c81034961d" > ◆ < / a > < / span > Arena::CreateMaybeMessage< ::operations_research::Node > ()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > ::operations_research::Node* Arena::CreateMaybeMessage< ::operations_research::Node > < / td >
< td > (< / td >
< td class = "paramtype" > Arena *  < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< / div >
< / div >
< a id = "a25b013a2b8fd13344af7fe2d3899363c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a25b013a2b8fd13344af7fe2d3899363c" > ◆ < / a > < / span > descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_metadata_getter()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > ::PROTOBUF_NAMESPACE_ID::Metadata descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_metadata_getter < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< 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 = "a75eb829f0047b6943b6a2c961a519a0b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a75eb829f0047b6943b6a2c961a519a0b" > ◆ < / a > < / span > GetEnumDescriptor< ::operations_research::FlowModel_ProblemType > ()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const EnumDescriptor* GetEnumDescriptor< ::< a class = "el" href = "namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c" > operations_research::FlowModel_ProblemType< / a > > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / 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_8h_source.html#l00989" > 989< / a > of file < a class = "el" href = "flow__problem_8pb_8h_source.html" > flow_problem.pb.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / 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" >
2020-10-09 12:00:09 +02:00
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2020-09-01 16:00:33 +02:00
< table class = "memname" >
< tr >
< td class = "memname" > const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto< / td >
< / tr >
< / table >
2020-10-09 12:00:09 +02:00
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > extern< / span > < / span > < / td >
< / tr >
< / table >
2020-09-01 16:00:33 +02:00
< / 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#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 >
< / 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_8h.html" > flow_problem.pb.h< / 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 >