Files
ortools-clone/docs/dotnet/algorithms_2Int64Vector_8cs_source.html

162 lines
114 KiB
HTML
Raw Normal View History

2020-04-23 15:34:43 +02:00
<!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"/>-->
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
2020-09-01 16:00:33 +02:00
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
2020-04-23 15:34:43 +02:00
</head>
<body>
<div id="banner-container">
<div id="banner">
2021-09-20 15:57:27 +02:00
<span id="sfml">Google OR-Tools 9.1</span>
2020-04-23 15:34:43 +02:00
</div>
</div>
<div id="content" style="width: 100%; overflow: hidden;">
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
<h2>DotNet Reference</h2>
<ul>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Sat.html">CP-SAT</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Graph.html">Graph</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Algorithms.html">Knapsack solver</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1LinearSolver.html">Linear solver</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Routing</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Util.html">Util</a></li>
</ul>
</div>
<div id="content">
<div align="center">
2020-09-01 16:00:33 +02:00
<h1 style="color: #145A32;">.Net Reference</h1>
2020-04-23 15:34:43 +02:00
</div>
2021-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
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&amp;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">
2020-04-23 15:34:43 +02:00
</div>
</div>
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
$(document).ready(function(){initNavTree('algorithms_2Int64Vector_8cs_source.html','');});
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>
2020-04-23 15:34:43 +02:00
<div class="header">
<div class="headertitle">
<div class="title">algorithms/Int64Vector.cs</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +02:00
<a href="algorithms_2Int64Vector_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>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated /&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<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>&#160;<span class="comment">// Version 4.0.1</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<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>&#160;<span class="comment">// the SWIG interface file instead.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"><a class="line" href="namespaceGoogle_1_1OrTools_1_1Algorithms.html"> 11</a></span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceGoogle_1_1OrTools_1_1Algorithms.html">Google.OrTools.Algorithms</a> {</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html"> 13</a></span>&#160;<span class="keyword">public</span> <span class="keyword">class </span><a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html">Int64Vector</a> : global::System.IDisposable, global::System.Collections.IEnumerable, global::System.Collections.Generic.IList&lt;long&gt;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160; {</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#abc050282310ee35f8b4bac77b6103375"> 16</a></span>&#160; <span class="keyword">protected</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a>;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; <span class="keyword">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a168c7db87ed48a1dcd19a820777c8588">Int64Vector</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) {</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a> = cMemoryOwn;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">this</span>, cPtr);</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; }</div><div class="line"><a name
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a385d9763e76c00d3af6049a5dd2cbc1b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a385d9763e76c00d3af6049a5dd2cbc1b">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.Int64Vector_LastIndexOf</a></div><div class="ttdeci">static int Int64Vector_LastIndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_1_1Int64VectorEnumerator_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_1_1Int64VectorEnumerator.html">Google.OrTools.Algorithms.Int64Vector.Int64VectorEnumerator</a></div><div class="ttdoc">Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever t...</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00159">algorithms/Int64Vector.cs:159</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException_html_a99561aa89dd816ba2dd85af036e32227"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.SWIGPendingException.Retrieve</a></div><div class="ttdeci">static global::System.Exception Retrieve()</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__algorithmsPINVOKE_8cs_source.html#l00152">operations_research_algorithmsPINVOKE.cs:152</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_af7f404fe2f0b77489ca3577321a5ff94"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#af7f404fe2f0b77489ca3577321a5ff94">Google.OrTools.Algorithms.Int64Vector.CopyTo</a></div><div class="ttdeci">void CopyTo(long[] array)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00108">algorithms/Int64Vector.cs:108</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a35191a41ae781952b85a05db77589dd6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a35191a41ae781952b85a05db77589dd6">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.Int64Vector_RemoveAt</a></div><div class="ttdeci">static void Int64Vector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a9e8ff310cc3c27b59e4106f850ceaddf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a9e8ff310cc3c27b59e4106f850ceaddf">Google.OrTools.Algorithms.Int64Vector.CopyTo</a></div><div class="ttdeci">void CopyTo(int index, long[] array, int arrayIndex, int count)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00118">algorithms/Int64Vector.cs:118</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a8ec7d7c5cd2656150a6237ce80df4d20"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a8ec7d7c5cd2656150a6237ce80df4d20">Google.OrTools.Algorithms.Int64Vector.IsFixedSize</a></div><div class="ttdeci">bool IsFixedSize</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00064">algorithms/Int64Vector.cs:64</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_1_1Int64VectorEnumerator_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_1_1Int64VectorEnumerator.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.Algorithms.Int64Vector.Int64VectorEnumerator.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00214">algorithms/Int64Vector.cs:214</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_ab613fee6b08a7ec8047fd89a9f903d43"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#ab613fee6b08a7ec8047fd89a9f903d43">Google.OrTools.Algorithms.Int64Vector.Contains</a></div><div class="ttdeci">bool Contains(long value)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00323">algorithms/Int64Vector.cs:323</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a583c1ef8f0b3432dc556fb875e523816"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a583c1ef8f0b3432dc556fb875e523816">Google.OrTools.Algorithms.Int64Vector.Repeat</a></div><div class="ttdeci">static Int64Vector Repeat(long value, int count)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00302">algorithms/Int64Vector.cs:302</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a66c51a628b1dd2904fb8ead08d77e663"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a66c51a628b1dd2904fb8ead08d77e663">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.Int64Vector_IndexOf</a></div><div class="ttdeci">static int Int64Vector_IndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html">Google.OrTools.Algorithms.Int64Vector</a></div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00013">algorithms/Int64Vector.cs:13</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_ae04db1268d449f52e48e7a9438c71133"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#ae04db1268d449f52e48e7a9438c71133">Google.OrTools.Algorithms.Int64Vector.GetEnumerator</a></div><div class="ttdeci">Int64VectorEnumerator GetEnumerator()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00150">algorithms/Int64Vector.cs:150</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_1_1Int64VectorEnumerator_html_aee4964ae714b19adc31fd9cb2fded47f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_1_1Int64VectorEnumerator.html#aee4964ae714b19adc31fd9cb2fded47f">Google.OrTools.Algorithms.Int64Vector.Int64VectorEnumerator.Int64VectorEnumerator</a></div><div class="ttdeci">Int64VectorEnumerator(Int64Vector collection)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00167">algorithms/Int64Vector.cs:167</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_1_1Int64VectorEnumerator_html_ad5316c283894d57be1450edab878aed0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_1_1Int64VectorEnumerator.html#ad5316c283894d57be1450edab878aed0">Google.OrTools.Algorithms.Int64Vector.Int64VectorEnumerator.MoveNext</a></div><div class="ttdeci">bool MoveNext()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00194">algorithms/Int64Vector.cs:194</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_1_1Int64VectorEnumerator_html_ae0cbc115a66699ead8d93fddccf271ef"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_1_1Int64VectorEnumerator.html#ae0cbc115a66699ead8d93fddccf271ef">Google.OrTools.Algorithms.Int64Vector.Int64VectorEnumerator.Current</a></div><div class="ttdeci">long Current</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00175">algorithms/Int64Vector.cs:175</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_aac5141816359b1f2e374b9f1356cf734"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#aac5141816359b1f2e374b9f1356cf734">Google.OrTools.Algorithms.Int64Vector.ToArray</a></div><div class="ttdeci">long [] ToArray()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00136">algorithms/Int64Vector.cs:136</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_aad462966ed963f892117056de1eba502"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#aad462966ed963f892117056de1eba502">Google.OrTools.Algorithms.Int64Vector.Count</a></div><div class="ttdeci">int Count</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00096">algorithms/Int64Vector.cs:96</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException_html_a7c98814d2667a9273c95e975fd320b6c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.SWIGPendingException.Pending</a></div><div class="ttdeci">static bool Pending</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__algorithmsPINVOKE_8cs_source.html#l00133">operations_research_algorithmsPINVOKE.cs:133</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.Algorithms.Int64Vector.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00031">algorithms/Int64Vector.cs:31</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a62d49f2d8ce2dda9c4592e5b93bc2c3d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a62d49f2d8ce2dda9c4592e5b93bc2c3d">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.Int64Vector_Reverse__SWIG_0</a></div><div class="ttdeci">static void Int64Vector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_ad2b2931b667c33462fba562f109d6482"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#ad2b2931b667c33462fba562f109d6482">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.Int64Vector_Reverse__SWIG_1</a></div><div class="ttdeci">static void Int64Vector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_1_1Int64VectorEnumerator_html_a372de693ad40b3f42839c8ec6ac845f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_1_1Int64VectorEnumerator.html#a372de693ad40b3f42839c8ec6ac845f4">Google.OrTools.Algorithms.Int64Vector.Int64VectorEnumerator.Reset</a></div><div class="ttdeci">void Reset()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00206">algorithms/Int64Vector.cs:206</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_aed5ab929fcc0b1d5967123271b825278"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#aed5ab929fcc0b1d5967123271b825278">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.Int64Vector_Remove</a></div><div class="ttdeci">static bool Int64Vector_Remove(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a6a49be260c8004de3e132a6ab45572e7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a6a49be260c8004de3e132a6ab45572e7">Google.OrTools.Algorithms.Int64Vector.Int64Vector</a></div><div class="ttdeci">Int64Vector(global::System.Collections.IEnumerable c)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00048">algorithms/Int64Vector.cs:48</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_ad55b30e4682ea4a02aa89d4cda1bc2ba"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#ad55b30e4682ea4a02aa89d4cda1bc2ba">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.delete_Int64Vector</a></div><div class="ttdeci">static void delete_Int64Vector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a5ec4feb6fb0770629bc0e5da35715336"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a5ec4feb6fb0770629bc0e5da35715336">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.Int64Vector_AddRange</a></div><div class="ttdeci">static void Int64Vector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a5ad7f82470f145a0d6ae871ff7b623f3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a5ad7f82470f145a0d6ae871ff7b623f3">Google.OrTools.Algorithms.Int64Vector.Capacity</a></div><div class="ttdeci">int Capacity</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00085">algorithms/Int64Vector.cs:85</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_ad76f98ad1530aa6d37aa16a8b8edfa55"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#ad76f98ad1530aa6d37aa16a8b8edfa55">Google.OrTools.Algorithms.Int64Vector.IndexOf</a></div><div class="ttdeci">int IndexOf(long value)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00328">algorithms/Int64Vector.cs:328</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a5be311234f0316371a033933cfa86db2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a5be311234f0316371a033933cfa86db2">Google.OrTools.Algorithms.Int64Vector.SetRange</a></div><div class="ttdeci">void SetRange(int index, Int64Vector values)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00318">algorithms/Int64Vector.cs:318</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_af4fe6c69c6dad6abd21cc1b54ba34b5e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#af4fe6c69c6dad6abd21cc1b54ba34b5e">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.Int64Vector_RemoveRange</a></div><div class="ttdeci">static void Int64Vector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.SWIGPendingException</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__algorithmsPINVOKE_8cs_source.html#l00127">operations_research_algorithmsPINVOKE.cs:127</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_aa71d36872f416feaa853788a7a7a7ef8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#aa71d36872f416feaa853788a7a7a7ef8">Google.OrTools.Algorithms.Int64Vector.Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00220">algorithms/Int64Vector.cs:220</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a6a9e1be5830bb86d1685684806b1e2a0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a6a9e1be5830bb86d1685684806b1e2a0">Google.OrTools.Algorithms.Int64Vector.Int64Vector</a></div><div class="ttdeci">Int64Vector(Int64Vector other)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00245">algorithms/Int64Vector.cs:245</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a864e771b3e40d6fc7a9c5516e45e4ec3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a864e771b3e40d6fc7a9c5516e45e4ec3">Google.OrTools.Algorithms.Int64Vector.CopyTo</a></div><div class="ttdeci">void CopyTo(long[] array, int arrayIndex)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00113">algorithms/Int64Vector.cs:113</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a416ba24ab2201269f8a88f4387c08466"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a416ba24ab2201269f8a88f4387c08466">Google.OrTools.Algorithms.Int64Vector.Insert</a></div><div class="ttdeci">void Insert(int index, long x)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00282">algorithms/Int64Vector.cs:282</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a8099f2edb6d125144bb2592f6367de93"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a8099f2edb6d125144bb2592f6367de93">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.Int64Vector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr Int64Vector_Repeat(long jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a300b9003c478a3c63d9a3fc7569109dc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a300b9003c478a3c63d9a3fc7569109dc">Google.OrTools.Algorithms.Int64Vector.LastIndexOf</a></div><div class="ttdeci">int LastIndexOf(long value)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00333">algorithms/Int64Vector.cs:333</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_aaadfbcefcdd59f02cb10e50a5a2a1ef6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#aaadfbcefcdd59f02cb10e50a5a2a1ef6">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.Int64Vector_Clear</a></div><div class="ttdeci">static void Int64Vector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a95bd186cde6219880908b76539a33cc2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a95bd186cde6219880908b76539a33cc2">Google.OrTools.Algorithms.Int64Vector.AddRange</a></div><div class="ttdeci">void AddRange(Int64Vector values)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00270">algorithms/Int64Vector.cs:270</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.Algorithms.Int64Vector.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00016">algorithms/Int64Vector.cs:16</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a168c7db87ed48a1dcd19a820777c8588"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a168c7db87ed48a1dcd19a820777c8588">Google.OrTools.Algorithms.Int64Vector.Int64Vector</a></div><div class="ttdeci">Int64Vector()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00242">algorithms/Int64Vector.cs:242</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.Algorithms.Int64Vector.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00036">algorithms/Int64Vector.cs:36</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_ae1b551cc51c9d556342b27b466a7c7cb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#ae1b551cc51c9d556342b27b466a7c7cb">Google.OrTools.Algorithms.Int64Vector.Reverse</a></div><div class="ttdeci">void Reverse()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00309">algorithms/Int64Vector.cs:309</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_ad7c925d24a4e07389d2331e0508618ea"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#ad7c925d24a4e07389d2331e0508618ea">Google.OrTools.Algorithms.Int64Vector.RemoveAt</a></div><div class="ttdeci">void RemoveAt(int index)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00292">algorithms/Int64Vector.cs:292</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a23e49836eb5994aab1368bd5941eb51f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a23e49836eb5994aab1368bd5941eb51f">Google.OrTools.Algorithms.Int64Vector.GetRange</a></div><div class="ttdeci">Int64Vector GetRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00275">algorithms/Int64Vector.cs:275</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a9497e83ef9e733b32f0e77a07338c293"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a9497e83ef9e733b32f0e77a07338c293">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.Int64Vector_InsertRange</a></div><div class="ttdeci">static void Int64Vector_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_ad1b02f19e753582b3c5f9ed71bb0318a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#ad1b02f19e753582b3c5f9ed71bb0318a">Google.OrTools.Algorithms.Int64Vector.IsReadOnly</a></div><div class="ttdeci">bool IsReadOnly</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00070">algorithms/Int64Vector.cs:70</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_ab8469187c24ee20858b41527b2f5e687"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#ab8469187c24ee20858b41527b2f5e687">Google.OrTools.Algorithms.Int64Vector.RemoveRange</a></div><div class="ttdeci">void RemoveRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00297">algorithms/Int64Vector.cs:297</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__algorithmsPINVOKE_8cs_source.html#l00013">operations_research_algorithmsPINVOKE.cs:13</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_aac98e540e1c3c1fcf6ff5b7b3be91e2e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#aac98e540e1c3c1fcf6ff5b7b3be91e2e">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.Int64Vector_getitemcopy</a></div><div class="ttdeci">static long Int64Vector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a31cec18130a3652c32a0251f631c1366"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a31cec18130a3652c32a0251f631c1366">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.Int64Vector_Add</a></div><div class="ttdeci">static void Int64Vector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a18fdf2670c2e0bf3e42aa86d370c47ef"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a18fdf2670c2e0bf3e42aa86d370c47ef">Google.OrTools.Algorithms.Int64Vector.Remove</a></div><div class="ttdeci">bool Remove(long value)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00338">algorithms/Int64Vector.cs:338</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a318ee4505df40c47be69f8e35e7cd16e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a318ee4505df40c47be69f8e35e7cd16e">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.Int64Vector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr Int64Vector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a54552ffa274e1112a23df9cc32cc6dbf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a54552ffa274e1112a23df9cc32cc6dbf">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.Int64Vector_SetRange</a></div><div class="ttdeci">static void Int64Vector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a0b4a425bb17806845a83bfd79a751c3f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a0b4a425bb17806845a83bfd79a751c3f">Google.OrTools.Algorithms.Int64Vector.InsertRange</a></div><div class="ttdeci">void InsertRange(int index, Int64Vector values)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00287">algorithms/Int64Vector.cs:287</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_ad949437cf1764aade5c7cbd8fa1c3166"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#ad949437cf1764aade5c7cbd8fa1c3166">Google.OrTools.Algorithms.Int64Vector.Add</a></div><div class="ttdeci">void Add(long x)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00224">algorithms/Int64Vector.cs:224</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_ad4667d4b8f13130fe31654d53966f402"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#ad4667d4b8f13130fe31654d53966f402">Google.OrTools.Algorithms.Int64Vector.Int64Vector</a></div><div class="ttdeci">Int64Vector(global::System.Collections.Generic.IEnumerable&lt; long &gt; c)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00056">algorithms/Int64Vector.cs:56</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_ac7cce93b4da6ad042e356cffefeae82c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#ac7cce93b4da6ad042e356cffefeae82c">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.Int64Vector_Contains</a></div><div class="ttdeci">static bool Int64Vector_Contains(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="namespaceGoogle_1_1OrTools_1_1Algorithms_html"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1Algorithms.html">Google.OrTools.Algorithms</a></div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00011">algorithms/Int64Vector.cs:11</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a22b1c99dbcaab231c739f7065ef53d72"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a22b1c99dbcaab231c739f7065ef53d72">Google.OrTools.Algorithms.Int64Vector.Int64Vector</a></div><div class="ttdeci">Int64Vector(int capacity)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00249">algorithms/Int64Vector.cs:249</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a204cfe81db3d40c7d9fff872c1c947ba"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a204cfe81db3d40c7d9fff872c1c947ba">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.Int64Vector_size</a></div><div class="ttdeci">static uint Int64Vector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_a94b969d24485ca893c76b3323b3326f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#a94b969d24485ca893c76b3323b3326f4">Google.OrTools.Algorithms.Int64Vector.IsSynchronized</a></div><div class="ttdeci">bool IsSynchronized</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00102">algorithms/Int64Vector.cs:102</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector_html_af6cbf16084ead2a02440396e021b9b46"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1Int64Vector.html#af6cbf16084ead2a02440396e021b9b46">Google.OrTools.Algorithms.Int64Vector.Reverse</a></div><div class="ttdeci">void Reverse(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2Int64Vector_8cs_source.html#l00313">algorithms/Int64Vector.cs:313</a></div></div>
2021-01-26 11:28:50 +01:00
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
2020-04-23 15:34:43 +02:00
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>