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

120 lines
123 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"/>-->
<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">
2019-06-29 18:18:08 +02:00
<span id="sfml">OR-Tools 7.2</span>
</div>
</div>
2019-06-29 18:18:08 +02:00
<link rel="icon" href="https://developers.google.com/optimization/images/orLogo.png">
<div id="content">
<!-- Generated by Doxygen 1.8.15 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;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&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;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_37019ba8edd362d5e2e12880bdfa4c61.html">constraint_solver</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">SequenceVarVector.cs</div> </div>
</div><!--header-->
<div class="contents">
2019-06-29 18:18:08 +02: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.0</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"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html"> 18</a></span>&#160;<span class="keyword">public</span> <span class="keyword">partial class </span><a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html">SequenceVarVector</a> : 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#a269acf0e878a7f7c3647e7899a91b1d5"> 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#a269acf0e878a7f7c3647e7899a91b1d5">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_1Constrai
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_adeb9dce61b351024ad8b500e84268662"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#adeb9dce61b351024ad8b500e84268662">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_ae042b60d799effbee1fe2412d29af536"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#ae042b60d799effbee1fe2412d29af536">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_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html_ab9399753d24c4af4b75475c71ea006de"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#ab9399753d24c4af4b75475c71ea006de">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_1SequenceVarVector_html_a0a039cb6feb3c17bc10e96351c7a268a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a0a039cb6feb3c17bc10e96351c7a268a">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_a269acf0e878a7f7c3647e7899a91b1d5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a269acf0e878a7f7c3647e7899a91b1d5">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_1operations__research__constraint__solverPINVOKE_html_a1b6c2ef18bcab4938c84fc1e8a402da0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1b6c2ef18bcab4938c84fc1e8a402da0">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator_html_a12060ed9ffbeef472a5611c33d3d062d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator.html#a12060ed9ffbeef472a5611c33d3d062d">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_html_a04762d8704f7aa00a69f32ca48c00970"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a04762d8704f7aa00a69f32ca48c00970">Google.OrTools.ConstraintSolver.SequenceVarVector.GetRange</a></div><div class="ttdeci">SequenceVarVector GetRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVarVector_8cs_source.html#l00282">SequenceVarVector.cs:282</a></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_html_afdd98d3790ecf2daa9fad1a15266e38b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#afdd98d3790ecf2daa9fad1a15266e38b">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_1operations__research__constraint__solverPINVOKE_html_addcd0dc1ec479c0320b2c216037d5a04"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#addcd0dc1ec479c0320b2c216037d5a04">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_aa7d222ef4f290f8ad6ab47ac22e6c82f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#aa7d222ef4f290f8ad6ab47ac22e6c82f">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_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_ab798016c0b300659c0e731d2ce464a4f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab798016c0b300659c0e731d2ce464a4f">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_html_a293af69571da3053e7effca83390d33f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a293af69571da3053e7effca83390d33f">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a781d1ec4916ddd4ca8d90056a2f01e91"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a781d1ec4916ddd4ca8d90056a2f01e91">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_1SequenceVarVector_html_a12fef39aac88a842ada8550ad1b86133"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a12fef39aac88a842ada8550ad1b86133">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_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="SequenceVarVector_8cs_source.html#l00018">SequenceVarVector.cs:18</a></div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a0ce29bd1f6a501c59b7e6ee84c3a8894"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a0ce29bd1f6a501c59b7e6ee84c3a8894">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_ae19dc4b57beb97923ff5efd3421c531e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#ae19dc4b57beb97923ff5efd3421c531e">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_ab1c5398c6c54cce72e101aa0dcdcb435"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#ab1c5398c6c54cce72e101aa0dcdcb435">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_html_a8cddc12c23c341260db3f0aaee2cd35a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a8cddc12c23c341260db3f0aaee2cd35a">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_1operations__research__constraint__solverPINVOKE_html_afd798d793d55365d4ee22645adf439c4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#afd798d793d55365d4ee22645adf439c4">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator_html_a6c570c65dd25afe9d7c1548d9e09c9e4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator.html#a6c570c65dd25afe9d7c1548d9e09c9e4">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_af60b6f58fdb03b740b1073eafddcb05a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#af60b6f58fdb03b740b1073eafddcb05a">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_1operations__research__constraint__solverPINVOKE_html_ac40ab5951fbf7f85f9a1f6f8580d13d7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac40ab5951fbf7f85f9a1f6f8580d13d7">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_acb3684c94511526d2b614d15fac98cd7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#acb3684c94511526d2b614d15fac98cd7">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_1operations__research__constraint__solverPINVOKE_html_a4b77b1394992881635c5dbac54760b70"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4b77b1394992881635c5dbac54760b70">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_1operations__research__constraint__solverPINVOKE_html_aea83191e9bf9c5e6ccc2c9f6a55e7a61"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aea83191e9bf9c5e6ccc2c9f6a55e7a61">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a92a93dff3b0afa134ce4f147759d2543"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a92a93dff3b0afa134ce4f147759d2543">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_a9eb5493da056821186ec498ce2f36b47"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a9eb5493da056821186ec498ce2f36b47">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_1operations__research__constraint__solverPINVOKE_html_a01edc3cd0621a3beda5e8cf8a82c45fd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a01edc3cd0621a3beda5e8cf8a82c45fd">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_ac891c804f948e784a7eee7a3cdd136dc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#ac891c804f948e784a7eee7a3cdd136dc">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_1SequenceVarVector_html_a6302f2ef180907d1e90220bd87e39122"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a6302f2ef180907d1e90220bd87e39122">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_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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator_html_ad8c87e090d1eb5ca9afa12cace151f87"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator.html#ad8c87e090d1eb5ca9afa12cace151f87">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_1operations__research__constraint__solverPINVOKE_html_a7a4e7df490fc9d4b76d1e619ff0dd464"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7a4e7df490fc9d4b76d1e619ff0dd464">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a8a7a2c9a33b91d5d95e74f5751567b2d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a8a7a2c9a33b91d5d95e74f5751567b2d">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_1operations__research__constraint__solverPINVOKE_html_ae5e03d57d13b45759fd18a3cfd9010e7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae5e03d57d13b45759fd18a3cfd9010e7">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a7304be64c48ea6065f9d6b6b3beb4224"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a7304be64c48ea6065f9d6b6b3beb4224">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_1SequenceVarVector_html_a35eac0421bb3ad66260734861eb4d722"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a35eac0421bb3ad66260734861eb4d722">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_a59846b0b626040b9f5c2e0bf688da9c7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a59846b0b626040b9f5c2e0bf688da9c7">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_1SequenceVarVector_html_af617ef278c03555656107ccb0d80e197"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#af617ef278c03555656107ccb0d80e197">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_a4cacce1dde5a583f1cdbd4e353dfa389"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4cacce1dde5a583f1cdbd4e353dfa389">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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2c3bc2c659e2d285483925e2ab433921"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2c3bc2c659e2d285483925e2ab433921">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_a8b55329258f76412e205a1cfc4b1f4ce"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8b55329258f76412e205a1cfc4b1f4ce">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_ad04fc3aa74685119e03cf705d772b473"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#ad04fc3aa74685119e03cf705d772b473">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_a6d1761f476b7543e4d85d24351ab5788"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a6d1761f476b7543e4d85d24351ab5788">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_a3363113899aa80c7b225cf6fed5d2da3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3363113899aa80c7b225cf6fed5d2da3">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a6f82467aae4b8d9021461be289177958"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a6f82467aae4b8d9021461be289177958">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_af174fb032b55d9fe32f974448061fd51"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af174fb032b55d9fe32f974448061fd51">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="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="Assignment_8cs_source.html#l00011">Assignment.cs:11</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ac06596d60b40369c220f129cb6be2948"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac06596d60b40369c220f129cb6be2948">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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a6c2024eab028415621c61071a5da6f90"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a6c2024eab028415621c61071a5da6f90">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_1_1SequenceVarVectorEnumerator_html_a9f6cf136840885059f44f3fd97531efe"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator.html#a9f6cf136840885059f44f3fd97531efe">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_a14c8aa8824bb4d0327d38f6f40b5ab71"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a14c8aa8824bb4d0327d38f6f40b5ab71">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_1SequenceVarVector_html_a8deb4c817ac2aadd9d47a2a2b108463a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a8deb4c817ac2aadd9d47a2a2b108463a">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_1SequenceVarVector_html_a0cce9f995160afcf8d203cbd650efbd3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a0cce9f995160afcf8d203cbd650efbd3">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_1SequenceVarVector_html_a1ccb5fbbbc62b8639b84d447923d1fef"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a1ccb5fbbbc62b8639b84d447923d1fef">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>
<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>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_html_a6b7633ab3578f15caa38609c9f3da536"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a6b7633ab3578f15caa38609c9f3da536">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_1SequenceVarVector_1_1SequenceVarVectorEnumerator_html_ab458116fb5ba74db3fecc5998ab8013a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector_1_1SequenceVarVectorEnumerator.html#ab458116fb5ba74db3fecc5998ab8013a">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_a708777570d0115b1e9141fd59a941865"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a708777570d0115b1e9141fd59a941865">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_a84fbbc868b16f6709980fd0b91c775a5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1SequenceVarVector.html#a84fbbc868b16f6709980fd0b91c775a5">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_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html_a35bddaaf713a717d9910d860cada253a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a35bddaaf713a717d9910d860cada253a">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_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><!-- fragment --></div><!-- contents -->
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>