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

164 lines
124 KiB
HTML
Raw Normal View History

<!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"/>
</head>
<body>
<div id="banner-container">
<div id="banner">
2021-12-14 13:41:01 +01:00
<span id="sfml">Google OR-Tools 9.2</span>
</div>
</div>
2019-08-07 18:01:08 -07:00
<div id="content" style="width: 100%; overflow: hidden;">
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
2019-08-12 09:16:03 -07:00
<h2>DotNet Reference</h2>
2019-08-07 18:01:08 -07:00
<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">
2019-08-07 18:01:08 -07:00
<div align="center">
2020-09-01 16:00:33 +02:00
<h1 style="color: #145A32;">.Net Reference</h1>
2019-08-07 18:01:08 -07:00
</div>
2022-01-16 18:02:36 +01:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
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">
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2020-09-01 16:00:33 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-16 18:02:36 +01:00
/* @license-end */</script>
2020-09-01 16:00:33 +02:00
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('SequenceVarVector_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>
<div class="header">
2022-01-16 18:02:36 +01:00
<div class="headertitle">
<div class="title">SequenceVarVector.cs</div> </div>
</div><!--header-->
<div class="contents">
2022-01-16 18:02:36 +01:00
<a href="SequenceVarVector_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"> 11</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Google.OrTools.ConstraintSolver</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"> 13</span>&#160;<span class="keyword">using</span> System;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="keyword">using</span> System.Runtime.<a class="code" href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a>;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="keyword">using</span> System.Collections;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="keyword">using</span> System.Collections.Generic;</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">public</span> <span class="keyword">partial class </span>SequenceVarVector : global::System.IDisposable, global::System.Collections.IEnumerable, global::System.Collections.Generic.IList&lt;SequenceVar&gt;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; {</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#abc050282310ee35f8b4bac77b6103375"> 21</a></span>&#160; <span class="keyword">protected</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a>;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; <span class="keyword">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a37cbb9a35b4c7aeb9078379e99d39b28">SequenceVarVector</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) {</div><div class="lin
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a4a7e95c69349a2e1f13c5a2a971eb19b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a4a7e95c69349a2e1f13c5a2a971eb19b">Google.OrTools.ConstraintSolver.SequenceVarVector.Remove</a></div><div class="ttdeci">bool Remove(SequenceVar value)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00345">SequenceVarVector.cs:345</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a37cbb9a35b4c7aeb9078379e99d39b28"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a37cbb9a35b4c7aeb9078379e99d39b28">Google.OrTools.ConstraintSolver.SequenceVarVector.SequenceVarVector</a></div><div class="ttdeci">SequenceVarVector()</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00247">SequenceVarVector.cs:247</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a60085d9243c1d0360a5378df54e9fc68"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a60085d9243c1d0360a5378df54e9fc68">Google.OrTools.ConstraintSolver.SequenceVarVector.CopyTo</a></div><div class="ttdeci">void CopyTo(SequenceVar[] array)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00113">SequenceVarVector.cs:113</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_aa71d36872f416feaa853788a7a7a7ef8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#aa71d36872f416feaa853788a7a7a7ef8">Google.OrTools.ConstraintSolver.SequenceVarVector.Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00225">SequenceVarVector.cs:225</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a0a409ed86cd0577ac2c3823ddfd85b3d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0a409ed86cd0577ac2c3823ddfd85b3d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr SequenceVarVector_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a9ed9fde709710bcecc4570c5d3ae619c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9ed9fde709710bcecc4570c5d3ae619c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_getitemcopy</a></div><div class="ttdeci">static global::System.IntPtr SequenceVarVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html_a7c98814d2667a9273c95e975fd320b6c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException.Pending</a></div><div class="ttdeci">static bool Pending</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00167">operations_research_constraint_solverPINVOKE.cs:167</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_adf922c1ef92c0c39f338bacc7747c42a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#adf922c1ef92c0c39f338bacc7747c42a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_SetRange</a></div><div class="ttdeci">static void SequenceVarVector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
<div class="ttc" id="namespaceSystem_1_1Runtime_1_1InteropServices_html"><div class="ttname"><a href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00161">operations_research_constraint_solverPINVOKE.cs:161</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad959aac0c8c35cb6c997a0727f1bcb8c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad959aac0c8c35cb6c997a0727f1bcb8c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_InsertRange</a></div><div class="ttdeci">static void SequenceVarVector_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_1ConstraintSolver_1_1SequenceVarVector_html_a5725341860138e2b19607465b167baf3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a5725341860138e2b19607465b167baf3">Google.OrTools.ConstraintSolver.SequenceVarVector.SequenceVarVector</a></div><div class="ttdeci">SequenceVarVector(SequenceVarVector other)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00250">SequenceVarVector.cs:250</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_aadb7278067d19c48d7593546a5b50950"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#aadb7278067d19c48d7593546a5b50950">Google.OrTools.ConstraintSolver.SequenceVarVector.SequenceVarVector</a></div><div class="ttdeci">SequenceVarVector(int capacity)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00254">SequenceVarVector.cs:254</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ab75f548ab06bc1c6b715d893cbc6da6a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab75f548ab06bc1c6b715d893cbc6da6a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_Reverse__SWIG_0</a></div><div class="ttdeci">static void SequenceVarVector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator_html_ad5316c283894d57be1450edab878aed0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator.html#ad5316c283894d57be1450edab878aed0">Google.OrTools.ConstraintSolver.SequenceVarVector.SequenceVarVectorEnumerator.MoveNext</a></div><div class="ttdeci">bool MoveNext()</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00199">SequenceVarVector.cs:199</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator_html_a89a3d43295c1ec45c85407dfec1ba6c0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator.html#a89a3d43295c1ec45c85407dfec1ba6c0">Google.OrTools.ConstraintSolver.SequenceVarVector.SequenceVarVectorEnumerator.Current</a></div><div class="ttdeci">SequenceVar Current</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00180">SequenceVarVector.cs:180</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator_html_aed8e61a95f2624943c2598807798e7d3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator.html#aed8e61a95f2624943c2598807798e7d3">Google.OrTools.ConstraintSolver.SequenceVarVector.SequenceVarVectorEnumerator.SequenceVarVectorEnumerator</a></div><div class="ttdeci">SequenceVarVectorEnumerator(SequenceVarVector collection)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00172">SequenceVarVector.cs:172</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_ae1b551cc51c9d556342b27b466a7c7cb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#ae1b551cc51c9d556342b27b466a7c7cb">Google.OrTools.ConstraintSolver.SequenceVarVector.Reverse</a></div><div class="ttdeci">void Reverse()</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00316">SequenceVarVector.cs:316</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.ConstraintSolver.SequenceVarVector.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00041">SequenceVarVector.cs:41</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_aaf10932f260f430291c810425d9351d8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#aaf10932f260f430291c810425d9351d8">Google.OrTools.ConstraintSolver.SequenceVarVector.CopyTo</a></div><div class="ttdeci">void CopyTo(SequenceVar[] array, int arrayIndex)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00118">SequenceVarVector.cs:118</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a17b253373648efbfec3e6c58fff7da0a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a17b253373648efbfec3e6c58fff7da0a">Google.OrTools.ConstraintSolver.SequenceVarVector.SequenceVarVector</a></div><div class="ttdeci">SequenceVarVector(global::System.Collections.Generic.IEnumerable&lt; SequenceVar &gt; c)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00061">SequenceVarVector.cs:61</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html">Google.OrTools.ConstraintSolver.SequenceVarVector</a></div><div class="ttdef"><b>Definition:</b> <a href="IntVarArrayHelper_8cs_source.html#l00286">IntVarArrayHelper.cs:286</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator_html_a372de693ad40b3f42839c8ec6ac845f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator.html#a372de693ad40b3f42839c8ec6ac845f4">Google.OrTools.ConstraintSolver.SequenceVarVector.SequenceVarVectorEnumerator.Reset</a></div><div class="ttdeci">void Reset()</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00211">SequenceVarVector.cs:211</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a66cd7e2132b8da703a9cc42808e4fa1f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a66cd7e2132b8da703a9cc42808e4fa1f">Google.OrTools.ConstraintSolver.SequenceVarVector.InsertRange</a></div><div class="ttdeci">void InsertRange(int index, SequenceVarVector values)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00294">SequenceVarVector.cs:294</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a45f74519e0b2b8d472429c1320289c3e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a45f74519e0b2b8d472429c1320289c3e">Google.OrTools.ConstraintSolver.SequenceVarVector.IndexOf</a></div><div class="ttdeci">int IndexOf(SequenceVar value)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00335">SequenceVarVector.cs:335</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a0b160899d44678fec7791fedfed7c09f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0b160899d44678fec7791fedfed7c09f">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_Clear</a></div><div class="ttdeci">static void SequenceVarVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a94b969d24485ca893c76b3323b3326f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a94b969d24485ca893c76b3323b3326f4">Google.OrTools.ConstraintSolver.SequenceVarVector.IsSynchronized</a></div><div class="ttdeci">bool IsSynchronized</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00107">SequenceVarVector.cs:107</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_ad1b02f19e753582b3c5f9ed71bb0318a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#ad1b02f19e753582b3c5f9ed71bb0318a">Google.OrTools.ConstraintSolver.SequenceVarVector.IsReadOnly</a></div><div class="ttdeci">bool IsReadOnly</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00075">SequenceVarVector.cs:75</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aed75eed7c604d253213021658699b42c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aed75eed7c604d253213021658699b42c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_Contains</a></div><div class="ttdeci">static bool SequenceVarVector_Contains(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVar_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVar.html">Google.OrTools.ConstraintSolver.SequenceVar</a></div><div class="ttdef"><b>Definition:</b> <a href="SequenceVar_8cs_source.html#l00018">SequenceVar.cs:18</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae7be63fc48e99efe982b76749d278c87"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae7be63fc48e99efe982b76749d278c87">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_Insert</a></div><div class="ttdeci">static void SequenceVarVector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.ConstraintSolver.SequenceVarVector.SequenceVarVectorEnumerator.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00219">SequenceVarVector.cs:219</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_afc0ac4d8ccfae9098b3fdbdc2374df83"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#afc0ac4d8ccfae9098b3fdbdc2374df83">Google.OrTools.ConstraintSolver.SequenceVarVector.Add</a></div><div class="ttdeci">void Add(SequenceVar x)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00229">SequenceVarVector.cs:229</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a8ec7d7c5cd2656150a6237ce80df4d20"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a8ec7d7c5cd2656150a6237ce80df4d20">Google.OrTools.ConstraintSolver.SequenceVarVector.IsFixedSize</a></div><div class="ttdeci">bool IsFixedSize</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00069">SequenceVarVector.cs:69</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_afe73207b6bcc3e889b39883b7c7b32e5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#afe73207b6bcc3e889b39883b7c7b32e5">Google.OrTools.ConstraintSolver.SequenceVarVector.AddRange</a></div><div class="ttdeci">void AddRange(SequenceVarVector values)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00277">SequenceVarVector.cs:277</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a273ee33d8b77fa1d148ef720b138f8f7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a273ee33d8b77fa1d148ef720b138f8f7">Google.OrTools.ConstraintSolver.SequenceVarVector.Repeat</a></div><div class="ttdeci">static SequenceVarVector Repeat(SequenceVar value, int count)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00309">SequenceVarVector.cs:309</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_aad462966ed963f892117056de1eba502"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#aad462966ed963f892117056de1eba502">Google.OrTools.ConstraintSolver.SequenceVarVector.Count</a></div><div class="ttdeci">int Count</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00101">SequenceVarVector.cs:101</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a1baaa64d7ff30d7ee255b0dbbca266a8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1baaa64d7ff30d7ee255b0dbbca266a8">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_size</a></div><div class="ttdeci">static uint SequenceVarVector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="namespaceGoogle_1_1OrTools_1_1ConstraintSolver_html"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Google.OrTools.ConstraintSolver</a></div><div class="ttdef"><b>Definition:</b> <a href="IntArrayHelper_8cs_source.html#l00014">IntArrayHelper.cs:14</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a536a2c7295b8042540a54ac31d9db66a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a536a2c7295b8042540a54ac31d9db66a">Google.OrTools.ConstraintSolver.SequenceVarVector.Insert</a></div><div class="ttdeci">void Insert(int index, SequenceVar x)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00289">SequenceVarVector.cs:289</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aac3e9519565689c6227c281eb7c36246"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aac3e9519565689c6227c281eb7c36246">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_AddRange</a></div><div class="ttdeci">static void SequenceVarVector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_af6cbf16084ead2a02440396e021b9b46"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#af6cbf16084ead2a02440396e021b9b46">Google.OrTools.ConstraintSolver.SequenceVarVector.Reverse</a></div><div class="ttdeci">void Reverse(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00320">SequenceVarVector.cs:320</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a42dc04abd18862f4032491e7128f9d33"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a42dc04abd18862f4032491e7128f9d33">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_Add</a></div><div class="ttdeci">static void SequenceVarVector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a5ad7f82470f145a0d6ae871ff7b623f3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a5ad7f82470f145a0d6ae871ff7b623f3">Google.OrTools.ConstraintSolver.SequenceVarVector.Capacity</a></div><div class="ttdeci">int Capacity</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00090">SequenceVarVector.cs:90</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a00c589731714de2aae53b59937aa7877"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a00c589731714de2aae53b59937aa7877">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_Reverse__SWIG_1</a></div><div class="ttdeci">static void SequenceVarVector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a2f736184e47aa64e1a44b5a0815af20c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a2f736184e47aa64e1a44b5a0815af20c">Google.OrTools.ConstraintSolver.SequenceVarVector.SetRange</a></div><div class="ttdeci">void SetRange(int index, SequenceVarVector values)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00325">SequenceVarVector.cs:325</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a1332e68b891e7ae61a0ab4f567d61605"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a1332e68b891e7ae61a0ab4f567d61605">Google.OrTools.ConstraintSolver.SequenceVarVector.SequenceVarVector</a></div><div class="ttdeci">SequenceVarVector(global::System.Collections.IEnumerable c)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00053">SequenceVarVector.cs:53</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_afa2f4cd7e2a3c775fa20275e0a30a088"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#afa2f4cd7e2a3c775fa20275e0a30a088">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_RemoveRange</a></div><div class="ttdeci">static void SequenceVarVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.ConstraintSolver.SequenceVarVector.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00021">SequenceVarVector.cs:21</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_acd6243b5cba18199f0dd4b5aa5fac5c3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#acd6243b5cba18199f0dd4b5aa5fac5c3">Google.OrTools.ConstraintSolver.SequenceVarVector.Contains</a></div><div class="ttdeci">bool Contains(SequenceVar value)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00330">SequenceVarVector.cs:330</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8351b73523181109d41e5be8d1109b6c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8351b73523181109d41e5be8d1109b6c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_Remove</a></div><div class="ttdeci">static bool SequenceVarVector_Remove(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00047">operations_research_constraint_solverPINVOKE.cs:47</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_aedf30e38aa8164c3db1003e5672d94a8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#aedf30e38aa8164c3db1003e5672d94a8">Google.OrTools.ConstraintSolver.SequenceVarVector.CopyTo</a></div><div class="ttdeci">void CopyTo(int index, SequenceVar[] array, int arrayIndex, int count)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00123">SequenceVarVector.cs:123</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a3f829099ed11003297a6e0a1e95e80d3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3f829099ed11003297a6e0a1e95e80d3">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_RemoveAt</a></div><div class="ttdeci">static void SequenceVarVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html_a99561aa89dd816ba2dd85af036e32227"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException.Retrieve</a></div><div class="ttdeci">static global::System.Exception Retrieve()</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00186">operations_research_constraint_solverPINVOKE.cs:186</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a5532ff95980a383b35338db2c8433367"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a5532ff95980a383b35338db2c8433367">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_IndexOf</a></div><div class="ttdeci">static int SequenceVarVector_IndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.ConstraintSolver.SequenceVarVector.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00036">SequenceVarVector.cs:36</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad26590d50019484cbe8dc4b9f210ef65"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad26590d50019484cbe8dc4b9f210ef65">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_LastIndexOf</a></div><div class="ttdeci">static int SequenceVarVector_LastIndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_ac5378a75702346b1eac3a9a4f135edb8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#ac5378a75702346b1eac3a9a4f135edb8">Google.OrTools.ConstraintSolver.SequenceVarVector.ToArray</a></div><div class="ttdeci">SequenceVar [] ToArray()</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00141">SequenceVarVector.cs:141</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a9661e05695b7d68f33eeb114b08515d5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a9661e05695b7d68f33eeb114b08515d5">Google.OrTools.ConstraintSolver.SequenceVarVector.LastIndexOf</a></div><div class="ttdeci">int LastIndexOf(SequenceVar value)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00340">SequenceVarVector.cs:340</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_ac30304d1dd39cb586be56f7325c21ab6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#ac30304d1dd39cb586be56f7325c21ab6">Google.OrTools.ConstraintSolver.SequenceVarVector.GetEnumerator</a></div><div class="ttdeci">SequenceVarVectorEnumerator GetEnumerator()</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00155">SequenceVarVector.cs:155</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator.html">Google.OrTools.ConstraintSolver.SequenceVarVector.SequenceVarVectorEnumerator</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="SequenceVarVector_8cs_source.html#l00164">SequenceVarVector.cs:164</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_ad7c925d24a4e07389d2331e0508618ea"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#ad7c925d24a4e07389d2331e0508618ea">Google.OrTools.ConstraintSolver.SequenceVarVector.RemoveAt</a></div><div class="ttdeci">void RemoveAt(int index)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00299">SequenceVarVector.cs:299</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a1e14bb37d6ff87c1ea55c157c148597b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1e14bb37d6ff87c1ea55c157c148597b">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SequenceVarVector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr SequenceVarVector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aeb1116163caa849749afcfd4c2a12a8c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aeb1116163caa849749afcfd4c2a12a8c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_SequenceVarVector</a></div><div class="ttdeci">static void delete_SequenceVarVector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_ab8469187c24ee20858b41527b2f5e687"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#ab8469187c24ee20858b41527b2f5e687">Google.OrTools.ConstraintSolver.SequenceVarVector.RemoveRange</a></div><div class="ttdeci">void RemoveRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00304">SequenceVarVector.cs:304</a></div></div>
2021-01-26 11:28:50 +01:00
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
2019-08-07 18:01:08 -07:00
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>