80 lines
37 KiB
HTML
80 lines
37 KiB
HTML
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
|
<head>
|
||
|
|
<title>OR-Tools</title>
|
||
|
|
<meta http-equiv="Content-Type" content="text/html;"/>
|
||
|
|
<meta charset="utf-8"/>
|
||
|
|
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
|
||
|
|
<link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
|
||
|
|
<script type="text/javascript" src="jquery.js"></script>
|
||
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="banner-container">
|
||
|
|
<div id="banner">
|
||
|
|
<span id="sfml">OR-Tools 7.1@</span>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div id="content">
|
||
|
|
<!-- Generated by Doxygen 1.8.15 -->
|
||
|
|
<div id="navrow1" class="tabs">
|
||
|
|
<ul class="tablist">
|
||
|
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||
|
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||
|
|
<li><a href="annotated.html"><span>Classes</span></a></li>
|
||
|
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
<div id="navrow2" class="tabs2">
|
||
|
|
<ul class="tablist">
|
||
|
|
<li><a href="files.html"><span>File List</span></a></li>
|
||
|
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
<div id="nav-path" class="navpath">
|
||
|
|
<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> </ul>
|
||
|
|
</div>
|
||
|
|
</div><!-- top -->
|
||
|
|
<div class="header">
|
||
|
|
<div class="headertitle">
|
||
|
|
<div class="title">LinearSumAssignment.cs</div> </div>
|
||
|
|
</div><!--header-->
|
||
|
|
<div class="contents">
|
||
|
|
<a href="LinearSumAssignment_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// <auto-generated /></span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// This file was automatically generated by SWIG (http://www.swig.org).</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">// Version 3.0.12</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">//</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">// Do not make changes to this file unless you know what you are doing--modify</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">// the SWIG interface file instead.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> </div><div class="line"><a name="l00011"></a><span class="lineno"><a class="line" href="namespaceGoogle_1_1OrTools_1_1Graph.html"> 11</a></span> <span class="keyword">namespace </span><a class="code" href="namespaceGoogle_1_1OrTools_1_1Graph.html">Google.OrTools.Graph</a> {</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> </div><div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html"> 13</a></span> <span class="keyword">public</span> <span class="keyword">class </span><a class="code" href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html">LinearSumAssignment</a> : global::System.IDisposable {</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>  <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><div class="line"><a name="l00015"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html#a8819f3a4f93dcbf44ca8dd3b2265ec49"> 15</a></span>  <span class="keyword">protected</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html#a8819f3a4f93dcbf44ca8dd3b2265ec49">swigCMemOwn</a>;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> </div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  <span class="keyword">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html#a82318a9ed1535ac9744c264d75296fc8">LinearSumAssignment</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) {</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html#a8819f3a4f93dcbf44ca8dd3b2265ec49">swigCMemOwn</a> = cMemoryOwn;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">this</span>, cPtr);</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  }</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> </div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  <span class="keyword">i
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE_html_acd75f9a31d4a2decee2188d7b88aeaaf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE.html#acd75f9a31d4a2decee2188d7b88aeaaf">Google.OrTools.Graph.operations_research_graphPINVOKE.LinearSumAssignment_NumNodes</a></div><div class="ttdeci">static int LinearSumAssignment_NumNodes(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE_html_a6f0317dc0a4445e0bac67ee9a3e276f1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE.html#a6f0317dc0a4445e0bac67ee9a3e276f1">Google.OrTools.Graph.operations_research_graphPINVOKE.delete_LinearSumAssignment</a></div><div class="ttdeci">static void delete_LinearSumAssignment(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE_html_ad5d56c81da99085c6c0426b566f0b8be"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE.html#ad5d56c81da99085c6c0426b566f0b8be">Google.OrTools.Graph.operations_research_graphPINVOKE.LinearSumAssignment_AssignmentCost</a></div><div class="ttdeci">static long LinearSumAssignment_AssignmentCost(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment_html_a010c9785e001a1ef43ab8ca929880f9a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html#a010c9785e001a1ef43ab8ca929880f9a">Google.OrTools.Graph.LinearSumAssignment.AssignmentCost</a></div><div class="ttdeci">long AssignmentCost(int left_node)</div><div class="ttdef"><b>Definition:</b> <a href="LinearSumAssignment_8cs_source.html#l00091">LinearSumAssignment.cs:91</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE_html_a62f05c18be996f01680b8eb1b28a772b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE.html#a62f05c18be996f01680b8eb1b28a772b">Google.OrTools.Graph.operations_research_graphPINVOKE.LinearSumAssignment_RightMate</a></div><div class="ttdeci">static int LinearSumAssignment_RightMate(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE_html_a8fac4ab5bd62cb5fc32e297fca56423b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE.html#a8fac4ab5bd62cb5fc32e297fca56423b">Google.OrTools.Graph.operations_research_graphPINVOKE.LinearSumAssignment_AddArcWithCost</a></div><div class="ttdeci">static int LinearSumAssignment_AddArcWithCost(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3, long jarg4)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE_html_a432ff4c45816a1d52bf47bbb82777ca7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE.html#a432ff4c45816a1d52bf47bbb82777ca7">Google.OrTools.Graph.operations_research_graphPINVOKE.LinearSumAssignment_NumArcs</a></div><div class="ttdeci">static int LinearSumAssignment_NumArcs(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment_html_a3403362183e9b0fafafe69834105173a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html#a3403362183e9b0fafafe69834105173a">Google.OrTools.Graph.LinearSumAssignment.Dispose</a></div><div class="ttdeci">virtual void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="LinearSumAssignment_8cs_source.html#l00030">LinearSumAssignment.cs:30</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE.html">Google.OrTools.Graph.operations_research_graphPINVOKE</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__graphPINVOKE_8cs_source.html#l00013">operations_research_graphPINVOKE.cs:13</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment_html_ae05401dc15ff678267ffd539d8f10a02"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html#ae05401dc15ff678267ffd539d8f10a02">Google.OrTools.Graph.LinearSumAssignment.LeftNode</a></div><div class="ttdeci">int LeftNode(int arc)</div><div class="ttdef"><b>Definition:</b> <a href="LinearSumAssignment_8cs_source.html#l00061">LinearSumAssignment.cs:61</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment_html_a878b9807230bd580917f56f530af0f31"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html#a878b9807230bd580917f56f530af0f31">Google.OrTools.Graph.LinearSumAssignment.Status</a></div><div class="ttdeci">Status</div><div class="ttdef"><b>Definition:</b> <a href="LinearSumAssignment_8cs_source.html#l00096">LinearSumAssignment.cs:96</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment_html_a8819f3a4f93dcbf44ca8dd3b2265ec49"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html#a8819f3a4f93dcbf44ca8dd3b2265ec49">Google.OrTools.Graph.LinearSumAssignment.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="LinearSumAssignment_8cs_source.html#l00015">LinearSumAssignment.cs:15</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE_html_acca53937e789ddc5720c0c4f1401996e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE.html#acca53937e789ddc5720c0c4f1401996e">Google.OrTools.Graph.operations_research_graphPINVOKE.LinearSumAssignment_OptimalCost</a></div><div class="ttdeci">static long LinearSumAssignment_OptimalCost(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE_html_a03cc7e05cebf050e5f4fbb9caf3a4da7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE.html#a03cc7e05cebf050e5f4fbb9caf3a4da7">Google.OrTools.Graph.operations_research_graphPINVOKE.LinearSumAssignment_Solve</a></div><div class="ttdeci">static int LinearSumAssignment_Solve(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
||
|
|
<div class="ttc" id="namespaceGoogle_1_1OrTools_1_1Graph_html"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1Graph.html">Google.OrTools.Graph</a></div><div class="ttdef"><b>Definition:</b> <a href="LinearSumAssignment_8cs_source.html#l00011">LinearSumAssignment.cs:11</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment_html_acd935e17232e0897001661f66c1d2bad"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html#acd935e17232e0897001661f66c1d2bad">Google.OrTools.Graph.LinearSumAssignment.NumNodes</a></div><div class="ttdeci">int NumNodes()</div><div class="ttdef"><b>Definition:</b> <a href="LinearSumAssignment_8cs_source.html#l00051">LinearSumAssignment.cs:51</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment_html_ad8a3ae646f55b4de71ec8eef22368eee"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html#ad8a3ae646f55b4de71ec8eef22368eee">Google.OrTools.Graph.LinearSumAssignment.RightMate</a></div><div class="ttdeci">int RightMate(int left_node)</div><div class="ttdef"><b>Definition:</b> <a href="LinearSumAssignment_8cs_source.html#l00086">LinearSumAssignment.cs:86</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment_html_adaad95a0597fc8c15989ebf723cd5a5b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html#adaad95a0597fc8c15989ebf723cd5a5b">Google.OrTools.Graph.LinearSumAssignment.RightNode</a></div><div class="ttdeci">int RightNode(int arc)</div><div class="ttdef"><b>Definition:</b> <a href="LinearSumAssignment_8cs_source.html#l00066">LinearSumAssignment.cs:66</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE_html_ad3196f27abbf65be7f56178bbaa6c5d1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE.html#ad3196f27abbf65be7f56178bbaa6c5d1">Google.OrTools.Graph.operations_research_graphPINVOKE.LinearSumAssignment_LeftNode</a></div><div class="ttdeci">static int LinearSumAssignment_LeftNode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment_html_a0d9fe117ef7aa656bd0ef92e2fc2421e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html#a0d9fe117ef7aa656bd0ef92e2fc2421e">Google.OrTools.Graph.LinearSumAssignment.AddArcWithCost</a></div><div class="ttdeci">int AddArcWithCost(int left_node, int right_node, long cost)</div><div class="ttdef"><b>Definition:</b> <a href="LinearSumAssignment_8cs_source.html#l00046">LinearSumAssignment.cs:46</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment_html_a82318a9ed1535ac9744c264d75296fc8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html#a82318a9ed1535ac9744c264d75296fc8">Google.OrTools.Graph.LinearSumAssignment.LinearSumAssignment</a></div><div class="ttdeci">LinearSumAssignment()</div><div class="ttdef"><b>Definition:</b> <a href="LinearSumAssignment_8cs_source.html#l00043">LinearSumAssignment.cs:43</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment_html_a9a0d6479baf0ebfc77deed132d315cc3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html#a9a0d6479baf0ebfc77deed132d315cc3">Google.OrTools.Graph.LinearSumAssignment.NumArcs</a></div><div class="ttdeci">int NumArcs()</div><div class="ttdef"><b>Definition:</b> <a href="LinearSumAssignment_8cs_source.html#l00056">LinearSumAssignment.cs:56</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE_html_a33eff93cb2bacd5e79daa096eb32da86"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE.html#a33eff93cb2bacd5e79daa096eb32da86">Google.OrTools.Graph.operations_research_graphPINVOKE.LinearSumAssignment_Cost</a></div><div class="ttdeci">static long LinearSumAssignment_Cost(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment_html_ac34705eb1c369e1a9365863dd2d92bab"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html#ac34705eb1c369e1a9365863dd2d92bab">Google.OrTools.Graph.LinearSumAssignment.OptimalCost</a></div><div class="ttdeci">long OptimalCost()</div><div class="ttdef"><b>Definition:</b> <a href="LinearSumAssignment_8cs_source.html#l00081">LinearSumAssignment.cs:81</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE_html_ae8aa85474de71ee87aac50c1678ea40b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1operations__research__graphPINVOKE.html#ae8aa85474de71ee87aac50c1678ea40b">Google.OrTools.Graph.operations_research_graphPINVOKE.LinearSumAssignment_RightNode</a></div><div class="ttdeci">static int LinearSumAssignment_RightNode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html">Google.OrTools.Graph.LinearSumAssignment</a></div><div class="ttdef"><b>Definition:</b> <a href="LinearSumAssignment_8cs_source.html#l00013">LinearSumAssignment.cs:13</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment_html_a054e52b980e726c06f23bed16b56ac4b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Graph_1_1LinearSumAssignment.html#a054e52b980e726c06f23bed16b56ac4b">Google.OrTools.Graph.LinearSumAssignment.Solve</a></div><div class="ttdeci">LinearSumAssignment.Status Solve()</div><div class="ttdef"><b>Definition:</b> <a href="LinearSumAssignment_8cs_source.html#l00076">LinearSumAssignment.cs:76</a></div></div>
|
||
|
|
</div><!-- fragment --></div><!-- contents -->
|
||
|
|
</div>
|
||
|
|
<div id="footer-container">
|
||
|
|
<div id="footer">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|