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

162 lines
113 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_2IntVector_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/IntVector.cs</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +02:00
<a href="algorithms_2IntVector_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_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_1IntVector.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_1IntVector.html">IntVector</a> : global::System.IDisposable, global::System.Collections.IEnumerable, global::System.Collections.Generic.IList&lt;int&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_1IntVector.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_1IntVector.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_1IntVector.html#a3b5791460a8d60c4be3511ad3723bf7f">IntVector</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_1IntVector.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="l00022"></a><span class="lineno"> 22</span>&#160;</div><div class="line"><a name="l00023
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_acce47eab8f90d4fd2b3fc4b92d54ce47"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#acce47eab8f90d4fd2b3fc4b92d54ce47">Google.OrTools.Algorithms.IntVector.GetEnumerator</a></div><div class="ttdeci">IntVectorEnumerator GetEnumerator()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00150">algorithms/IntVector.cs:150</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a74303fc542df60f4eaaa7e1bdfffe21a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a74303fc542df60f4eaaa7e1bdfffe21a">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_getitemcopy</a></div><div class="ttdeci">static int IntVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_ae07f898d1e88769c7f59c2ccdfcdbbe5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#ae07f898d1e88769c7f59c2ccdfcdbbe5">Google.OrTools.Algorithms.IntVector.Insert</a></div><div class="ttdeci">void Insert(int index, int x)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00282">algorithms/IntVector.cs:282</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_1IntVector_html_ae6041d2fe2b15700013f812e6be9446f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#ae6041d2fe2b15700013f812e6be9446f">Google.OrTools.Algorithms.IntVector.SetRange</a></div><div class="ttdeci">void SetRange(int index, IntVector values)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00318">algorithms/IntVector.cs:318</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_a1df185c6765e85707b6692072815d13e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a1df185c6765e85707b6692072815d13e">Google.OrTools.Algorithms.IntVector.CopyTo</a></div><div class="ttdeci">void CopyTo(int[] array, int arrayIndex)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00113">algorithms/IntVector.cs:113</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_a48a8f4f1dd460c4cb6c11aec8307e5f5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a48a8f4f1dd460c4cb6c11aec8307e5f5">Google.OrTools.Algorithms.IntVector.IntVector</a></div><div class="ttdeci">IntVector(global::System.Collections.Generic.IEnumerable&lt; int &gt; c)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00056">algorithms/IntVector.cs:56</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_a6ee302ce4ce9dae79c46e7968ebab4eb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a6ee302ce4ce9dae79c46e7968ebab4eb">Google.OrTools.Algorithms.IntVector.GetRange</a></div><div class="ttdeci">IntVector GetRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00275">algorithms/IntVector.cs:275</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html">Google.OrTools.Algorithms.IntVector</a></div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00013">algorithms/IntVector.cs:13</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_af6cbf16084ead2a02440396e021b9b46"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#af6cbf16084ead2a02440396e021b9b46">Google.OrTools.Algorithms.IntVector.Reverse</a></div><div class="ttdeci">void Reverse(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00313">algorithms/IntVector.cs:313</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_adf370c95b19f298ac46467b5eeb115f1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#adf370c95b19f298ac46467b5eeb115f1">Google.OrTools.Algorithms.IntVector.IndexOf</a></div><div class="ttdeci">int IndexOf(int value)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00328">algorithms/IntVector.cs:328</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_ad7c925d24a4e07389d2331e0508618ea"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#ad7c925d24a4e07389d2331e0508618ea">Google.OrTools.Algorithms.IntVector.RemoveAt</a></div><div class="ttdeci">void RemoveAt(int index)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00292">algorithms/IntVector.cs:292</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_ad17b6850840a4490e96af830a3d15317"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#ad17b6850840a4490e96af830a3d15317">Google.OrTools.Algorithms.IntVector.IntVector</a></div><div class="ttdeci">IntVector(global::System.Collections.IEnumerable c)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00048">algorithms/IntVector.cs:48</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_ab15a3f5e29c3f28c3e59dd12643ba7f5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#ab15a3f5e29c3f28c3e59dd12643ba7f5">Google.OrTools.Algorithms.IntVector.LastIndexOf</a></div><div class="ttdeci">int LastIndexOf(int value)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00333">algorithms/IntVector.cs:333</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_ab11d342b7d2d62a6d010eeb835bd7131"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#ab11d342b7d2d62a6d010eeb835bd7131">Google.OrTools.Algorithms.IntVector.CopyTo</a></div><div class="ttdeci">void CopyTo(int index, int[] array, int arrayIndex, int count)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00118">algorithms/IntVector.cs:118</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_ad249558c474ff5a69276b6828d9e0550"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#ad249558c474ff5a69276b6828d9e0550">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_Clear</a></div><div class="ttdeci">static void IntVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a85b7657eb589d5c1169c705f635cf0d9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a85b7657eb589d5c1169c705f635cf0d9">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_SetRange</a></div><div class="ttdeci">static void IntVector_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_1IntVector_html_afc0100af38a989438338f8cefc426dd2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#afc0100af38a989438338f8cefc426dd2">Google.OrTools.Algorithms.IntVector.ToArray</a></div><div class="ttdeci">int [] ToArray()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00136">algorithms/IntVector.cs:136</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_a4b316347bdd8897d82e08676147d5b19"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a4b316347bdd8897d82e08676147d5b19">Google.OrTools.Algorithms.IntVector.Repeat</a></div><div class="ttdeci">static IntVector Repeat(int value, int count)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00302">algorithms/IntVector.cs:302</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_a702829153a47b2572f8a9f7815199e64"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a702829153a47b2572f8a9f7815199e64">Google.OrTools.Algorithms.IntVector.InsertRange</a></div><div class="ttdeci">void InsertRange(int index, IntVector values)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00287">algorithms/IntVector.cs:287</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_1IntVector_html_aa71d36872f416feaa853788a7a7a7ef8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#aa71d36872f416feaa853788a7a7a7ef8">Google.OrTools.Algorithms.IntVector.Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00220">algorithms/IntVector.cs:220</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_a8ec7d7c5cd2656150a6237ce80df4d20"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a8ec7d7c5cd2656150a6237ce80df4d20">Google.OrTools.Algorithms.IntVector.IsFixedSize</a></div><div class="ttdeci">bool IsFixedSize</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00064">algorithms/IntVector.cs:64</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_ad1b02f19e753582b3c5f9ed71bb0318a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#ad1b02f19e753582b3c5f9ed71bb0318a">Google.OrTools.Algorithms.IntVector.IsReadOnly</a></div><div class="ttdeci">bool IsReadOnly</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00070">algorithms/IntVector.cs:70</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a40f2956d7943441deaff4949e5ae9cc2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a40f2956d7943441deaff4949e5ae9cc2">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_Contains</a></div><div class="ttdeci">static bool IntVector_Contains(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a6654d6aac7760004cfc337f1208edc5e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a6654d6aac7760004cfc337f1208edc5e">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_Add</a></div><div class="ttdeci">static void IntVector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_a6015f2e70d5406093f7b94e852c2ffce"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a6015f2e70d5406093f7b94e852c2ffce">Google.OrTools.Algorithms.IntVector.AddRange</a></div><div class="ttdeci">void AddRange(IntVector values)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00270">algorithms/IntVector.cs:270</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a3c02cc5b7f814c5807ae09d534bb0ac2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a3c02cc5b7f814c5807ae09d534bb0ac2">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_AddRange</a></div><div class="ttdeci">static void IntVector_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_1IntVector_1_1IntVectorEnumerator_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_1_1IntVectorEnumerator.html">Google.OrTools.Algorithms.IntVector.IntVectorEnumerator</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_2IntVector_8cs_source.html#l00159">algorithms/IntVector.cs:159</a></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_1operations__research__algorithmsPINVOKE_html_ab823a6294db2d4e15526ecfeb93f93ee"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#ab823a6294db2d4e15526ecfeb93f93ee">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_InsertRange</a></div><div class="ttdeci">static void IntVector_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_1IntVector_html_a94b969d24485ca893c76b3323b3326f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a94b969d24485ca893c76b3323b3326f4">Google.OrTools.Algorithms.IntVector.IsSynchronized</a></div><div class="ttdeci">bool IsSynchronized</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00102">algorithms/IntVector.cs:102</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_ab8469187c24ee20858b41527b2f5e687"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#ab8469187c24ee20858b41527b2f5e687">Google.OrTools.Algorithms.IntVector.RemoveRange</a></div><div class="ttdeci">void RemoveRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00297">algorithms/IntVector.cs:297</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_acbea25516efaea8f9e83f9c1e7299e3f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#acbea25516efaea8f9e83f9c1e7299e3f">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_Insert</a></div><div class="ttdeci">static void IntVector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_a3aa6c7ce9741b5a9c0d42145ca84f03e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a3aa6c7ce9741b5a9c0d42145ca84f03e">Google.OrTools.Algorithms.IntVector.Remove</a></div><div class="ttdeci">bool Remove(int value)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00338">algorithms/IntVector.cs:338</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_a9107ed9f8c3a6f1474565e552d1f6b0b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a9107ed9f8c3a6f1474565e552d1f6b0b">Google.OrTools.Algorithms.IntVector.Add</a></div><div class="ttdeci">void Add(int x)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00224">algorithms/IntVector.cs:224</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_a3b5791460a8d60c4be3511ad3723bf7f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a3b5791460a8d60c4be3511ad3723bf7f">Google.OrTools.Algorithms.IntVector.IntVector</a></div><div class="ttdeci">IntVector()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00242">algorithms/IntVector.cs:242</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a7afdded5ba8201b423d8d065aecbf860"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a7afdded5ba8201b423d8d065aecbf860">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr IntVector_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_af702138912515191c8a1649e06b61038"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#af702138912515191c8a1649e06b61038">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_size</a></div><div class="ttdeci">static uint IntVector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.Algorithms.IntVector.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00036">algorithms/IntVector.cs:36</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_aa5157144d18a048a8123c8da3cbe9262"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#aa5157144d18a048a8123c8da3cbe9262">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_LastIndexOf</a></div><div class="ttdeci">static int IntVector_LastIndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a1231dc8ba13b6aee2029fdc86d1615c6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a1231dc8ba13b6aee2029fdc86d1615c6">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_Reverse__SWIG_1</a></div><div class="ttdeci">static void IntVector_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_1operations__research__algorithmsPINVOKE_html_a762f148c85108a97e266b9d9d6216f2a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a762f148c85108a97e266b9d9d6216f2a">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_RemoveRange</a></div><div class="ttdeci">static void IntVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_a17607481a58e45f080dcb3545c39e11b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a17607481a58e45f080dcb3545c39e11b">Google.OrTools.Algorithms.IntVector.IntVector</a></div><div class="ttdeci">IntVector(IntVector other)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00245">algorithms/IntVector.cs:245</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_aa6dd687fe1b77023a954666a5a3ff2ae"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#aa6dd687fe1b77023a954666a5a3ff2ae">Google.OrTools.Algorithms.IntVector.CopyTo</a></div><div class="ttdeci">void CopyTo(int[] array)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00108">algorithms/IntVector.cs:108</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_aa114e804f0ccb93b71e8a21b2330c4d7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#aa114e804f0ccb93b71e8a21b2330c4d7">Google.OrTools.Algorithms.IntVector.Contains</a></div><div class="ttdeci">bool Contains(int value)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00323">algorithms/IntVector.cs:323</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_1_1IntVectorEnumerator_html_a372de693ad40b3f42839c8ec6ac845f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_1_1IntVectorEnumerator.html#a372de693ad40b3f42839c8ec6ac845f4">Google.OrTools.Algorithms.IntVector.IntVectorEnumerator.Reset</a></div><div class="ttdeci">void Reset()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00206">algorithms/IntVector.cs:206</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a485b9b0106e15c0987e29a2ed1b1085b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a485b9b0106e15c0987e29a2ed1b1085b">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_Reverse__SWIG_0</a></div><div class="ttdeci">static void IntVector_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_a90e339f6ca4160475d43d19be8b7c740"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a90e339f6ca4160475d43d19be8b7c740">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr IntVector_Repeat(int jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_1_1IntVectorEnumerator_html_a00063467843745cac6c2e44fc123ceb3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_1_1IntVectorEnumerator.html#a00063467843745cac6c2e44fc123ceb3">Google.OrTools.Algorithms.IntVector.IntVectorEnumerator.IntVectorEnumerator</a></div><div class="ttdeci">IntVectorEnumerator(IntVector collection)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00167">algorithms/IntVector.cs:167</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_a997125b05075028eb3bc3a9c66184923"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a997125b05075028eb3bc3a9c66184923">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_RemoveAt</a></div><div class="ttdeci">static void IntVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_ae1b551cc51c9d556342b27b466a7c7cb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#ae1b551cc51c9d556342b27b466a7c7cb">Google.OrTools.Algorithms.IntVector.Reverse</a></div><div class="ttdeci">void Reverse()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00309">algorithms/IntVector.cs:309</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_aa0d11cd4aa8259837e77d34b7e5dd0a3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#aa0d11cd4aa8259837e77d34b7e5dd0a3">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.delete_IntVector</a></div><div class="ttdeci">static void delete_IntVector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.Algorithms.IntVector.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00031">algorithms/IntVector.cs:31</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_1_1IntVectorEnumerator_html_a10c0a18b79ec08c16b06575d07564a5f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_1_1IntVectorEnumerator.html#a10c0a18b79ec08c16b06575d07564a5f">Google.OrTools.Algorithms.IntVector.IntVectorEnumerator.Current</a></div><div class="ttdeci">int Current</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00175">algorithms/IntVector.cs:175</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a7269f523a13554988f1683d5cdc98a6c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a7269f523a13554988f1683d5cdc98a6c">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_IndexOf</a></div><div class="ttdeci">static int IntVector_IndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_a6ae5527df773d1820c6d3e93e1bf93d1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a6ae5527df773d1820c6d3e93e1bf93d1">Google.OrTools.Algorithms.IntVector.IntVector</a></div><div class="ttdeci">IntVector(int capacity)</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00249">algorithms/IntVector.cs:249</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_1_1IntVectorEnumerator_html_ad5316c283894d57be1450edab878aed0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_1_1IntVectorEnumerator.html#ad5316c283894d57be1450edab878aed0">Google.OrTools.Algorithms.IntVector.IntVectorEnumerator.MoveNext</a></div><div class="ttdeci">bool MoveNext()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00194">algorithms/IntVector.cs:194</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_aad462966ed963f892117056de1eba502"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#aad462966ed963f892117056de1eba502">Google.OrTools.Algorithms.IntVector.Count</a></div><div class="ttdeci">int Count</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00096">algorithms/IntVector.cs:96</a></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_1IntVector_html_a5ad7f82470f145a0d6ae871ff7b623f3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a5ad7f82470f145a0d6ae871ff7b623f3">Google.OrTools.Algorithms.IntVector.Capacity</a></div><div class="ttdeci">int Capacity</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00085">algorithms/IntVector.cs:85</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.Algorithms.IntVector.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00016">algorithms/IntVector.cs:16</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_1_1IntVectorEnumerator_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_1_1IntVectorEnumerator.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.Algorithms.IntVector.IntVectorEnumerator.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="algorithms_2IntVector_8cs_source.html#l00214">algorithms/IntVector.cs:214</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>