1314 lines
436 KiB
HTML
1314 lines
436 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>OR-Tools</title>
|
|
<meta http-equiv="Content-Type" content="text/html;"/>
|
|
<meta charset="utf-8"/>
|
|
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
|
|
<link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="banner-container">
|
|
<div id="banner">
|
|
<span id="sfml">Google OR-Tools 7.5</span>
|
|
</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">
|
|
<h1 style="color: #145A32;">DotNet Reference</h1>
|
|
</div>
|
|
<!-- Generated by Doxygen 1.8.16 -->
|
|
<div id="navrow1" class="tabs">
|
|
<ul class="tablist">
|
|
<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="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_439b336f32246b516129ac6c6155dd92.html">linear_solver</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">operations_research_linear_solverPINVOKE.cs</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="operations__research__linear__solverPINVOKE_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// <auto-generated /></span></div>
|
|
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">//</span></div>
|
|
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// This file was automatically generated by SWIG (http://www.swig.org).</span></div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">// Version 4.0.1</span></div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">//</span></div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">// Do not make changes to this file unless you know what you are doing--modify</span></div>
|
|
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">// the SWIG interface file instead.</span></div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>  </div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="keyword">namespace </span><a class="code" href="namespaceGoogle_1_1OrTools_1_1LinearSolver.html">Google.OrTools.LinearSolver</a> {</div>
|
|
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>  </div>
|
|
<div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html"> 13</a></span> <span class="keyword">class </span><a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a> {</div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>  </div>
|
|
<div class="line"><a name="l00015"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html"> 15</a></span>  <span class="keyword">protected</span> <span class="keyword">class </span><a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html">SWIGExceptionHelper</a> {</div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>  </div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  <span class="keyword">public</span> delegate <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a>(<span class="keywordtype">string</span> message);</div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  <span class="keyword">public</span> delegate <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a11886f6ea7069976960a49740509e6cf">ExceptionArgumentDelegate</a>(<span class="keywordtype">string</span> message, <span class="keywordtype">string</span> paramName);</div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  </div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> applicationDelegate = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a>(SetPendingApplicationException);</div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> arithmeticDelegate = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a>(SetPendingArithmeticException);</div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> divideByZeroDelegate = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a>(SetPendingDivideByZeroException);</div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> indexOutOfRangeDelegate = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a>(SetPendingIndexOutOfRangeException);</div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> invalidCastDelegate = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a>(SetPendingInvalidCastException);</div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> invalidOperationDelegate = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a>(SetPendingInvalidOperationException);</div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> ioDelegate = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a>(SetPendingIOException);</div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> nullReferenceDelegate = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a>(SetPendingNullReferenceException);</div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> outOfMemoryDelegate = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a>(SetPendingOutOfMemoryException);</div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> overflowDelegate = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a>(SetPendingOverflowException);</div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> systemDelegate = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a>(SetPendingSystemException);</div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  </div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a11886f6ea7069976960a49740509e6cf">ExceptionArgumentDelegate</a> argumentDelegate = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a11886f6ea7069976960a49740509e6cf">ExceptionArgumentDelegate</a>(SetPendingArgumentException);</div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a11886f6ea7069976960a49740509e6cf">ExceptionArgumentDelegate</a> argumentNullDelegate = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a11886f6ea7069976960a49740509e6cf">ExceptionArgumentDelegate</a>(SetPendingArgumentNullException);</div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a11886f6ea7069976960a49740509e6cf">ExceptionArgumentDelegate</a> argumentOutOfRangeDelegate = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a11886f6ea7069976960a49740509e6cf">ExceptionArgumentDelegate</a>(SetPendingArgumentOutOfRangeException);</div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  </div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"SWIGRegisterExceptionCallbacks_operations_research_linear_solver"</span>)]</div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a9514dd03c52ea4b929bed32e2011ef50">SWIGRegisterExceptionCallbacks_operations_research_linear_solver</a>(</div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> applicationDelegate,</div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> arithmeticDelegate,</div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> divideByZeroDelegate, </div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> indexOutOfRangeDelegate, </div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> invalidCastDelegate,</div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> invalidOperationDelegate,</div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> ioDelegate,</div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> nullReferenceDelegate,</div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> outOfMemoryDelegate, </div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> overflowDelegate, </div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">ExceptionDelegate</a> systemExceptionDelegate);</div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  </div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"SWIGRegisterExceptionArgumentCallbacks_operations_research_linear_solver"</span>)]</div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a343877a57000420d1077e5437bb40617">SWIGRegisterExceptionCallbacksArgument_operations_research_linear_solver</a>(</div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a11886f6ea7069976960a49740509e6cf">ExceptionArgumentDelegate</a> argumentDelegate,</div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a11886f6ea7069976960a49740509e6cf">ExceptionArgumentDelegate</a> argumentNullDelegate,</div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a11886f6ea7069976960a49740509e6cf">ExceptionArgumentDelegate</a> argumentOutOfRangeDelegate);</div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  </div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetPendingApplicationException(<span class="keywordtype">string</span> message) {</div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a82baf4e1ebc3af6128595ba8a17034c6">Set</a>(<span class="keyword">new</span> global::System.ApplicationException(message, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>()));</div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  }</div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetPendingArithmeticException(<span class="keywordtype">string</span> message) {</div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a82baf4e1ebc3af6128595ba8a17034c6">Set</a>(<span class="keyword">new</span> global::System.ArithmeticException(message, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>()));</div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  }</div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetPendingDivideByZeroException(<span class="keywordtype">string</span> message) {</div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a82baf4e1ebc3af6128595ba8a17034c6">Set</a>(<span class="keyword">new</span> global::System.DivideByZeroException(message, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>()));</div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  }</div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetPendingIndexOutOfRangeException(<span class="keywordtype">string</span> message) {</div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a82baf4e1ebc3af6128595ba8a17034c6">Set</a>(<span class="keyword">new</span> global::System.IndexOutOfRangeException(message, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>()));</div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  }</div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetPendingInvalidCastException(<span class="keywordtype">string</span> message) {</div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a82baf4e1ebc3af6128595ba8a17034c6">Set</a>(<span class="keyword">new</span> global::System.InvalidCastException(message, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>()));</div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  }</div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetPendingInvalidOperationException(<span class="keywordtype">string</span> message) {</div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a82baf4e1ebc3af6128595ba8a17034c6">Set</a>(<span class="keyword">new</span> global::System.InvalidOperationException(message, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>()));</div>
|
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  }</div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetPendingIOException(<span class="keywordtype">string</span> message) {</div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a82baf4e1ebc3af6128595ba8a17034c6">Set</a>(<span class="keyword">new</span> global::System.IO.IOException(message, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>()));</div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  }</div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetPendingNullReferenceException(<span class="keywordtype">string</span> message) {</div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a82baf4e1ebc3af6128595ba8a17034c6">Set</a>(<span class="keyword">new</span> global::System.NullReferenceException(message, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>()));</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  }</div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetPendingOutOfMemoryException(<span class="keywordtype">string</span> message) {</div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a82baf4e1ebc3af6128595ba8a17034c6">Set</a>(<span class="keyword">new</span> global::System.OutOfMemoryException(message, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>()));</div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  }</div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetPendingOverflowException(<span class="keywordtype">string</span> message) {</div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a82baf4e1ebc3af6128595ba8a17034c6">Set</a>(<span class="keyword">new</span> global::System.OverflowException(message, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>()));</div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  }</div>
|
|
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetPendingSystemException(<span class="keywordtype">string</span> message) {</div>
|
|
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a82baf4e1ebc3af6128595ba8a17034c6">Set</a>(<span class="keyword">new</span> global::System.SystemException(message, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>()));</div>
|
|
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  }</div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  </div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetPendingArgumentException(<span class="keywordtype">string</span> message, <span class="keywordtype">string</span> paramName) {</div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a82baf4e1ebc3af6128595ba8a17034c6">Set</a>(<span class="keyword">new</span> global::System.ArgumentException(message, paramName, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>()));</div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  }</div>
|
|
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetPendingArgumentNullException(<span class="keywordtype">string</span> message, <span class="keywordtype">string</span> paramName) {</div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  global::System.Exception e = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
|
|
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <span class="keywordflow">if</span> (e != <span class="keyword">null</span>) message = message + <span class="stringliteral">" Inner Exception: "</span> + e.Message;</div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a82baf4e1ebc3af6128595ba8a17034c6">Set</a>(<span class="keyword">new</span> global::System.ArgumentNullException(paramName, message));</div>
|
|
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  }</div>
|
|
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> SetPendingArgumentOutOfRangeException(<span class="keywordtype">string</span> message, <span class="keywordtype">string</span> paramName) {</div>
|
|
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  global::System.Exception e = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
|
|
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  <span class="keywordflow">if</span> (e != <span class="keyword">null</span>) message = message + <span class="stringliteral">" Inner Exception: "</span> + e.Message;</div>
|
|
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a82baf4e1ebc3af6128595ba8a17034c6">Set</a>(<span class="keyword">new</span> global::System.ArgumentOutOfRangeException(paramName, message));</div>
|
|
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  }</div>
|
|
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  </div>
|
|
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html">SWIGExceptionHelper</a>() {</div>
|
|
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a9514dd03c52ea4b929bed32e2011ef50">SWIGRegisterExceptionCallbacks_operations_research_linear_solver</a>(</div>
|
|
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  applicationDelegate,</div>
|
|
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  arithmeticDelegate,</div>
|
|
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  divideByZeroDelegate,</div>
|
|
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  indexOutOfRangeDelegate,</div>
|
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  invalidCastDelegate,</div>
|
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  invalidOperationDelegate,</div>
|
|
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  ioDelegate,</div>
|
|
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  nullReferenceDelegate,</div>
|
|
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  outOfMemoryDelegate,</div>
|
|
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  overflowDelegate,</div>
|
|
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  systemDelegate);</div>
|
|
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  </div>
|
|
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a343877a57000420d1077e5437bb40617">SWIGRegisterExceptionCallbacksArgument_operations_research_linear_solver</a>(</div>
|
|
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  argumentDelegate,</div>
|
|
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  argumentNullDelegate,</div>
|
|
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  argumentOutOfRangeDelegate);</div>
|
|
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  }</div>
|
|
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  }</div>
|
|
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  </div>
|
|
<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a764982b5eb8a7ef30a30be16bda97001"> 125</a></span>  <span class="keyword">protected</span> <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html">SWIGExceptionHelper</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a764982b5eb8a7ef30a30be16bda97001">swigExceptionHelper</a> = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html">SWIGExceptionHelper</a>();</div>
|
|
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  </div>
|
|
<div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html"> 127</a></span>  <span class="keyword">public</span> <span class="keyword">class </span><a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a> {</div>
|
|
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  [global::System.ThreadStatic]</div>
|
|
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  <span class="keyword">private</span> <span class="keyword">static</span> global::System.Exception pendingException = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  <span class="keyword">private</span> <span class="keyword">static</span> <span class="keywordtype">int</span> numExceptionsPending = 0;</div>
|
|
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  <span class="keyword">private</span> <span class="keyword">static</span> global::System.Object exceptionsLock = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  </div>
|
|
<div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c"> 133</a></span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a> {</div>
|
|
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  <span class="keyword">get</span> {</div>
|
|
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  <span class="keywordtype">bool</span> pending = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  <span class="keywordflow">if</span> (numExceptionsPending > 0)</div>
|
|
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  <span class="keywordflow">if</span> (pendingException != <span class="keyword">null</span>)</div>
|
|
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  pending = <span class="keyword">true</span>;</div>
|
|
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  <span class="keywordflow">return</span> pending;</div>
|
|
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  } </div>
|
|
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  }</div>
|
|
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  </div>
|
|
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a82baf4e1ebc3af6128595ba8a17034c6"> 143</a></span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a82baf4e1ebc3af6128595ba8a17034c6">Set</a>(global::System.Exception e) {</div>
|
|
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  <span class="keywordflow">if</span> (pendingException != <span class="keyword">null</span>)</div>
|
|
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ApplicationException(<span class="stringliteral">"FATAL: An earlier pending exception from unmanaged code was missed and thus not thrown ("</span> + pendingException.ToString() + <span class="stringliteral">")"</span>, e);</div>
|
|
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  pendingException = e;</div>
|
|
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  lock(exceptionsLock) {</div>
|
|
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  numExceptionsPending++;</div>
|
|
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  }</div>
|
|
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  }</div>
|
|
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  </div>
|
|
<div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227"> 152</a></span>  <span class="keyword">public</span> <span class="keyword">static</span> global::System.Exception <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>() {</div>
|
|
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  global::System.Exception e = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  <span class="keywordflow">if</span> (numExceptionsPending > 0) {</div>
|
|
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  <span class="keywordflow">if</span> (pendingException != <span class="keyword">null</span>) {</div>
|
|
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  e = pendingException;</div>
|
|
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  pendingException = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  lock(exceptionsLock) {</div>
|
|
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  numExceptionsPending--;</div>
|
|
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  }</div>
|
|
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  }</div>
|
|
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  }</div>
|
|
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  <span class="keywordflow">return</span> e;</div>
|
|
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  }</div>
|
|
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  </div>
|
|
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>() {</div>
|
|
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>  exceptionsLock = <span class="keyword">new</span> global::System.Object();</div>
|
|
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  }</div>
|
|
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  }</div>
|
|
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  </div>
|
|
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  </div>
|
|
<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGStringHelper.html"> 172</a></span>  <span class="keyword">protected</span> <span class="keyword">class </span><a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGStringHelper.html">SWIGStringHelper</a> {</div>
|
|
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  </div>
|
|
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  <span class="keyword">public</span> delegate <span class="keywordtype">string</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGStringHelper.html#a09806292f70eb61f70057ee6fd528c34">SWIGStringDelegate</a>(<span class="keywordtype">string</span> message);</div>
|
|
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGStringHelper.html#a09806292f70eb61f70057ee6fd528c34">SWIGStringDelegate</a> stringDelegate = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGStringHelper.html#a09806292f70eb61f70057ee6fd528c34">SWIGStringDelegate</a>(CreateString);</div>
|
|
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  </div>
|
|
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"SWIGRegisterStringCallback_operations_research_linear_solver"</span>)]</div>
|
|
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGStringHelper.html#aef4f16365d83b1d89815a95ef48a0003">SWIGRegisterStringCallback_operations_research_linear_solver</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGStringHelper.html#a09806292f70eb61f70057ee6fd528c34">SWIGStringDelegate</a> stringDelegate);</div>
|
|
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  </div>
|
|
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  <span class="keyword">static</span> <span class="keywordtype">string</span> CreateString(<span class="keywordtype">string</span> cString) {</div>
|
|
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  <span class="keywordflow">return</span> cString;</div>
|
|
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  }</div>
|
|
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  </div>
|
|
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGStringHelper.html">SWIGStringHelper</a>() {</div>
|
|
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGStringHelper.html#aef4f16365d83b1d89815a95ef48a0003">SWIGRegisterStringCallback_operations_research_linear_solver</a>(stringDelegate);</div>
|
|
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>  }</div>
|
|
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  }</div>
|
|
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  </div>
|
|
<div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3a935cc1000a8aef1af5120f4d8a294c"> 189</a></span>  <span class="keyword">static</span> <span class="keyword">protected</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGStringHelper.html">SWIGStringHelper</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3a935cc1000a8aef1af5120f4d8a294c">swigStringHelper</a> = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGStringHelper.html">SWIGStringHelper</a>();</div>
|
|
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  </div>
|
|
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  </div>
|
|
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>() {</div>
|
|
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  }</div>
|
|
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>  </div>
|
|
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>  </div>
|
|
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_Clear___"</span>)]</div>
|
|
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad249558c474ff5a69276b6828d9e0550">IntVector_Clear</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>  </div>
|
|
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_Add___"</span>)]</div>
|
|
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6654d6aac7760004cfc337f1208edc5e">IntVector_Add</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>  </div>
|
|
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_size___"</span>)]</div>
|
|
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> uint <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af702138912515191c8a1649e06b61038">IntVector_size</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  </div>
|
|
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_capacity___"</span>)]</div>
|
|
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> uint <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac541fddc62eed52865b7b3be542a8e6c">IntVector_capacity</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>  </div>
|
|
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_reserve___"</span>)]</div>
|
|
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a099376787888e8d8d28a837dc847368d">IntVector_reserve</a>(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);</div>
|
|
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>  </div>
|
|
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_IntVector__SWIG_0___"</span>)]</div>
|
|
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a21b26eb211db6e206dab215d066845e2">new_IntVector__SWIG_0</a>();</div>
|
|
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>  </div>
|
|
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_IntVector__SWIG_1___"</span>)]</div>
|
|
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aff9bba488555202c02a3eb4f40a571ae">new_IntVector__SWIG_1</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>  </div>
|
|
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_IntVector__SWIG_2___"</span>)]</div>
|
|
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#afdf1edaa367f73e1a5538b3f2f78816a">new_IntVector__SWIG_2</a>(<span class="keywordtype">int</span> jarg1);</div>
|
|
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span>  </div>
|
|
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_getitemcopy___"</span>)]</div>
|
|
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a74303fc542df60f4eaaa7e1bdfffe21a">IntVector_getitemcopy</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>  </div>
|
|
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_getitem___"</span>)]</div>
|
|
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa0b4f1feeaef0c4d4a7ba40ccb102eea">IntVector_getitem</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  </div>
|
|
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_setitem___"</span>)]</div>
|
|
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a8c8b2d1fe9517a02ce7a4466b6fb2dbe">IntVector_setitem</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>  </div>
|
|
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_AddRange___"</span>)]</div>
|
|
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3c02cc5b7f814c5807ae09d534bb0ac2">IntVector_AddRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>  </div>
|
|
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_GetRange___"</span>)]</div>
|
|
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a7afdded5ba8201b423d8d065aecbf860">IntVector_GetRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>  </div>
|
|
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_Insert___"</span>)]</div>
|
|
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#acbea25516efaea8f9e83f9c1e7299e3f">IntVector_Insert</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>  </div>
|
|
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_InsertRange___"</span>)]</div>
|
|
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab823a6294db2d4e15526ecfeb93f93ee">IntVector_InsertRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  </div>
|
|
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_RemoveAt___"</span>)]</div>
|
|
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a997125b05075028eb3bc3a9c66184923">IntVector_RemoveAt</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>  </div>
|
|
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_RemoveRange___"</span>)]</div>
|
|
<div class="line"><a name="l00245"></a><span class="lineno"> 245</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a762f148c85108a97e266b9d9d6216f2a">IntVector_RemoveRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>  </div>
|
|
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_Repeat___"</span>)]</div>
|
|
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a90e339f6ca4160475d43d19be8b7c740">IntVector_Repeat</a>(<span class="keywordtype">int</span> jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>  </div>
|
|
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_Reverse__SWIG_0___"</span>)]</div>
|
|
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a485b9b0106e15c0987e29a2ed1b1085b">IntVector_Reverse__SWIG_0</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>  </div>
|
|
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_Reverse__SWIG_1___"</span>)]</div>
|
|
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1231dc8ba13b6aee2029fdc86d1615c6">IntVector_Reverse__SWIG_1</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  </div>
|
|
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_SetRange___"</span>)]</div>
|
|
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a85b7657eb589d5c1169c705f635cf0d9">IntVector_SetRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>  </div>
|
|
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_Contains___"</span>)]</div>
|
|
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a40f2956d7943441deaff4949e5ae9cc2">IntVector_Contains</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>  </div>
|
|
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_IndexOf___"</span>)]</div>
|
|
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a7269f523a13554988f1683d5cdc98a6c">IntVector_IndexOf</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>  </div>
|
|
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_LastIndexOf___"</span>)]</div>
|
|
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa5157144d18a048a8123c8da3cbe9262">IntVector_LastIndexOf</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>  </div>
|
|
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVector_Remove___"</span>)]</div>
|
|
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a142527dca223680f7f551a8c50ed12aa">IntVector_Remove</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>  </div>
|
|
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_delete_IntVector___"</span>)]</div>
|
|
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa0d11cd4aa8259837e77d34b7e5dd0a3">delete_IntVector</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>  </div>
|
|
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_Clear___"</span>)]</div>
|
|
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a2c499efbb78d0ada8274953096229f4a">IntVectorVector_Clear</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>  </div>
|
|
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_Add___"</span>)]</div>
|
|
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0c084f1eb9f1fc716b036a9e79715203">IntVectorVector_Add</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>  </div>
|
|
<div class="line"><a name="l00280"></a><span class="lineno"> 280</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_size___"</span>)]</div>
|
|
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> uint <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#afd4d5cbcd26b62997dc7b6413a8fe6c5">IntVectorVector_size</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>  </div>
|
|
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_capacity___"</span>)]</div>
|
|
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> uint <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a2fe551579de52f080568949706ff922b">IntVectorVector_capacity</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>  </div>
|
|
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_reserve___"</span>)]</div>
|
|
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac1be2b28c3f8cec87bd782907a9758be">IntVectorVector_reserve</a>(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);</div>
|
|
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>  </div>
|
|
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_IntVectorVector__SWIG_0___"</span>)]</div>
|
|
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab63ccaeed49883a8a98045686766c5a5">new_IntVectorVector__SWIG_0</a>();</div>
|
|
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span>  </div>
|
|
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_IntVectorVector__SWIG_1___"</span>)]</div>
|
|
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a688b2dc648b21224d8aa71d623b9405a">new_IntVectorVector__SWIG_1</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span>  </div>
|
|
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_IntVectorVector__SWIG_2___"</span>)]</div>
|
|
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac97adf871836877171901550becea325">new_IntVectorVector__SWIG_2</a>(<span class="keywordtype">int</span> jarg1);</div>
|
|
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span>  </div>
|
|
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_getitemcopy___"</span>)]</div>
|
|
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6e12315700c8e5f45d4ed18457814f97">IntVectorVector_getitemcopy</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span>  </div>
|
|
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_getitem___"</span>)]</div>
|
|
<div class="line"><a name="l00302"></a><span class="lineno"> 302</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3a2c8c3dae8e06578930c49232a9ab13">IntVectorVector_getitem</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00303"></a><span class="lineno"> 303</span>  </div>
|
|
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_setitem___"</span>)]</div>
|
|
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#acfaa8f37b490f48cabb80013a02cbe82">IntVectorVector_setitem</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span>  </div>
|
|
<div class="line"><a name="l00307"></a><span class="lineno"> 307</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_AddRange___"</span>)]</div>
|
|
<div class="line"><a name="l00308"></a><span class="lineno"> 308</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a62ae9c188ffc955a68ea56e863deb047">IntVectorVector_AddRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span>  </div>
|
|
<div class="line"><a name="l00310"></a><span class="lineno"> 310</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_GetRange___"</span>)]</div>
|
|
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af15253337996e45a48cf2f0c9a0c718b">IntVectorVector_GetRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span>  </div>
|
|
<div class="line"><a name="l00313"></a><span class="lineno"> 313</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_Insert___"</span>)]</div>
|
|
<div class="line"><a name="l00314"></a><span class="lineno"> 314</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a708b88239fd437cd6bed68ecd57089c9">IntVectorVector_Insert</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span>  </div>
|
|
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_InsertRange___"</span>)]</div>
|
|
<div class="line"><a name="l00317"></a><span class="lineno"> 317</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa3f4febdb6197a160b5d30daedb7460b">IntVectorVector_InsertRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>  </div>
|
|
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_RemoveAt___"</span>)]</div>
|
|
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a373c7fdd46a0c31f4d5ac411e0e310b1">IntVectorVector_RemoveAt</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span>  </div>
|
|
<div class="line"><a name="l00322"></a><span class="lineno"> 322</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_RemoveRange___"</span>)]</div>
|
|
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#abc6e167902129093c1cf03171d27dfe8">IntVectorVector_RemoveRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span>  </div>
|
|
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_Repeat___"</span>)]</div>
|
|
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa1fe47c0b0788b13836e144f585cad44">IntVectorVector_Repeat</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span>  </div>
|
|
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_Reverse__SWIG_0___"</span>)]</div>
|
|
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aed3f8e7ad0ae7061012937e06905ca00">IntVectorVector_Reverse__SWIG_0</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>  </div>
|
|
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_Reverse__SWIG_1___"</span>)]</div>
|
|
<div class="line"><a name="l00332"></a><span class="lineno"> 332</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#acf3e2940d6df7ad6cbcc23f46f9225af">IntVectorVector_Reverse__SWIG_1</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00333"></a><span class="lineno"> 333</span>  </div>
|
|
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_IntVectorVector_SetRange___"</span>)]</div>
|
|
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9540f5b6a47347800450181fa699fa16">IntVectorVector_SetRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span>  </div>
|
|
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_delete_IntVectorVector___"</span>)]</div>
|
|
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a08c432e2540e6cd5b62d1e91f9662b08">delete_IntVectorVector</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span>  </div>
|
|
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_Clear___"</span>)]</div>
|
|
<div class="line"><a name="l00341"></a><span class="lineno"> 341</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aaadfbcefcdd59f02cb10e50a5a2a1ef6">Int64Vector_Clear</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00342"></a><span class="lineno"> 342</span>  </div>
|
|
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_Add___"</span>)]</div>
|
|
<div class="line"><a name="l00344"></a><span class="lineno"> 344</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a31cec18130a3652c32a0251f631c1366">Int64Vector_Add</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">long</span> jarg2);</div>
|
|
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span>  </div>
|
|
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_size___"</span>)]</div>
|
|
<div class="line"><a name="l00347"></a><span class="lineno"> 347</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> uint <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a204cfe81db3d40c7d9fff872c1c947ba">Int64Vector_size</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00348"></a><span class="lineno"> 348</span>  </div>
|
|
<div class="line"><a name="l00349"></a><span class="lineno"> 349</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_capacity___"</span>)]</div>
|
|
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> uint <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a5d9e4597a286add0fdf67de3946f6098">Int64Vector_capacity</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00351"></a><span class="lineno"> 351</span>  </div>
|
|
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_reserve___"</span>)]</div>
|
|
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a314dc3f66639c41c63d452cf68e61b2e">Int64Vector_reserve</a>(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);</div>
|
|
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span>  </div>
|
|
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_Int64Vector__SWIG_0___"</span>)]</div>
|
|
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1ad568e71cbeb420b182fde16dde8fd0">new_Int64Vector__SWIG_0</a>();</div>
|
|
<div class="line"><a name="l00357"></a><span class="lineno"> 357</span>  </div>
|
|
<div class="line"><a name="l00358"></a><span class="lineno"> 358</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_Int64Vector__SWIG_1___"</span>)]</div>
|
|
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a04b333b0e2b8208ef61f6325766ae0c9">new_Int64Vector__SWIG_1</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span>  </div>
|
|
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_Int64Vector__SWIG_2___"</span>)]</div>
|
|
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a06ee073c401f9f192fa34218ce1027af">new_Int64Vector__SWIG_2</a>(<span class="keywordtype">int</span> jarg1);</div>
|
|
<div class="line"><a name="l00363"></a><span class="lineno"> 363</span>  </div>
|
|
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_getitemcopy___"</span>)]</div>
|
|
<div class="line"><a name="l00365"></a><span class="lineno"> 365</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aac98e540e1c3c1fcf6ff5b7b3be91e2e">Int64Vector_getitemcopy</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00366"></a><span class="lineno"> 366</span>  </div>
|
|
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_getitem___"</span>)]</div>
|
|
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a51fd5c4dec3044cb0cbb49af5841273a">Int64Vector_getitem</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span>  </div>
|
|
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_setitem___"</span>)]</div>
|
|
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9fa0f9bb6d582539969865d058d29740">Int64Vector_setitem</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">long</span> jarg3);</div>
|
|
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span>  </div>
|
|
<div class="line"><a name="l00373"></a><span class="lineno"> 373</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_AddRange___"</span>)]</div>
|
|
<div class="line"><a name="l00374"></a><span class="lineno"> 374</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a5ec4feb6fb0770629bc0e5da35715336">Int64Vector_AddRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00375"></a><span class="lineno"> 375</span>  </div>
|
|
<div class="line"><a name="l00376"></a><span class="lineno"> 376</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_GetRange___"</span>)]</div>
|
|
<div class="line"><a name="l00377"></a><span class="lineno"> 377</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a318ee4505df40c47be69f8e35e7cd16e">Int64Vector_GetRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00378"></a><span class="lineno"> 378</span>  </div>
|
|
<div class="line"><a name="l00379"></a><span class="lineno"> 379</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_Insert___"</span>)]</div>
|
|
<div class="line"><a name="l00380"></a><span class="lineno"> 380</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a78ce1137358da199407aaef526e783b6">Int64Vector_Insert</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">long</span> jarg3);</div>
|
|
<div class="line"><a name="l00381"></a><span class="lineno"> 381</span>  </div>
|
|
<div class="line"><a name="l00382"></a><span class="lineno"> 382</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_InsertRange___"</span>)]</div>
|
|
<div class="line"><a name="l00383"></a><span class="lineno"> 383</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9497e83ef9e733b32f0e77a07338c293">Int64Vector_InsertRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00384"></a><span class="lineno"> 384</span>  </div>
|
|
<div class="line"><a name="l00385"></a><span class="lineno"> 385</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_RemoveAt___"</span>)]</div>
|
|
<div class="line"><a name="l00386"></a><span class="lineno"> 386</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a35191a41ae781952b85a05db77589dd6">Int64Vector_RemoveAt</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00387"></a><span class="lineno"> 387</span>  </div>
|
|
<div class="line"><a name="l00388"></a><span class="lineno"> 388</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_RemoveRange___"</span>)]</div>
|
|
<div class="line"><a name="l00389"></a><span class="lineno"> 389</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af4fe6c69c6dad6abd21cc1b54ba34b5e">Int64Vector_RemoveRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00390"></a><span class="lineno"> 390</span>  </div>
|
|
<div class="line"><a name="l00391"></a><span class="lineno"> 391</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_Repeat___"</span>)]</div>
|
|
<div class="line"><a name="l00392"></a><span class="lineno"> 392</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a8099f2edb6d125144bb2592f6367de93">Int64Vector_Repeat</a>(<span class="keywordtype">long</span> jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00393"></a><span class="lineno"> 393</span>  </div>
|
|
<div class="line"><a name="l00394"></a><span class="lineno"> 394</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_Reverse__SWIG_0___"</span>)]</div>
|
|
<div class="line"><a name="l00395"></a><span class="lineno"> 395</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a62d49f2d8ce2dda9c4592e5b93bc2c3d">Int64Vector_Reverse__SWIG_0</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00396"></a><span class="lineno"> 396</span>  </div>
|
|
<div class="line"><a name="l00397"></a><span class="lineno"> 397</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_Reverse__SWIG_1___"</span>)]</div>
|
|
<div class="line"><a name="l00398"></a><span class="lineno"> 398</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad2b2931b667c33462fba562f109d6482">Int64Vector_Reverse__SWIG_1</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00399"></a><span class="lineno"> 399</span>  </div>
|
|
<div class="line"><a name="l00400"></a><span class="lineno"> 400</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_SetRange___"</span>)]</div>
|
|
<div class="line"><a name="l00401"></a><span class="lineno"> 401</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a54552ffa274e1112a23df9cc32cc6dbf">Int64Vector_SetRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00402"></a><span class="lineno"> 402</span>  </div>
|
|
<div class="line"><a name="l00403"></a><span class="lineno"> 403</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_Contains___"</span>)]</div>
|
|
<div class="line"><a name="l00404"></a><span class="lineno"> 404</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac7cce93b4da6ad042e356cffefeae82c">Int64Vector_Contains</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">long</span> jarg2);</div>
|
|
<div class="line"><a name="l00405"></a><span class="lineno"> 405</span>  </div>
|
|
<div class="line"><a name="l00406"></a><span class="lineno"> 406</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_IndexOf___"</span>)]</div>
|
|
<div class="line"><a name="l00407"></a><span class="lineno"> 407</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a66c51a628b1dd2904fb8ead08d77e663">Int64Vector_IndexOf</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">long</span> jarg2);</div>
|
|
<div class="line"><a name="l00408"></a><span class="lineno"> 408</span>  </div>
|
|
<div class="line"><a name="l00409"></a><span class="lineno"> 409</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_LastIndexOf___"</span>)]</div>
|
|
<div class="line"><a name="l00410"></a><span class="lineno"> 410</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a385d9763e76c00d3af6049a5dd2cbc1b">Int64Vector_LastIndexOf</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">long</span> jarg2);</div>
|
|
<div class="line"><a name="l00411"></a><span class="lineno"> 411</span>  </div>
|
|
<div class="line"><a name="l00412"></a><span class="lineno"> 412</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64Vector_Remove___"</span>)]</div>
|
|
<div class="line"><a name="l00413"></a><span class="lineno"> 413</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aed5ab929fcc0b1d5967123271b825278">Int64Vector_Remove</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">long</span> jarg2);</div>
|
|
<div class="line"><a name="l00414"></a><span class="lineno"> 414</span>  </div>
|
|
<div class="line"><a name="l00415"></a><span class="lineno"> 415</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_delete_Int64Vector___"</span>)]</div>
|
|
<div class="line"><a name="l00416"></a><span class="lineno"> 416</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad55b30e4682ea4a02aa89d4cda1bc2ba">delete_Int64Vector</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00417"></a><span class="lineno"> 417</span>  </div>
|
|
<div class="line"><a name="l00418"></a><span class="lineno"> 418</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_Clear___"</span>)]</div>
|
|
<div class="line"><a name="l00419"></a><span class="lineno"> 419</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6ddf3a3c7f6804ee7c9bfe835abfe29f">Int64VectorVector_Clear</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00420"></a><span class="lineno"> 420</span>  </div>
|
|
<div class="line"><a name="l00421"></a><span class="lineno"> 421</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_Add___"</span>)]</div>
|
|
<div class="line"><a name="l00422"></a><span class="lineno"> 422</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a50a91b3c2d66626584cacc61dbbe01dd">Int64VectorVector_Add</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00423"></a><span class="lineno"> 423</span>  </div>
|
|
<div class="line"><a name="l00424"></a><span class="lineno"> 424</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_size___"</span>)]</div>
|
|
<div class="line"><a name="l00425"></a><span class="lineno"> 425</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> uint <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a57d7bd03e7295a12868e15076b1ceee8">Int64VectorVector_size</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00426"></a><span class="lineno"> 426</span>  </div>
|
|
<div class="line"><a name="l00427"></a><span class="lineno"> 427</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_capacity___"</span>)]</div>
|
|
<div class="line"><a name="l00428"></a><span class="lineno"> 428</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> uint <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac26c2a3ca4daf9ce28463b20ee2f0198">Int64VectorVector_capacity</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00429"></a><span class="lineno"> 429</span>  </div>
|
|
<div class="line"><a name="l00430"></a><span class="lineno"> 430</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_reserve___"</span>)]</div>
|
|
<div class="line"><a name="l00431"></a><span class="lineno"> 431</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a632d2b02345699bcb049acb4c944f8df">Int64VectorVector_reserve</a>(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);</div>
|
|
<div class="line"><a name="l00432"></a><span class="lineno"> 432</span>  </div>
|
|
<div class="line"><a name="l00433"></a><span class="lineno"> 433</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_Int64VectorVector__SWIG_0___"</span>)]</div>
|
|
<div class="line"><a name="l00434"></a><span class="lineno"> 434</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a8db507f8dde8bac898078a6ce5abe377">new_Int64VectorVector__SWIG_0</a>();</div>
|
|
<div class="line"><a name="l00435"></a><span class="lineno"> 435</span>  </div>
|
|
<div class="line"><a name="l00436"></a><span class="lineno"> 436</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_Int64VectorVector__SWIG_1___"</span>)]</div>
|
|
<div class="line"><a name="l00437"></a><span class="lineno"> 437</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a498606300b2c3de7b764880396b70dd4">new_Int64VectorVector__SWIG_1</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00438"></a><span class="lineno"> 438</span>  </div>
|
|
<div class="line"><a name="l00439"></a><span class="lineno"> 439</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_Int64VectorVector__SWIG_2___"</span>)]</div>
|
|
<div class="line"><a name="l00440"></a><span class="lineno"> 440</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a639404ff9318abb5cfa862f60388fc19">new_Int64VectorVector__SWIG_2</a>(<span class="keywordtype">int</span> jarg1);</div>
|
|
<div class="line"><a name="l00441"></a><span class="lineno"> 441</span>  </div>
|
|
<div class="line"><a name="l00442"></a><span class="lineno"> 442</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_getitemcopy___"</span>)]</div>
|
|
<div class="line"><a name="l00443"></a><span class="lineno"> 443</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4990f10fa406469bef24ed25f70a87ec">Int64VectorVector_getitemcopy</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00444"></a><span class="lineno"> 444</span>  </div>
|
|
<div class="line"><a name="l00445"></a><span class="lineno"> 445</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_getitem___"</span>)]</div>
|
|
<div class="line"><a name="l00446"></a><span class="lineno"> 446</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a48f865868549489d7dd119097d5dbce3">Int64VectorVector_getitem</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00447"></a><span class="lineno"> 447</span>  </div>
|
|
<div class="line"><a name="l00448"></a><span class="lineno"> 448</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_setitem___"</span>)]</div>
|
|
<div class="line"><a name="l00449"></a><span class="lineno"> 449</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a33c486c93005bfdf2776face5694d20e">Int64VectorVector_setitem</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00450"></a><span class="lineno"> 450</span>  </div>
|
|
<div class="line"><a name="l00451"></a><span class="lineno"> 451</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_AddRange___"</span>)]</div>
|
|
<div class="line"><a name="l00452"></a><span class="lineno"> 452</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a483d6d2978590696934b698a416e252f">Int64VectorVector_AddRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00453"></a><span class="lineno"> 453</span>  </div>
|
|
<div class="line"><a name="l00454"></a><span class="lineno"> 454</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_GetRange___"</span>)]</div>
|
|
<div class="line"><a name="l00455"></a><span class="lineno"> 455</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab7c769ae629ce8608263e93d43c0d6be">Int64VectorVector_GetRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00456"></a><span class="lineno"> 456</span>  </div>
|
|
<div class="line"><a name="l00457"></a><span class="lineno"> 457</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_Insert___"</span>)]</div>
|
|
<div class="line"><a name="l00458"></a><span class="lineno"> 458</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a7c5ec3981d8ac77917461c4223dc1031">Int64VectorVector_Insert</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00459"></a><span class="lineno"> 459</span>  </div>
|
|
<div class="line"><a name="l00460"></a><span class="lineno"> 460</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_InsertRange___"</span>)]</div>
|
|
<div class="line"><a name="l00461"></a><span class="lineno"> 461</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a30d1dc523d95e442fdbe86d3ba9071db">Int64VectorVector_InsertRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00462"></a><span class="lineno"> 462</span>  </div>
|
|
<div class="line"><a name="l00463"></a><span class="lineno"> 463</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_RemoveAt___"</span>)]</div>
|
|
<div class="line"><a name="l00464"></a><span class="lineno"> 464</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#abe3874bed1729a98473deba5556e3614">Int64VectorVector_RemoveAt</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00465"></a><span class="lineno"> 465</span>  </div>
|
|
<div class="line"><a name="l00466"></a><span class="lineno"> 466</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_RemoveRange___"</span>)]</div>
|
|
<div class="line"><a name="l00467"></a><span class="lineno"> 467</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ada939bf6fd83a59e65d7a33b530d3252">Int64VectorVector_RemoveRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00468"></a><span class="lineno"> 468</span>  </div>
|
|
<div class="line"><a name="l00469"></a><span class="lineno"> 469</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_Repeat___"</span>)]</div>
|
|
<div class="line"><a name="l00470"></a><span class="lineno"> 470</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a2f3be4b56d668163b2ba386d3b0efa01">Int64VectorVector_Repeat</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00471"></a><span class="lineno"> 471</span>  </div>
|
|
<div class="line"><a name="l00472"></a><span class="lineno"> 472</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_Reverse__SWIG_0___"</span>)]</div>
|
|
<div class="line"><a name="l00473"></a><span class="lineno"> 473</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a67459b814ba26c77f6f34d90462c9212">Int64VectorVector_Reverse__SWIG_0</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00474"></a><span class="lineno"> 474</span>  </div>
|
|
<div class="line"><a name="l00475"></a><span class="lineno"> 475</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_Reverse__SWIG_1___"</span>)]</div>
|
|
<div class="line"><a name="l00476"></a><span class="lineno"> 476</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#abf2176438b5caed925efd5ebcf2bdf0f">Int64VectorVector_Reverse__SWIG_1</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00477"></a><span class="lineno"> 477</span>  </div>
|
|
<div class="line"><a name="l00478"></a><span class="lineno"> 478</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Int64VectorVector_SetRange___"</span>)]</div>
|
|
<div class="line"><a name="l00479"></a><span class="lineno"> 479</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a44afedc9b16129a40cd484568b0529c8">Int64VectorVector_SetRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00480"></a><span class="lineno"> 480</span>  </div>
|
|
<div class="line"><a name="l00481"></a><span class="lineno"> 481</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_delete_Int64VectorVector___"</span>)]</div>
|
|
<div class="line"><a name="l00482"></a><span class="lineno"> 482</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0b4e28bd80857600c66831f376598052">delete_Int64VectorVector</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00483"></a><span class="lineno"> 483</span>  </div>
|
|
<div class="line"><a name="l00484"></a><span class="lineno"> 484</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_Clear___"</span>)]</div>
|
|
<div class="line"><a name="l00485"></a><span class="lineno"> 485</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a93c9a2027daac32fa414bc9d9f2ae6e8">DoubleVector_Clear</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00486"></a><span class="lineno"> 486</span>  </div>
|
|
<div class="line"><a name="l00487"></a><span class="lineno"> 487</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_Add___"</span>)]</div>
|
|
<div class="line"><a name="l00488"></a><span class="lineno"> 488</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1c22569bf32fc4ca974833a584bc1617">DoubleVector_Add</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2);</div>
|
|
<div class="line"><a name="l00489"></a><span class="lineno"> 489</span>  </div>
|
|
<div class="line"><a name="l00490"></a><span class="lineno"> 490</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_size___"</span>)]</div>
|
|
<div class="line"><a name="l00491"></a><span class="lineno"> 491</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> uint <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a055292b643c85f40e233337641ab32e0">DoubleVector_size</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00492"></a><span class="lineno"> 492</span>  </div>
|
|
<div class="line"><a name="l00493"></a><span class="lineno"> 493</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_capacity___"</span>)]</div>
|
|
<div class="line"><a name="l00494"></a><span class="lineno"> 494</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> uint <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3cfad07c4cf2774d8c2f01987c5e6cf9">DoubleVector_capacity</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00495"></a><span class="lineno"> 495</span>  </div>
|
|
<div class="line"><a name="l00496"></a><span class="lineno"> 496</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_reserve___"</span>)]</div>
|
|
<div class="line"><a name="l00497"></a><span class="lineno"> 497</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9ae4ef4989a891c99f4813c8d0205694">DoubleVector_reserve</a>(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);</div>
|
|
<div class="line"><a name="l00498"></a><span class="lineno"> 498</span>  </div>
|
|
<div class="line"><a name="l00499"></a><span class="lineno"> 499</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_DoubleVector__SWIG_0___"</span>)]</div>
|
|
<div class="line"><a name="l00500"></a><span class="lineno"> 500</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a7867db8b7faebaafaa3b421b2d659aca">new_DoubleVector__SWIG_0</a>();</div>
|
|
<div class="line"><a name="l00501"></a><span class="lineno"> 501</span>  </div>
|
|
<div class="line"><a name="l00502"></a><span class="lineno"> 502</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_DoubleVector__SWIG_1___"</span>)]</div>
|
|
<div class="line"><a name="l00503"></a><span class="lineno"> 503</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a2845feb3b53a92f53f6baef2dbcc6fb9">new_DoubleVector__SWIG_1</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00504"></a><span class="lineno"> 504</span>  </div>
|
|
<div class="line"><a name="l00505"></a><span class="lineno"> 505</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_DoubleVector__SWIG_2___"</span>)]</div>
|
|
<div class="line"><a name="l00506"></a><span class="lineno"> 506</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa348ebb01f5bebafe57a97121330cb7c">new_DoubleVector__SWIG_2</a>(<span class="keywordtype">int</span> jarg1);</div>
|
|
<div class="line"><a name="l00507"></a><span class="lineno"> 507</span>  </div>
|
|
<div class="line"><a name="l00508"></a><span class="lineno"> 508</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_getitemcopy___"</span>)]</div>
|
|
<div class="line"><a name="l00509"></a><span class="lineno"> 509</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a84868d8a7ab61ce62124f150db974146">DoubleVector_getitemcopy</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00510"></a><span class="lineno"> 510</span>  </div>
|
|
<div class="line"><a name="l00511"></a><span class="lineno"> 511</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_getitem___"</span>)]</div>
|
|
<div class="line"><a name="l00512"></a><span class="lineno"> 512</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa287dfc848fac0d73b860fe5c505e36f">DoubleVector_getitem</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00513"></a><span class="lineno"> 513</span>  </div>
|
|
<div class="line"><a name="l00514"></a><span class="lineno"> 514</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_setitem___"</span>)]</div>
|
|
<div class="line"><a name="l00515"></a><span class="lineno"> 515</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a35fb1dd7dba9d889d337eef78b01e9e7">DoubleVector_setitem</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">double</span> jarg3);</div>
|
|
<div class="line"><a name="l00516"></a><span class="lineno"> 516</span>  </div>
|
|
<div class="line"><a name="l00517"></a><span class="lineno"> 517</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_AddRange___"</span>)]</div>
|
|
<div class="line"><a name="l00518"></a><span class="lineno"> 518</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a35dad90ca44835901872c66a886c56e9">DoubleVector_AddRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00519"></a><span class="lineno"> 519</span>  </div>
|
|
<div class="line"><a name="l00520"></a><span class="lineno"> 520</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_GetRange___"</span>)]</div>
|
|
<div class="line"><a name="l00521"></a><span class="lineno"> 521</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0104efc39e5607a291b8d2448f03460a">DoubleVector_GetRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00522"></a><span class="lineno"> 522</span>  </div>
|
|
<div class="line"><a name="l00523"></a><span class="lineno"> 523</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_Insert___"</span>)]</div>
|
|
<div class="line"><a name="l00524"></a><span class="lineno"> 524</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0cb4a51295e4f8faf0fd1bc83d5d5118">DoubleVector_Insert</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">double</span> jarg3);</div>
|
|
<div class="line"><a name="l00525"></a><span class="lineno"> 525</span>  </div>
|
|
<div class="line"><a name="l00526"></a><span class="lineno"> 526</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_InsertRange___"</span>)]</div>
|
|
<div class="line"><a name="l00527"></a><span class="lineno"> 527</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ade97dbca368700199deeaa3aa17d6562">DoubleVector_InsertRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00528"></a><span class="lineno"> 528</span>  </div>
|
|
<div class="line"><a name="l00529"></a><span class="lineno"> 529</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_RemoveAt___"</span>)]</div>
|
|
<div class="line"><a name="l00530"></a><span class="lineno"> 530</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a38f07157ad795abc0982de585487585b">DoubleVector_RemoveAt</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00531"></a><span class="lineno"> 531</span>  </div>
|
|
<div class="line"><a name="l00532"></a><span class="lineno"> 532</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_RemoveRange___"</span>)]</div>
|
|
<div class="line"><a name="l00533"></a><span class="lineno"> 533</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a349fa42ae38cc60091852c81c9a18209">DoubleVector_RemoveRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00534"></a><span class="lineno"> 534</span>  </div>
|
|
<div class="line"><a name="l00535"></a><span class="lineno"> 535</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_Repeat___"</span>)]</div>
|
|
<div class="line"><a name="l00536"></a><span class="lineno"> 536</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a90a21aea05e51380d982f1809678ec9f">DoubleVector_Repeat</a>(<span class="keywordtype">double</span> jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00537"></a><span class="lineno"> 537</span>  </div>
|
|
<div class="line"><a name="l00538"></a><span class="lineno"> 538</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_Reverse__SWIG_0___"</span>)]</div>
|
|
<div class="line"><a name="l00539"></a><span class="lineno"> 539</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac9f42950d180e920d1adf31724f0b259">DoubleVector_Reverse__SWIG_0</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00540"></a><span class="lineno"> 540</span>  </div>
|
|
<div class="line"><a name="l00541"></a><span class="lineno"> 541</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_Reverse__SWIG_1___"</span>)]</div>
|
|
<div class="line"><a name="l00542"></a><span class="lineno"> 542</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a149bab8fe5ef5e48faae81724dd958d7">DoubleVector_Reverse__SWIG_1</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00543"></a><span class="lineno"> 543</span>  </div>
|
|
<div class="line"><a name="l00544"></a><span class="lineno"> 544</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_SetRange___"</span>)]</div>
|
|
<div class="line"><a name="l00545"></a><span class="lineno"> 545</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4e405aa96080d2270a10067d70c7fff8">DoubleVector_SetRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00546"></a><span class="lineno"> 546</span>  </div>
|
|
<div class="line"><a name="l00547"></a><span class="lineno"> 547</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_Contains___"</span>)]</div>
|
|
<div class="line"><a name="l00548"></a><span class="lineno"> 548</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#afecd35d16029a5fac503ef60a8898b84">DoubleVector_Contains</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2);</div>
|
|
<div class="line"><a name="l00549"></a><span class="lineno"> 549</span>  </div>
|
|
<div class="line"><a name="l00550"></a><span class="lineno"> 550</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_IndexOf___"</span>)]</div>
|
|
<div class="line"><a name="l00551"></a><span class="lineno"> 551</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#adf3ecd3fe7a8719f0edeb58ca4b09fae">DoubleVector_IndexOf</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2);</div>
|
|
<div class="line"><a name="l00552"></a><span class="lineno"> 552</span>  </div>
|
|
<div class="line"><a name="l00553"></a><span class="lineno"> 553</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_LastIndexOf___"</span>)]</div>
|
|
<div class="line"><a name="l00554"></a><span class="lineno"> 554</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa9fc45dcef4cb197488dded0979af710">DoubleVector_LastIndexOf</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2);</div>
|
|
<div class="line"><a name="l00555"></a><span class="lineno"> 555</span>  </div>
|
|
<div class="line"><a name="l00556"></a><span class="lineno"> 556</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_DoubleVector_Remove___"</span>)]</div>
|
|
<div class="line"><a name="l00557"></a><span class="lineno"> 557</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab506ce339dfa1938abd5a62cc9da8ac9">DoubleVector_Remove</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2);</div>
|
|
<div class="line"><a name="l00558"></a><span class="lineno"> 558</span>  </div>
|
|
<div class="line"><a name="l00559"></a><span class="lineno"> 559</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_delete_DoubleVector___"</span>)]</div>
|
|
<div class="line"><a name="l00560"></a><span class="lineno"> 560</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a10e8c00f9159fb440806e6763ac56fc3">delete_DoubleVector</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00561"></a><span class="lineno"> 561</span>  </div>
|
|
<div class="line"><a name="l00562"></a><span class="lineno"> 562</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_Clear___"</span>)]</div>
|
|
<div class="line"><a name="l00563"></a><span class="lineno"> 563</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a44aeda2d6e516589aeb6f092b5562a09">MPConstraintVector_Clear</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00564"></a><span class="lineno"> 564</span>  </div>
|
|
<div class="line"><a name="l00565"></a><span class="lineno"> 565</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_Add___"</span>)]</div>
|
|
<div class="line"><a name="l00566"></a><span class="lineno"> 566</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4b7f368a056882260fd09f37bdd17dd4">MPConstraintVector_Add</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00567"></a><span class="lineno"> 567</span>  </div>
|
|
<div class="line"><a name="l00568"></a><span class="lineno"> 568</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_size___"</span>)]</div>
|
|
<div class="line"><a name="l00569"></a><span class="lineno"> 569</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> uint <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a07180e6ae2334b900556e35be5768325">MPConstraintVector_size</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00570"></a><span class="lineno"> 570</span>  </div>
|
|
<div class="line"><a name="l00571"></a><span class="lineno"> 571</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_capacity___"</span>)]</div>
|
|
<div class="line"><a name="l00572"></a><span class="lineno"> 572</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> uint <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac2bf0b4f6e5e8171aa6601dd1bf27849">MPConstraintVector_capacity</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00573"></a><span class="lineno"> 573</span>  </div>
|
|
<div class="line"><a name="l00574"></a><span class="lineno"> 574</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_reserve___"</span>)]</div>
|
|
<div class="line"><a name="l00575"></a><span class="lineno"> 575</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac987a9a84870ed98c95b8b0315f67835">MPConstraintVector_reserve</a>(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);</div>
|
|
<div class="line"><a name="l00576"></a><span class="lineno"> 576</span>  </div>
|
|
<div class="line"><a name="l00577"></a><span class="lineno"> 577</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_MPConstraintVector__SWIG_0___"</span>)]</div>
|
|
<div class="line"><a name="l00578"></a><span class="lineno"> 578</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab80e72c0f84c7a6fa7769c0b01b4d374">new_MPConstraintVector__SWIG_0</a>();</div>
|
|
<div class="line"><a name="l00579"></a><span class="lineno"> 579</span>  </div>
|
|
<div class="line"><a name="l00580"></a><span class="lineno"> 580</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_MPConstraintVector__SWIG_1___"</span>)]</div>
|
|
<div class="line"><a name="l00581"></a><span class="lineno"> 581</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1aefb5a46b64f31dfad242f0e8e6b069">new_MPConstraintVector__SWIG_1</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00582"></a><span class="lineno"> 582</span>  </div>
|
|
<div class="line"><a name="l00583"></a><span class="lineno"> 583</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_MPConstraintVector__SWIG_2___"</span>)]</div>
|
|
<div class="line"><a name="l00584"></a><span class="lineno"> 584</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a09c8f78e2696affea3d1cbf83895c1f7">new_MPConstraintVector__SWIG_2</a>(<span class="keywordtype">int</span> jarg1);</div>
|
|
<div class="line"><a name="l00585"></a><span class="lineno"> 585</span>  </div>
|
|
<div class="line"><a name="l00586"></a><span class="lineno"> 586</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_getitemcopy___"</span>)]</div>
|
|
<div class="line"><a name="l00587"></a><span class="lineno"> 587</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a83826f0b05a0cc7d97906d24d08cdb19">MPConstraintVector_getitemcopy</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00588"></a><span class="lineno"> 588</span>  </div>
|
|
<div class="line"><a name="l00589"></a><span class="lineno"> 589</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_getitem___"</span>)]</div>
|
|
<div class="line"><a name="l00590"></a><span class="lineno"> 590</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac47dccba8aa8c25bb1bd55c4c4064163">MPConstraintVector_getitem</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00591"></a><span class="lineno"> 591</span>  </div>
|
|
<div class="line"><a name="l00592"></a><span class="lineno"> 592</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_setitem___"</span>)]</div>
|
|
<div class="line"><a name="l00593"></a><span class="lineno"> 593</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9c6f4bc3ecf6f003da4504703e4de5cd">MPConstraintVector_setitem</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00594"></a><span class="lineno"> 594</span>  </div>
|
|
<div class="line"><a name="l00595"></a><span class="lineno"> 595</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_AddRange___"</span>)]</div>
|
|
<div class="line"><a name="l00596"></a><span class="lineno"> 596</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a440b44f878d39a9cd05306b8afeffdb6">MPConstraintVector_AddRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00597"></a><span class="lineno"> 597</span>  </div>
|
|
<div class="line"><a name="l00598"></a><span class="lineno"> 598</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_GetRange___"</span>)]</div>
|
|
<div class="line"><a name="l00599"></a><span class="lineno"> 599</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa8c2ae125f18d615ef54ae75e6760b42">MPConstraintVector_GetRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00600"></a><span class="lineno"> 600</span>  </div>
|
|
<div class="line"><a name="l00601"></a><span class="lineno"> 601</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_Insert___"</span>)]</div>
|
|
<div class="line"><a name="l00602"></a><span class="lineno"> 602</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9c4f7d7fdd49a7cab3e2e270278297bb">MPConstraintVector_Insert</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00603"></a><span class="lineno"> 603</span>  </div>
|
|
<div class="line"><a name="l00604"></a><span class="lineno"> 604</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_InsertRange___"</span>)]</div>
|
|
<div class="line"><a name="l00605"></a><span class="lineno"> 605</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6064c676090726b8e7fbd281b7f9b842">MPConstraintVector_InsertRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00606"></a><span class="lineno"> 606</span>  </div>
|
|
<div class="line"><a name="l00607"></a><span class="lineno"> 607</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_RemoveAt___"</span>)]</div>
|
|
<div class="line"><a name="l00608"></a><span class="lineno"> 608</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#abf9e3bb16c73a0e7dc8cae5af4b876c9">MPConstraintVector_RemoveAt</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00609"></a><span class="lineno"> 609</span>  </div>
|
|
<div class="line"><a name="l00610"></a><span class="lineno"> 610</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_RemoveRange___"</span>)]</div>
|
|
<div class="line"><a name="l00611"></a><span class="lineno"> 611</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#adbddd9f3b49251697fa119791f90d511">MPConstraintVector_RemoveRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00612"></a><span class="lineno"> 612</span>  </div>
|
|
<div class="line"><a name="l00613"></a><span class="lineno"> 613</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_Repeat___"</span>)]</div>
|
|
<div class="line"><a name="l00614"></a><span class="lineno"> 614</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad66ae0904923affc3e716e1fa8c9bdf2">MPConstraintVector_Repeat</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00615"></a><span class="lineno"> 615</span>  </div>
|
|
<div class="line"><a name="l00616"></a><span class="lineno"> 616</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_Reverse__SWIG_0___"</span>)]</div>
|
|
<div class="line"><a name="l00617"></a><span class="lineno"> 617</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a8d6f85a1e57a222cd32a01b18fc543d4">MPConstraintVector_Reverse__SWIG_0</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00618"></a><span class="lineno"> 618</span>  </div>
|
|
<div class="line"><a name="l00619"></a><span class="lineno"> 619</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_Reverse__SWIG_1___"</span>)]</div>
|
|
<div class="line"><a name="l00620"></a><span class="lineno"> 620</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#accb5bdc6cb26acf2c0436f2f112a7faa">MPConstraintVector_Reverse__SWIG_1</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00621"></a><span class="lineno"> 621</span>  </div>
|
|
<div class="line"><a name="l00622"></a><span class="lineno"> 622</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_SetRange___"</span>)]</div>
|
|
<div class="line"><a name="l00623"></a><span class="lineno"> 623</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6aae7fc07585fa6680b8e1a6e57ac555">MPConstraintVector_SetRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00624"></a><span class="lineno"> 624</span>  </div>
|
|
<div class="line"><a name="l00625"></a><span class="lineno"> 625</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_Contains___"</span>)]</div>
|
|
<div class="line"><a name="l00626"></a><span class="lineno"> 626</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a67cfaf44bfd5837f1cc6f5513ab8b32c">MPConstraintVector_Contains</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00627"></a><span class="lineno"> 627</span>  </div>
|
|
<div class="line"><a name="l00628"></a><span class="lineno"> 628</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_IndexOf___"</span>)]</div>
|
|
<div class="line"><a name="l00629"></a><span class="lineno"> 629</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab48dec3ebde7e72c63b11a55431cdb51">MPConstraintVector_IndexOf</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00630"></a><span class="lineno"> 630</span>  </div>
|
|
<div class="line"><a name="l00631"></a><span class="lineno"> 631</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_LastIndexOf___"</span>)]</div>
|
|
<div class="line"><a name="l00632"></a><span class="lineno"> 632</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ae2a6e65db18c737cdf6edae4a9471b6b">MPConstraintVector_LastIndexOf</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00633"></a><span class="lineno"> 633</span>  </div>
|
|
<div class="line"><a name="l00634"></a><span class="lineno"> 634</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPConstraintVector_Remove___"</span>)]</div>
|
|
<div class="line"><a name="l00635"></a><span class="lineno"> 635</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a583dde6d0982d42854c6b097482db2c0">MPConstraintVector_Remove</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00636"></a><span class="lineno"> 636</span>  </div>
|
|
<div class="line"><a name="l00637"></a><span class="lineno"> 637</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_delete_MPConstraintVector___"</span>)]</div>
|
|
<div class="line"><a name="l00638"></a><span class="lineno"> 638</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad9396001cf828ad22cc74e3d65c11102">delete_MPConstraintVector</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00639"></a><span class="lineno"> 639</span>  </div>
|
|
<div class="line"><a name="l00640"></a><span class="lineno"> 640</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_Clear___"</span>)]</div>
|
|
<div class="line"><a name="l00641"></a><span class="lineno"> 641</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3e3bcfe931dc5b997fea187aca6afb7d">MPVariableVector_Clear</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00642"></a><span class="lineno"> 642</span>  </div>
|
|
<div class="line"><a name="l00643"></a><span class="lineno"> 643</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_Add___"</span>)]</div>
|
|
<div class="line"><a name="l00644"></a><span class="lineno"> 644</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#abf7b113ecc0b1faba9a35de7441f2240">MPVariableVector_Add</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00645"></a><span class="lineno"> 645</span>  </div>
|
|
<div class="line"><a name="l00646"></a><span class="lineno"> 646</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_size___"</span>)]</div>
|
|
<div class="line"><a name="l00647"></a><span class="lineno"> 647</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> uint <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ae247c9b851f820803a44960b253935c0">MPVariableVector_size</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00648"></a><span class="lineno"> 648</span>  </div>
|
|
<div class="line"><a name="l00649"></a><span class="lineno"> 649</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_capacity___"</span>)]</div>
|
|
<div class="line"><a name="l00650"></a><span class="lineno"> 650</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> uint <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aadf57e08e07cbdacc83ebe3023656b09">MPVariableVector_capacity</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00651"></a><span class="lineno"> 651</span>  </div>
|
|
<div class="line"><a name="l00652"></a><span class="lineno"> 652</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_reserve___"</span>)]</div>
|
|
<div class="line"><a name="l00653"></a><span class="lineno"> 653</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3ecdaac9840954cd44031621d1bdc60d">MPVariableVector_reserve</a>(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);</div>
|
|
<div class="line"><a name="l00654"></a><span class="lineno"> 654</span>  </div>
|
|
<div class="line"><a name="l00655"></a><span class="lineno"> 655</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_MPVariableVector__SWIG_0___"</span>)]</div>
|
|
<div class="line"><a name="l00656"></a><span class="lineno"> 656</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a2d2ee8120f05c7708b40838c42961d86">new_MPVariableVector__SWIG_0</a>();</div>
|
|
<div class="line"><a name="l00657"></a><span class="lineno"> 657</span>  </div>
|
|
<div class="line"><a name="l00658"></a><span class="lineno"> 658</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_MPVariableVector__SWIG_1___"</span>)]</div>
|
|
<div class="line"><a name="l00659"></a><span class="lineno"> 659</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3d56d0a3411fea60d7252be6d1721478">new_MPVariableVector__SWIG_1</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00660"></a><span class="lineno"> 660</span>  </div>
|
|
<div class="line"><a name="l00661"></a><span class="lineno"> 661</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_MPVariableVector__SWIG_2___"</span>)]</div>
|
|
<div class="line"><a name="l00662"></a><span class="lineno"> 662</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a884d0bc45f6f538f7615ccf23c7e5e12">new_MPVariableVector__SWIG_2</a>(<span class="keywordtype">int</span> jarg1);</div>
|
|
<div class="line"><a name="l00663"></a><span class="lineno"> 663</span>  </div>
|
|
<div class="line"><a name="l00664"></a><span class="lineno"> 664</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_getitemcopy___"</span>)]</div>
|
|
<div class="line"><a name="l00665"></a><span class="lineno"> 665</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a69ce3411051ddfb6c388c95dace3b73e">MPVariableVector_getitemcopy</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00666"></a><span class="lineno"> 666</span>  </div>
|
|
<div class="line"><a name="l00667"></a><span class="lineno"> 667</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_getitem___"</span>)]</div>
|
|
<div class="line"><a name="l00668"></a><span class="lineno"> 668</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9d850de94b607356ded509e673a5a454">MPVariableVector_getitem</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00669"></a><span class="lineno"> 669</span>  </div>
|
|
<div class="line"><a name="l00670"></a><span class="lineno"> 670</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_setitem___"</span>)]</div>
|
|
<div class="line"><a name="l00671"></a><span class="lineno"> 671</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0725b65a41a2999994e7757217ad7a52">MPVariableVector_setitem</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00672"></a><span class="lineno"> 672</span>  </div>
|
|
<div class="line"><a name="l00673"></a><span class="lineno"> 673</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_AddRange___"</span>)]</div>
|
|
<div class="line"><a name="l00674"></a><span class="lineno"> 674</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a79acaac5f90dcf4a0e183bfcc9dfaf49">MPVariableVector_AddRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00675"></a><span class="lineno"> 675</span>  </div>
|
|
<div class="line"><a name="l00676"></a><span class="lineno"> 676</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_GetRange___"</span>)]</div>
|
|
<div class="line"><a name="l00677"></a><span class="lineno"> 677</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ae394d7f43546174dfdd53edda3a8563b">MPVariableVector_GetRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00678"></a><span class="lineno"> 678</span>  </div>
|
|
<div class="line"><a name="l00679"></a><span class="lineno"> 679</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_Insert___"</span>)]</div>
|
|
<div class="line"><a name="l00680"></a><span class="lineno"> 680</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6191c4534c6523d8f2dfd1714b7d4c39">MPVariableVector_Insert</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00681"></a><span class="lineno"> 681</span>  </div>
|
|
<div class="line"><a name="l00682"></a><span class="lineno"> 682</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_InsertRange___"</span>)]</div>
|
|
<div class="line"><a name="l00683"></a><span class="lineno"> 683</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3feaefb4d3357bf2d3885b519c71789b">MPVariableVector_InsertRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00684"></a><span class="lineno"> 684</span>  </div>
|
|
<div class="line"><a name="l00685"></a><span class="lineno"> 685</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_RemoveAt___"</span>)]</div>
|
|
<div class="line"><a name="l00686"></a><span class="lineno"> 686</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad697b8eaaa9ee30fedf0bbea20031c58">MPVariableVector_RemoveAt</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00687"></a><span class="lineno"> 687</span>  </div>
|
|
<div class="line"><a name="l00688"></a><span class="lineno"> 688</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_RemoveRange___"</span>)]</div>
|
|
<div class="line"><a name="l00689"></a><span class="lineno"> 689</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a113330350c6df58192e3a9b2e7cb8db8">MPVariableVector_RemoveRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00690"></a><span class="lineno"> 690</span>  </div>
|
|
<div class="line"><a name="l00691"></a><span class="lineno"> 691</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_Repeat___"</span>)]</div>
|
|
<div class="line"><a name="l00692"></a><span class="lineno"> 692</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6684612f75ac677bbb85faa8aa84b8c1">MPVariableVector_Repeat</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00693"></a><span class="lineno"> 693</span>  </div>
|
|
<div class="line"><a name="l00694"></a><span class="lineno"> 694</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_Reverse__SWIG_0___"</span>)]</div>
|
|
<div class="line"><a name="l00695"></a><span class="lineno"> 695</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a95e58d38fc26979bb9edc485e79e8a13">MPVariableVector_Reverse__SWIG_0</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00696"></a><span class="lineno"> 696</span>  </div>
|
|
<div class="line"><a name="l00697"></a><span class="lineno"> 697</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_Reverse__SWIG_1___"</span>)]</div>
|
|
<div class="line"><a name="l00698"></a><span class="lineno"> 698</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a10ae8bb8ecd9b3b1835b09c64108ed8e">MPVariableVector_Reverse__SWIG_1</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00699"></a><span class="lineno"> 699</span>  </div>
|
|
<div class="line"><a name="l00700"></a><span class="lineno"> 700</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_SetRange___"</span>)]</div>
|
|
<div class="line"><a name="l00701"></a><span class="lineno"> 701</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0f84e21510a59ba293c9eead9c8cefca">MPVariableVector_SetRange</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);</div>
|
|
<div class="line"><a name="l00702"></a><span class="lineno"> 702</span>  </div>
|
|
<div class="line"><a name="l00703"></a><span class="lineno"> 703</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_Contains___"</span>)]</div>
|
|
<div class="line"><a name="l00704"></a><span class="lineno"> 704</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0f21c8331484f05baff3db5d687e501d">MPVariableVector_Contains</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00705"></a><span class="lineno"> 705</span>  </div>
|
|
<div class="line"><a name="l00706"></a><span class="lineno"> 706</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_IndexOf___"</span>)]</div>
|
|
<div class="line"><a name="l00707"></a><span class="lineno"> 707</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af7a42e634c6d6547618826cb23b4b45b">MPVariableVector_IndexOf</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00708"></a><span class="lineno"> 708</span>  </div>
|
|
<div class="line"><a name="l00709"></a><span class="lineno"> 709</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_LastIndexOf___"</span>)]</div>
|
|
<div class="line"><a name="l00710"></a><span class="lineno"> 710</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad603d3bc24bb796aa31592de7492ad80">MPVariableVector_LastIndexOf</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00711"></a><span class="lineno"> 711</span>  </div>
|
|
<div class="line"><a name="l00712"></a><span class="lineno"> 712</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPVariableVector_Remove___"</span>)]</div>
|
|
<div class="line"><a name="l00713"></a><span class="lineno"> 713</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4537633332e9080672300debab7d0779">MPVariableVector_Remove</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00714"></a><span class="lineno"> 714</span>  </div>
|
|
<div class="line"><a name="l00715"></a><span class="lineno"> 715</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_delete_MPVariableVector___"</span>)]</div>
|
|
<div class="line"><a name="l00716"></a><span class="lineno"> 716</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1a2c9252a8adf217ee298febba0d7eab">delete_MPVariableVector</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00717"></a><span class="lineno"> 717</span>  </div>
|
|
<div class="line"><a name="l00718"></a><span class="lineno"> 718</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_Solver___"</span>)]</div>
|
|
<div class="line"><a name="l00719"></a><span class="lineno"> 719</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab8592062f0102acdb23ae808c9b84d89">new_Solver</a>(<span class="keywordtype">string</span> jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00720"></a><span class="lineno"> 720</span>  </div>
|
|
<div class="line"><a name="l00721"></a><span class="lineno"> 721</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_delete_Solver___"</span>)]</div>
|
|
<div class="line"><a name="l00722"></a><span class="lineno"> 722</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab00032a70fc817259bb27795aa814637">delete_Solver</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00723"></a><span class="lineno"> 723</span>  </div>
|
|
<div class="line"><a name="l00724"></a><span class="lineno"> 724</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_SupportsProblemType___"</span>)]</div>
|
|
<div class="line"><a name="l00725"></a><span class="lineno"> 725</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a7d330d8ec76e9c58f05f035cad9171ed">Solver_SupportsProblemType</a>(<span class="keywordtype">int</span> jarg1);</div>
|
|
<div class="line"><a name="l00726"></a><span class="lineno"> 726</span>  </div>
|
|
<div class="line"><a name="l00727"></a><span class="lineno"> 727</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_Clear___"</span>)]</div>
|
|
<div class="line"><a name="l00728"></a><span class="lineno"> 728</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ae225d4e3584b4fc0148d43d71ecf5fed">Solver_Clear</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00729"></a><span class="lineno"> 729</span>  </div>
|
|
<div class="line"><a name="l00730"></a><span class="lineno"> 730</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_NumVariables___"</span>)]</div>
|
|
<div class="line"><a name="l00731"></a><span class="lineno"> 731</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aab3c7fb8f3a1e1acb723c6261a4d00fc">Solver_NumVariables</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00732"></a><span class="lineno"> 732</span>  </div>
|
|
<div class="line"><a name="l00733"></a><span class="lineno"> 733</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_variables___"</span>)]</div>
|
|
<div class="line"><a name="l00734"></a><span class="lineno"> 734</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aaddaf690ef1ae4698180fe9fb99754d4">Solver_variables</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00735"></a><span class="lineno"> 735</span>  </div>
|
|
<div class="line"><a name="l00736"></a><span class="lineno"> 736</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_LookupVariableOrNull___"</span>)]</div>
|
|
<div class="line"><a name="l00737"></a><span class="lineno"> 737</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0689b30e1c3f82537f8faa1e91102666">Solver_LookupVariableOrNull</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">string</span> jarg2);</div>
|
|
<div class="line"><a name="l00738"></a><span class="lineno"> 738</span>  </div>
|
|
<div class="line"><a name="l00739"></a><span class="lineno"> 739</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_MakeVar___"</span>)]</div>
|
|
<div class="line"><a name="l00740"></a><span class="lineno"> 740</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3b9232bf4e2aa8ed8792ea956a14a815">Solver_MakeVar</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2, <span class="keywordtype">double</span> jarg3, <span class="keywordtype">bool</span> jarg4, <span class="keywordtype">string</span> jarg5);</div>
|
|
<div class="line"><a name="l00741"></a><span class="lineno"> 741</span>  </div>
|
|
<div class="line"><a name="l00742"></a><span class="lineno"> 742</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_MakeNumVar___"</span>)]</div>
|
|
<div class="line"><a name="l00743"></a><span class="lineno"> 743</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0ac6624007fb3e3bb0571c039bf24328">Solver_MakeNumVar</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2, <span class="keywordtype">double</span> jarg3, <span class="keywordtype">string</span> jarg4);</div>
|
|
<div class="line"><a name="l00744"></a><span class="lineno"> 744</span>  </div>
|
|
<div class="line"><a name="l00745"></a><span class="lineno"> 745</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_MakeIntVar___"</span>)]</div>
|
|
<div class="line"><a name="l00746"></a><span class="lineno"> 746</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab33fd8a859030349d8ef689ae43d9a54">Solver_MakeIntVar</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2, <span class="keywordtype">double</span> jarg3, <span class="keywordtype">string</span> jarg4);</div>
|
|
<div class="line"><a name="l00747"></a><span class="lineno"> 747</span>  </div>
|
|
<div class="line"><a name="l00748"></a><span class="lineno"> 748</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_MakeBoolVar___"</span>)]</div>
|
|
<div class="line"><a name="l00749"></a><span class="lineno"> 749</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aeee1cbddaf3fa1afed8a8928e14cd019">Solver_MakeBoolVar</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">string</span> jarg2);</div>
|
|
<div class="line"><a name="l00750"></a><span class="lineno"> 750</span>  </div>
|
|
<div class="line"><a name="l00751"></a><span class="lineno"> 751</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_NumConstraints___"</span>)]</div>
|
|
<div class="line"><a name="l00752"></a><span class="lineno"> 752</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac6446c27878147c79567920e2227a903">Solver_NumConstraints</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00753"></a><span class="lineno"> 753</span>  </div>
|
|
<div class="line"><a name="l00754"></a><span class="lineno"> 754</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_constraints___"</span>)]</div>
|
|
<div class="line"><a name="l00755"></a><span class="lineno"> 755</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1d9c9d5c5097ce502f8728d41d683de5">Solver_constraints</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00756"></a><span class="lineno"> 756</span>  </div>
|
|
<div class="line"><a name="l00757"></a><span class="lineno"> 757</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_LookupConstraintOrNull___"</span>)]</div>
|
|
<div class="line"><a name="l00758"></a><span class="lineno"> 758</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac0b2b7e14be70e2b3fde0b80bec84baa">Solver_LookupConstraintOrNull</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">string</span> jarg2);</div>
|
|
<div class="line"><a name="l00759"></a><span class="lineno"> 759</span>  </div>
|
|
<div class="line"><a name="l00760"></a><span class="lineno"> 760</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_MakeConstraint__SWIG_0___"</span>)]</div>
|
|
<div class="line"><a name="l00761"></a><span class="lineno"> 761</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a81041c9c0ca179ae5597b21ecae6ece0">Solver_MakeConstraint__SWIG_0</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2, <span class="keywordtype">double</span> jarg3);</div>
|
|
<div class="line"><a name="l00762"></a><span class="lineno"> 762</span>  </div>
|
|
<div class="line"><a name="l00763"></a><span class="lineno"> 763</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_MakeConstraint__SWIG_1___"</span>)]</div>
|
|
<div class="line"><a name="l00764"></a><span class="lineno"> 764</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a491b25da34187fa9455672e2748a777e">Solver_MakeConstraint__SWIG_1</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00765"></a><span class="lineno"> 765</span>  </div>
|
|
<div class="line"><a name="l00766"></a><span class="lineno"> 766</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_MakeConstraint__SWIG_2___"</span>)]</div>
|
|
<div class="line"><a name="l00767"></a><span class="lineno"> 767</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a33d8b2087e0efe9d66dddf8e2fc33b1b">Solver_MakeConstraint__SWIG_2</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2, <span class="keywordtype">double</span> jarg3, <span class="keywordtype">string</span> jarg4);</div>
|
|
<div class="line"><a name="l00768"></a><span class="lineno"> 768</span>  </div>
|
|
<div class="line"><a name="l00769"></a><span class="lineno"> 769</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_MakeConstraint__SWIG_3___"</span>)]</div>
|
|
<div class="line"><a name="l00770"></a><span class="lineno"> 770</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#abbb322321f7c7014416adeb1af971fdc">Solver_MakeConstraint__SWIG_3</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">string</span> jarg2);</div>
|
|
<div class="line"><a name="l00771"></a><span class="lineno"> 771</span>  </div>
|
|
<div class="line"><a name="l00772"></a><span class="lineno"> 772</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_Objective___"</span>)]</div>
|
|
<div class="line"><a name="l00773"></a><span class="lineno"> 773</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a89c77089dad89f3714f8908217a3c0fc">Solver_Objective</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00774"></a><span class="lineno"> 774</span>  </div>
|
|
<div class="line"><a name="l00775"></a><span class="lineno"> 775</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_Solve__SWIG_0___"</span>)]</div>
|
|
<div class="line"><a name="l00776"></a><span class="lineno"> 776</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad895a4eaa73ce5d20be903218c94fd90">Solver_Solve__SWIG_0</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00777"></a><span class="lineno"> 777</span>  </div>
|
|
<div class="line"><a name="l00778"></a><span class="lineno"> 778</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_Solve__SWIG_1___"</span>)]</div>
|
|
<div class="line"><a name="l00779"></a><span class="lineno"> 779</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9338581e630fe85627353727c46c2101">Solver_Solve__SWIG_1</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00780"></a><span class="lineno"> 780</span>  </div>
|
|
<div class="line"><a name="l00781"></a><span class="lineno"> 781</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_ComputeConstraintActivities___"</span>)]</div>
|
|
<div class="line"><a name="l00782"></a><span class="lineno"> 782</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a70fae58e0ab972b34a85d5aa8e561b09">Solver_ComputeConstraintActivities</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00783"></a><span class="lineno"> 783</span>  </div>
|
|
<div class="line"><a name="l00784"></a><span class="lineno"> 784</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_VerifySolution___"</span>)]</div>
|
|
<div class="line"><a name="l00785"></a><span class="lineno"> 785</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a5fb81c5355c152987ff02061e6264161">Solver_VerifySolution</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2, <span class="keywordtype">bool</span> jarg3);</div>
|
|
<div class="line"><a name="l00786"></a><span class="lineno"> 786</span>  </div>
|
|
<div class="line"><a name="l00787"></a><span class="lineno"> 787</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_Reset___"</span>)]</div>
|
|
<div class="line"><a name="l00788"></a><span class="lineno"> 788</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aec183704726592b4ef8b0a9caf6ffc16">Solver_Reset</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00789"></a><span class="lineno"> 789</span>  </div>
|
|
<div class="line"><a name="l00790"></a><span class="lineno"> 790</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_InterruptSolve___"</span>)]</div>
|
|
<div class="line"><a name="l00791"></a><span class="lineno"> 791</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1869aca80d1c1095b483f69a15e5e838">Solver_InterruptSolve</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00792"></a><span class="lineno"> 792</span>  </div>
|
|
<div class="line"><a name="l00793"></a><span class="lineno"> 793</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_SetSolverSpecificParametersAsString___"</span>)]</div>
|
|
<div class="line"><a name="l00794"></a><span class="lineno"> 794</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1c3d1f923e81cceeceb6b940f4ad9ffe">Solver_SetSolverSpecificParametersAsString</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">string</span> jarg2);</div>
|
|
<div class="line"><a name="l00795"></a><span class="lineno"> 795</span>  </div>
|
|
<div class="line"><a name="l00796"></a><span class="lineno"> 796</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_EnableOutput___"</span>)]</div>
|
|
<div class="line"><a name="l00797"></a><span class="lineno"> 797</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#afa4a75ab72dd275685724e6cdc79cb90">Solver_EnableOutput</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00798"></a><span class="lineno"> 798</span>  </div>
|
|
<div class="line"><a name="l00799"></a><span class="lineno"> 799</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_SuppressOutput___"</span>)]</div>
|
|
<div class="line"><a name="l00800"></a><span class="lineno"> 800</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#acd1978525d32108060b7e7b56a78866a">Solver_SuppressOutput</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00801"></a><span class="lineno"> 801</span>  </div>
|
|
<div class="line"><a name="l00802"></a><span class="lineno"> 802</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_Iterations___"</span>)]</div>
|
|
<div class="line"><a name="l00803"></a><span class="lineno"> 803</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0f190eb39c5827a279e04c14ce0f0251">Solver_Iterations</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00804"></a><span class="lineno"> 804</span>  </div>
|
|
<div class="line"><a name="l00805"></a><span class="lineno"> 805</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_Nodes___"</span>)]</div>
|
|
<div class="line"><a name="l00806"></a><span class="lineno"> 806</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9c4e8126752899f0f1a3664b52d8aadd">Solver_Nodes</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00807"></a><span class="lineno"> 807</span>  </div>
|
|
<div class="line"><a name="l00808"></a><span class="lineno"> 808</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_ComputeExactConditionNumber___"</span>)]</div>
|
|
<div class="line"><a name="l00809"></a><span class="lineno"> 809</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a54c2693279e50f9f666f6cde1c8d0f31">Solver_ComputeExactConditionNumber</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00810"></a><span class="lineno"> 810</span>  </div>
|
|
<div class="line"><a name="l00811"></a><span class="lineno"> 811</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_SetTimeLimit___"</span>)]</div>
|
|
<div class="line"><a name="l00812"></a><span class="lineno"> 812</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0cb14d80ceff19e8e84688e6c7d01baf">Solver_SetTimeLimit</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">long</span> jarg2);</div>
|
|
<div class="line"><a name="l00813"></a><span class="lineno"> 813</span>  </div>
|
|
<div class="line"><a name="l00814"></a><span class="lineno"> 814</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_WallTime___"</span>)]</div>
|
|
<div class="line"><a name="l00815"></a><span class="lineno"> 815</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af29d5554eeda50032e4e3e47117514f3">Solver_WallTime</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00816"></a><span class="lineno"> 816</span>  </div>
|
|
<div class="line"><a name="l00817"></a><span class="lineno"> 817</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_ExportModelAsLpFormat___"</span>)]</div>
|
|
<div class="line"><a name="l00818"></a><span class="lineno"> 818</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">string</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac4e847545809faaf22c9760fa1fa38cb">Solver_ExportModelAsLpFormat</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">bool</span> jarg2);</div>
|
|
<div class="line"><a name="l00819"></a><span class="lineno"> 819</span>  </div>
|
|
<div class="line"><a name="l00820"></a><span class="lineno"> 820</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_ExportModelAsMpsFormat___"</span>)]</div>
|
|
<div class="line"><a name="l00821"></a><span class="lineno"> 821</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">string</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab6d32c064ef3d402626dd9d3a0bdcba9">Solver_ExportModelAsMpsFormat</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">bool</span> jarg2, <span class="keywordtype">bool</span> jarg3);</div>
|
|
<div class="line"><a name="l00822"></a><span class="lineno"> 822</span>  </div>
|
|
<div class="line"><a name="l00823"></a><span class="lineno"> 823</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_SetHint___"</span>)]</div>
|
|
<div class="line"><a name="l00824"></a><span class="lineno"> 824</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4b563b996c96e8dd68e4da1b3e1c0028">Solver_SetHint</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, <span class="keywordtype">int</span> length3, <span class="keywordtype">double</span>[] jarg3);</div>
|
|
<div class="line"><a name="l00825"></a><span class="lineno"> 825</span>  </div>
|
|
<div class="line"><a name="l00826"></a><span class="lineno"> 826</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Solver_SetNumThreads___"</span>)]</div>
|
|
<div class="line"><a name="l00827"></a><span class="lineno"> 827</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a82384efafdc448ceecf566837ce39ba0">Solver_SetNumThreads</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00828"></a><span class="lineno"> 828</span>  </div>
|
|
<div class="line"><a name="l00829"></a><span class="lineno"> 829</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Objective_Clear___"</span>)]</div>
|
|
<div class="line"><a name="l00830"></a><span class="lineno"> 830</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a909eed9656149def1a74dc8b7843ef96">Objective_Clear</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00831"></a><span class="lineno"> 831</span>  </div>
|
|
<div class="line"><a name="l00832"></a><span class="lineno"> 832</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Objective_SetCoefficient___"</span>)]</div>
|
|
<div class="line"><a name="l00833"></a><span class="lineno"> 833</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a946b493fdef7c1151e196805acc5825d">Objective_SetCoefficient</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, <span class="keywordtype">double</span> jarg3);</div>
|
|
<div class="line"><a name="l00834"></a><span class="lineno"> 834</span>  </div>
|
|
<div class="line"><a name="l00835"></a><span class="lineno"> 835</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Objective_GetCoefficient___"</span>)]</div>
|
|
<div class="line"><a name="l00836"></a><span class="lineno"> 836</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad5579f754f5a362f9b80c113c3791386">Objective_GetCoefficient</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00837"></a><span class="lineno"> 837</span>  </div>
|
|
<div class="line"><a name="l00838"></a><span class="lineno"> 838</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Objective_SetOffset___"</span>)]</div>
|
|
<div class="line"><a name="l00839"></a><span class="lineno"> 839</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0016131c34fce9da69bda384d3a16c1f">Objective_SetOffset</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2);</div>
|
|
<div class="line"><a name="l00840"></a><span class="lineno"> 840</span>  </div>
|
|
<div class="line"><a name="l00841"></a><span class="lineno"> 841</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Objective_Offset___"</span>)]</div>
|
|
<div class="line"><a name="l00842"></a><span class="lineno"> 842</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0a017c7bbcd4c7adfd2c5605592039a8">Objective_Offset</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00843"></a><span class="lineno"> 843</span>  </div>
|
|
<div class="line"><a name="l00844"></a><span class="lineno"> 844</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Objective_SetOptimizationDirection___"</span>)]</div>
|
|
<div class="line"><a name="l00845"></a><span class="lineno"> 845</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9298df7a3273d12dd00899d94810dcde">Objective_SetOptimizationDirection</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">bool</span> jarg2);</div>
|
|
<div class="line"><a name="l00846"></a><span class="lineno"> 846</span>  </div>
|
|
<div class="line"><a name="l00847"></a><span class="lineno"> 847</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Objective_SetMinimization___"</span>)]</div>
|
|
<div class="line"><a name="l00848"></a><span class="lineno"> 848</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a5d916734430735499bdab277643271e1">Objective_SetMinimization</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00849"></a><span class="lineno"> 849</span>  </div>
|
|
<div class="line"><a name="l00850"></a><span class="lineno"> 850</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Objective_SetMaximization___"</span>)]</div>
|
|
<div class="line"><a name="l00851"></a><span class="lineno"> 851</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ae0555b1f27d932f8db175cd8d4af95b8">Objective_SetMaximization</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00852"></a><span class="lineno"> 852</span>  </div>
|
|
<div class="line"><a name="l00853"></a><span class="lineno"> 853</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Objective_Maximization___"</span>)]</div>
|
|
<div class="line"><a name="l00854"></a><span class="lineno"> 854</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aac2bdbba0dee08b327a92628c4c38005">Objective_Maximization</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00855"></a><span class="lineno"> 855</span>  </div>
|
|
<div class="line"><a name="l00856"></a><span class="lineno"> 856</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Objective_Minimization___"</span>)]</div>
|
|
<div class="line"><a name="l00857"></a><span class="lineno"> 857</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa031272462f54065e14f034b9d336f34">Objective_Minimization</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00858"></a><span class="lineno"> 858</span>  </div>
|
|
<div class="line"><a name="l00859"></a><span class="lineno"> 859</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Objective_Value___"</span>)]</div>
|
|
<div class="line"><a name="l00860"></a><span class="lineno"> 860</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3ec82b0413414f3b31189baf48cdb0e1">Objective_Value</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00861"></a><span class="lineno"> 861</span>  </div>
|
|
<div class="line"><a name="l00862"></a><span class="lineno"> 862</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Objective_BestBound___"</span>)]</div>
|
|
<div class="line"><a name="l00863"></a><span class="lineno"> 863</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a536c6fa9c55b557f2175028412174607">Objective_BestBound</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00864"></a><span class="lineno"> 864</span>  </div>
|
|
<div class="line"><a name="l00865"></a><span class="lineno"> 865</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_delete_Objective___"</span>)]</div>
|
|
<div class="line"><a name="l00866"></a><span class="lineno"> 866</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a5335de541986250a745d2997bc7b050a">delete_Objective</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00867"></a><span class="lineno"> 867</span>  </div>
|
|
<div class="line"><a name="l00868"></a><span class="lineno"> 868</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Variable_Name___"</span>)]</div>
|
|
<div class="line"><a name="l00869"></a><span class="lineno"> 869</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">string</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab080519b8244f2ecfce32cef10518c7f">Variable_Name</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00870"></a><span class="lineno"> 870</span>  </div>
|
|
<div class="line"><a name="l00871"></a><span class="lineno"> 871</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Variable_SetInteger___"</span>)]</div>
|
|
<div class="line"><a name="l00872"></a><span class="lineno"> 872</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a04c10f8d88d9c13cc580ce35b31d1d52">Variable_SetInteger</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">bool</span> jarg2);</div>
|
|
<div class="line"><a name="l00873"></a><span class="lineno"> 873</span>  </div>
|
|
<div class="line"><a name="l00874"></a><span class="lineno"> 874</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Variable_SolutionValue___"</span>)]</div>
|
|
<div class="line"><a name="l00875"></a><span class="lineno"> 875</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6f45805cb8c7623f0dfdb29825a7192b">Variable_SolutionValue</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00876"></a><span class="lineno"> 876</span>  </div>
|
|
<div class="line"><a name="l00877"></a><span class="lineno"> 877</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Variable_Lb___"</span>)]</div>
|
|
<div class="line"><a name="l00878"></a><span class="lineno"> 878</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4119f54f3f71ca4933f859c5400eaf2f">Variable_Lb</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00879"></a><span class="lineno"> 879</span>  </div>
|
|
<div class="line"><a name="l00880"></a><span class="lineno"> 880</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Variable_Ub___"</span>)]</div>
|
|
<div class="line"><a name="l00881"></a><span class="lineno"> 881</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6ddeb4da685857733ca41293a0fa1833">Variable_Ub</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00882"></a><span class="lineno"> 882</span>  </div>
|
|
<div class="line"><a name="l00883"></a><span class="lineno"> 883</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Variable_SetLb___"</span>)]</div>
|
|
<div class="line"><a name="l00884"></a><span class="lineno"> 884</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a416e77aca2006005eb63bc7d86091650">Variable_SetLb</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2);</div>
|
|
<div class="line"><a name="l00885"></a><span class="lineno"> 885</span>  </div>
|
|
<div class="line"><a name="l00886"></a><span class="lineno"> 886</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Variable_SetUb___"</span>)]</div>
|
|
<div class="line"><a name="l00887"></a><span class="lineno"> 887</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a601d24f9674ff64b77799becb5006acc">Variable_SetUb</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2);</div>
|
|
<div class="line"><a name="l00888"></a><span class="lineno"> 888</span>  </div>
|
|
<div class="line"><a name="l00889"></a><span class="lineno"> 889</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Variable_SetBounds___"</span>)]</div>
|
|
<div class="line"><a name="l00890"></a><span class="lineno"> 890</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a2c1c93c62d98f812c85b75ba2c92d019">Variable_SetBounds</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2, <span class="keywordtype">double</span> jarg3);</div>
|
|
<div class="line"><a name="l00891"></a><span class="lineno"> 891</span>  </div>
|
|
<div class="line"><a name="l00892"></a><span class="lineno"> 892</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Variable_ReducedCost___"</span>)]</div>
|
|
<div class="line"><a name="l00893"></a><span class="lineno"> 893</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad37641eb3a4f54acc93dcb6226f47c28">Variable_ReducedCost</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00894"></a><span class="lineno"> 894</span>  </div>
|
|
<div class="line"><a name="l00895"></a><span class="lineno"> 895</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Variable_BasisStatus___"</span>)]</div>
|
|
<div class="line"><a name="l00896"></a><span class="lineno"> 896</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa4dc5521aa093c19e866a8c34c499ddc">Variable_BasisStatus</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00897"></a><span class="lineno"> 897</span>  </div>
|
|
<div class="line"><a name="l00898"></a><span class="lineno"> 898</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_delete_Variable___"</span>)]</div>
|
|
<div class="line"><a name="l00899"></a><span class="lineno"> 899</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad24064af013761e6f68026035b53db40">delete_Variable</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00900"></a><span class="lineno"> 900</span>  </div>
|
|
<div class="line"><a name="l00901"></a><span class="lineno"> 901</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Constraint_Name___"</span>)]</div>
|
|
<div class="line"><a name="l00902"></a><span class="lineno"> 902</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">string</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a927fb8640fe72f2403f0ffabd0f5960c">Constraint_Name</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00903"></a><span class="lineno"> 903</span>  </div>
|
|
<div class="line"><a name="l00904"></a><span class="lineno"> 904</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Constraint_SetCoefficient___"</span>)]</div>
|
|
<div class="line"><a name="l00905"></a><span class="lineno"> 905</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a93ff05365f8f44cba24f7e099b86a22c">Constraint_SetCoefficient</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, <span class="keywordtype">double</span> jarg3);</div>
|
|
<div class="line"><a name="l00906"></a><span class="lineno"> 906</span>  </div>
|
|
<div class="line"><a name="l00907"></a><span class="lineno"> 907</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Constraint_GetCoefficient___"</span>)]</div>
|
|
<div class="line"><a name="l00908"></a><span class="lineno"> 908</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a8939e695fcc184cfc99f419b9321e1d1">Constraint_GetCoefficient</a>(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);</div>
|
|
<div class="line"><a name="l00909"></a><span class="lineno"> 909</span>  </div>
|
|
<div class="line"><a name="l00910"></a><span class="lineno"> 910</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Constraint_Lb___"</span>)]</div>
|
|
<div class="line"><a name="l00911"></a><span class="lineno"> 911</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa65130d9a2c941bb0b6c5dc34137f8f9">Constraint_Lb</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00912"></a><span class="lineno"> 912</span>  </div>
|
|
<div class="line"><a name="l00913"></a><span class="lineno"> 913</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Constraint_Ub___"</span>)]</div>
|
|
<div class="line"><a name="l00914"></a><span class="lineno"> 914</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aeeeb957f3b193bcf9489619f6657b712">Constraint_Ub</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00915"></a><span class="lineno"> 915</span>  </div>
|
|
<div class="line"><a name="l00916"></a><span class="lineno"> 916</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Constraint_SetLb___"</span>)]</div>
|
|
<div class="line"><a name="l00917"></a><span class="lineno"> 917</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a62c20c58cc4f7dffc2ed572e02344124">Constraint_SetLb</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2);</div>
|
|
<div class="line"><a name="l00918"></a><span class="lineno"> 918</span>  </div>
|
|
<div class="line"><a name="l00919"></a><span class="lineno"> 919</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Constraint_SetUb___"</span>)]</div>
|
|
<div class="line"><a name="l00920"></a><span class="lineno"> 920</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af1bce548ee669fdf5f5cdf070a4da32e">Constraint_SetUb</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2);</div>
|
|
<div class="line"><a name="l00921"></a><span class="lineno"> 921</span>  </div>
|
|
<div class="line"><a name="l00922"></a><span class="lineno"> 922</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Constraint_SetBounds___"</span>)]</div>
|
|
<div class="line"><a name="l00923"></a><span class="lineno"> 923</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6309c0afc203e0ab3adaec8c05b9dd1a">Constraint_SetBounds</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">double</span> jarg2, <span class="keywordtype">double</span> jarg3);</div>
|
|
<div class="line"><a name="l00924"></a><span class="lineno"> 924</span>  </div>
|
|
<div class="line"><a name="l00925"></a><span class="lineno"> 925</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Constraint_IsLazy___"</span>)]</div>
|
|
<div class="line"><a name="l00926"></a><span class="lineno"> 926</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a416eaa57bc7639ed8a781e25feebd1fa">Constraint_IsLazy</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00927"></a><span class="lineno"> 927</span>  </div>
|
|
<div class="line"><a name="l00928"></a><span class="lineno"> 928</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Constraint_SetIsLazy___"</span>)]</div>
|
|
<div class="line"><a name="l00929"></a><span class="lineno"> 929</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a68fcc78b15e3000ae9beaa30eb824aaf">Constraint_SetIsLazy</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">bool</span> jarg2);</div>
|
|
<div class="line"><a name="l00930"></a><span class="lineno"> 930</span>  </div>
|
|
<div class="line"><a name="l00931"></a><span class="lineno"> 931</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Constraint_Index___"</span>)]</div>
|
|
<div class="line"><a name="l00932"></a><span class="lineno"> 932</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#adca46eef3ae9c134943dbb01c422a4a8">Constraint_Index</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00933"></a><span class="lineno"> 933</span>  </div>
|
|
<div class="line"><a name="l00934"></a><span class="lineno"> 934</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Constraint_DualValue___"</span>)]</div>
|
|
<div class="line"><a name="l00935"></a><span class="lineno"> 935</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa0797651aac20c5efde7e3c15b0fed10">Constraint_DualValue</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00936"></a><span class="lineno"> 936</span>  </div>
|
|
<div class="line"><a name="l00937"></a><span class="lineno"> 937</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_Constraint_BasisStatus___"</span>)]</div>
|
|
<div class="line"><a name="l00938"></a><span class="lineno"> 938</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a2ac5b767fc0cfccea486361885980142">Constraint_BasisStatus</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00939"></a><span class="lineno"> 939</span>  </div>
|
|
<div class="line"><a name="l00940"></a><span class="lineno"> 940</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_delete_Constraint___"</span>)]</div>
|
|
<div class="line"><a name="l00941"></a><span class="lineno"> 941</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af928f7857bad3c2b0610838eff4f8830">delete_Constraint</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00942"></a><span class="lineno"> 942</span>  </div>
|
|
<div class="line"><a name="l00943"></a><span class="lineno"> 943</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPSolverParameters_kDefaultRelativeMipGap_get___"</span>)]</div>
|
|
<div class="line"><a name="l00944"></a><span class="lineno"> 944</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a21abf66b2052cec9ba48b96250e89221">MPSolverParameters_kDefaultRelativeMipGap_get</a>();</div>
|
|
<div class="line"><a name="l00945"></a><span class="lineno"> 945</span>  </div>
|
|
<div class="line"><a name="l00946"></a><span class="lineno"> 946</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPSolverParameters_kDefaultPrimalTolerance_get___"</span>)]</div>
|
|
<div class="line"><a name="l00947"></a><span class="lineno"> 947</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab16e2c33724196fe35d5136f4c435401">MPSolverParameters_kDefaultPrimalTolerance_get</a>();</div>
|
|
<div class="line"><a name="l00948"></a><span class="lineno"> 948</span>  </div>
|
|
<div class="line"><a name="l00949"></a><span class="lineno"> 949</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPSolverParameters_kDefaultDualTolerance_get___"</span>)]</div>
|
|
<div class="line"><a name="l00950"></a><span class="lineno"> 950</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a7628ce7d45c9533bb01aa12988c6ebe7">MPSolverParameters_kDefaultDualTolerance_get</a>();</div>
|
|
<div class="line"><a name="l00951"></a><span class="lineno"> 951</span>  </div>
|
|
<div class="line"><a name="l00952"></a><span class="lineno"> 952</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPSolverParameters_kDefaultPresolve_get___"</span>)]</div>
|
|
<div class="line"><a name="l00953"></a><span class="lineno"> 953</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a40358c6806c4045f8c9383b50d830f4f">MPSolverParameters_kDefaultPresolve_get</a>();</div>
|
|
<div class="line"><a name="l00954"></a><span class="lineno"> 954</span>  </div>
|
|
<div class="line"><a name="l00955"></a><span class="lineno"> 955</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPSolverParameters_kDefaultIncrementality_get___"</span>)]</div>
|
|
<div class="line"><a name="l00956"></a><span class="lineno"> 956</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab78c1fc23265118c25613c280869537a">MPSolverParameters_kDefaultIncrementality_get</a>();</div>
|
|
<div class="line"><a name="l00957"></a><span class="lineno"> 957</span>  </div>
|
|
<div class="line"><a name="l00958"></a><span class="lineno"> 958</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_new_MPSolverParameters___"</span>)]</div>
|
|
<div class="line"><a name="l00959"></a><span class="lineno"> 959</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> global::System.IntPtr <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a580139174e7e734420591a47b230d437">new_MPSolverParameters</a>();</div>
|
|
<div class="line"><a name="l00960"></a><span class="lineno"> 960</span>  </div>
|
|
<div class="line"><a name="l00961"></a><span class="lineno"> 961</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPSolverParameters_SetDoubleParam___"</span>)]</div>
|
|
<div class="line"><a name="l00962"></a><span class="lineno"> 962</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ace3c6af6389b4e91ef807d40bd6a36d6">MPSolverParameters_SetDoubleParam</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">double</span> jarg3);</div>
|
|
<div class="line"><a name="l00963"></a><span class="lineno"> 963</span>  </div>
|
|
<div class="line"><a name="l00964"></a><span class="lineno"> 964</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPSolverParameters_SetIntegerParam___"</span>)]</div>
|
|
<div class="line"><a name="l00965"></a><span class="lineno"> 965</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4f3c61d7d494ef5114cd54a0d0186f60">MPSolverParameters_SetIntegerParam</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2, <span class="keywordtype">int</span> jarg3);</div>
|
|
<div class="line"><a name="l00966"></a><span class="lineno"> 966</span>  </div>
|
|
<div class="line"><a name="l00967"></a><span class="lineno"> 967</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPSolverParameters_GetDoubleParam___"</span>)]</div>
|
|
<div class="line"><a name="l00968"></a><span class="lineno"> 968</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4aa939bb66d1b1c207f9e74fc62569df">MPSolverParameters_GetDoubleParam</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00969"></a><span class="lineno"> 969</span>  </div>
|
|
<div class="line"><a name="l00970"></a><span class="lineno"> 970</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_MPSolverParameters_GetIntegerParam___"</span>)]</div>
|
|
<div class="line"><a name="l00971"></a><span class="lineno"> 971</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9f43f91a5dccfda87fbfd832232bf4fc">MPSolverParameters_GetIntegerParam</a>(global::System.Runtime.InteropServices.HandleRef jarg1, <span class="keywordtype">int</span> jarg2);</div>
|
|
<div class="line"><a name="l00972"></a><span class="lineno"> 972</span>  </div>
|
|
<div class="line"><a name="l00973"></a><span class="lineno"> 973</span>  [global::System.Runtime.InteropServices.DllImport(<span class="stringliteral">"google-ortools-native"</span>, EntryPoint=<span class="stringliteral">"CSharp_GooglefOrToolsfLinearSolver_delete_MPSolverParameters___"</span>)]</div>
|
|
<div class="line"><a name="l00974"></a><span class="lineno"> 974</span>  <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a017f8f6c767c255b9a9cb1ee4ebea302">delete_MPSolverParameters</a>(global::System.Runtime.InteropServices.HandleRef jarg1);</div>
|
|
<div class="line"><a name="l00975"></a><span class="lineno"> 975</span> }</div>
|
|
<div class="line"><a name="l00976"></a><span class="lineno"> 976</span>  </div>
|
|
<div class="line"><a name="l00977"></a><span class="lineno"> 977</span> }</div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a149bab8fe5ef5e48faae81724dd958d7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a149bab8fe5ef5e48faae81724dd958d7">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_Reverse__SWIG_1</a></div><div class="ttdeci">static void DoubleVector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a90a21aea05e51380d982f1809678ec9f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a90a21aea05e51380d982f1809678ec9f">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr DoubleVector_Repeat(double jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_abbb322321f7c7014416adeb1af971fdc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#abbb322321f7c7014416adeb1af971fdc">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_MakeConstraint__SWIG_3</a></div><div class="ttdeci">static global::System.IntPtr Solver_MakeConstraint__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a06ee073c401f9f192fa34218ce1027af"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a06ee073c401f9f192fa34218ce1027af">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_Int64Vector__SWIG_2</a></div><div class="ttdeci">static global::System.IntPtr new_Int64Vector__SWIG_2(int jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_adca46eef3ae9c134943dbb01c422a4a8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#adca46eef3ae9c134943dbb01c422a4a8">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_Index</a></div><div class="ttdeci">static int Constraint_Index(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_af702138912515191c8a1649e06b61038"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af702138912515191c8a1649e06b61038">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVector_size</a></div><div class="ttdeci">static uint IntVector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ab33fd8a859030349d8ef689ae43d9a54"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab33fd8a859030349d8ef689ae43d9a54">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_MakeIntVar</a></div><div class="ttdeci">static global::System.IntPtr Solver_MakeIntVar(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, string jarg4)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa287dfc848fac0d73b860fe5c505e36f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa287dfc848fac0d73b860fe5c505e36f">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_getitem</a></div><div class="ttdeci">static double DoubleVector_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa9fc45dcef4cb197488dded0979af710"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa9fc45dcef4cb197488dded0979af710">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_LastIndexOf</a></div><div class="ttdeci">static int DoubleVector_LastIndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a7afdded5ba8201b423d8d065aecbf860"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a7afdded5ba8201b423d8d065aecbf860">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.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="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a4537633332e9080672300debab7d0779"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4537633332e9080672300debab7d0779">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_Remove</a></div><div class="ttdeci">static bool MPVariableVector_Remove(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a8939e695fcc184cfc99f419b9321e1d1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a8939e695fcc184cfc99f419b9321e1d1">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_GetCoefficient</a></div><div class="ttdeci">static double Constraint_GetCoefficient(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a416eaa57bc7639ed8a781e25feebd1fa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a416eaa57bc7639ed8a781e25feebd1fa">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_IsLazy</a></div><div class="ttdeci">static bool Constraint_IsLazy(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ab48dec3ebde7e72c63b11a55431cdb51"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab48dec3ebde7e72c63b11a55431cdb51">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_IndexOf</a></div><div class="ttdeci">static int MPConstraintVector_IndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ad249558c474ff5a69276b6828d9e0550"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad249558c474ff5a69276b6828d9e0550">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVector_Clear</a></div><div class="ttdeci">static void IntVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a0c084f1eb9f1fc716b036a9e79715203"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0c084f1eb9f1fc716b036a9e79715203">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_Add</a></div><div class="ttdeci">static void IntVectorVector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a9298df7a3273d12dd00899d94810dcde"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9298df7a3273d12dd00899d94810dcde">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Objective_SetOptimizationDirection</a></div><div class="ttdeci">static void Objective_SetOptimizationDirection(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ac97adf871836877171901550becea325"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac97adf871836877171901550becea325">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_IntVectorVector__SWIG_2</a></div><div class="ttdeci">static global::System.IntPtr new_IntVectorVector__SWIG_2(int jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ac26c2a3ca4daf9ce28463b20ee2f0198"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac26c2a3ca4daf9ce28463b20ee2f0198">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_capacity</a></div><div class="ttdeci">static uint Int64VectorVector_capacity(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a491b25da34187fa9455672e2748a777e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a491b25da34187fa9455672e2748a777e">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_MakeConstraint__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr Solver_MakeConstraint__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a0cb14d80ceff19e8e84688e6c7d01baf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0cb14d80ceff19e8e84688e6c7d01baf">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_SetTimeLimit</a></div><div class="ttdeci">static void Solver_SetTimeLimit(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a6684612f75ac677bbb85faa8aa84b8c1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6684612f75ac677bbb85faa8aa84b8c1">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr MPVariableVector_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_af29d5554eeda50032e4e3e47117514f3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af29d5554eeda50032e4e3e47117514f3">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_WallTime</a></div><div class="ttdeci">static long Solver_WallTime(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a485b9b0106e15c0987e29a2ed1b1085b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a485b9b0106e15c0987e29a2ed1b1085b">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.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="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_af7a42e634c6d6547618826cb23b4b45b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af7a42e634c6d6547618826cb23b4b45b">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_IndexOf</a></div><div class="ttdeci">static int MPVariableVector_IndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a6191c4534c6523d8f2dfd1714b7d4c39"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6191c4534c6523d8f2dfd1714b7d4c39">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_Insert</a></div><div class="ttdeci">static void MPVariableVector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a498606300b2c3de7b764880396b70dd4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a498606300b2c3de7b764880396b70dd4">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_Int64VectorVector__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr new_Int64VectorVector__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a632d2b02345699bcb049acb4c944f8df"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a632d2b02345699bcb049acb4c944f8df">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_reserve</a></div><div class="ttdeci">static void Int64VectorVector_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a10ae8bb8ecd9b3b1835b09c64108ed8e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a10ae8bb8ecd9b3b1835b09c64108ed8e">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_Reverse__SWIG_1</a></div><div class="ttdeci">static void MPVariableVector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ab823a6294db2d4e15526ecfeb93f93ee"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab823a6294db2d4e15526ecfeb93f93ee">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.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="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a0ac6624007fb3e3bb0571c039bf24328"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0ac6624007fb3e3bb0571c039bf24328">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_MakeNumVar</a></div><div class="ttdeci">static global::System.IntPtr Solver_MakeNumVar(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, string jarg4)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a7269f523a13554988f1683d5cdc98a6c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a7269f523a13554988f1683d5cdc98a6c">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.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="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_accb5bdc6cb26acf2c0436f2f112a7faa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#accb5bdc6cb26acf2c0436f2f112a7faa">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_Reverse__SWIG_1</a></div><div class="ttdeci">static void MPConstraintVector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a7628ce7d45c9533bb01aa12988c6ebe7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a7628ce7d45c9533bb01aa12988c6ebe7">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPSolverParameters_kDefaultDualTolerance_get</a></div><div class="ttdeci">static double MPSolverParameters_kDefaultDualTolerance_get()</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a580139174e7e734420591a47b230d437"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a580139174e7e734420591a47b230d437">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_MPSolverParameters</a></div><div class="ttdeci">static global::System.IntPtr new_MPSolverParameters()</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ad5579f754f5a362f9b80c113c3791386"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad5579f754f5a362f9b80c113c3791386">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Objective_GetCoefficient</a></div><div class="ttdeci">static double Objective_GetCoefficient(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a5fb81c5355c152987ff02061e6264161"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a5fb81c5355c152987ff02061e6264161">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_VerifySolution</a></div><div class="ttdeci">static bool Solver_VerifySolution(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, bool jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a1ad568e71cbeb420b182fde16dde8fd0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1ad568e71cbeb420b182fde16dde8fd0">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_Int64Vector__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr new_Int64Vector__SWIG_0()</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a40358c6806c4045f8c9383b50d830f4f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a40358c6806c4045f8c9383b50d830f4f">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPSolverParameters_kDefaultPresolve_get</a></div><div class="ttdeci">static int MPSolverParameters_kDefaultPresolve_get()</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ab506ce339dfa1938abd5a62cc9da8ac9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab506ce339dfa1938abd5a62cc9da8ac9">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_Remove</a></div><div class="ttdeci">static bool DoubleVector_Remove(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a3a2c8c3dae8e06578930c49232a9ab13"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3a2c8c3dae8e06578930c49232a9ab13">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_getitem</a></div><div class="ttdeci">static global::System.IntPtr IntVectorVector_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_adbddd9f3b49251697fa119791f90d511"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#adbddd9f3b49251697fa119791f90d511">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_RemoveRange</a></div><div class="ttdeci">static void MPConstraintVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a33d8b2087e0efe9d66dddf8e2fc33b1b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a33d8b2087e0efe9d66dddf8e2fc33b1b">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_MakeConstraint__SWIG_2</a></div><div class="ttdeci">static global::System.IntPtr Solver_MakeConstraint__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, string jarg4)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a5d9e4597a286add0fdf67de3946f6098"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a5d9e4597a286add0fdf67de3946f6098">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_capacity</a></div><div class="ttdeci">static uint Int64Vector_capacity(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a1a2c9252a8adf217ee298febba0d7eab"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1a2c9252a8adf217ee298febba0d7eab">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.delete_MPVariableVector</a></div><div class="ttdeci">static void delete_MPVariableVector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a9497e83ef9e733b32f0e77a07338c293"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9497e83ef9e733b32f0e77a07338c293">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_InsertRange</a></div><div class="ttdeci">static void Int64Vector_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aac2bdbba0dee08b327a92628c4c38005"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aac2bdbba0dee08b327a92628c4c38005">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Objective_Maximization</a></div><div class="ttdeci">static bool Objective_Maximization(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ad2b2931b667c33462fba562f109d6482"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad2b2931b667c33462fba562f109d6482">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_Reverse__SWIG_1</a></div><div class="ttdeci">static void Int64Vector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa0797651aac20c5efde7e3c15b0fed10"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa0797651aac20c5efde7e3c15b0fed10">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_DualValue</a></div><div class="ttdeci">static double Constraint_DualValue(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a2c499efbb78d0ada8274953096229f4a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a2c499efbb78d0ada8274953096229f4a">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_Clear</a></div><div class="ttdeci">static void IntVectorVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a4119f54f3f71ca4933f859c5400eaf2f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4119f54f3f71ca4933f859c5400eaf2f">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_Lb</a></div><div class="ttdeci">static double Variable_Lb(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a9c4e8126752899f0f1a3664b52d8aadd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9c4e8126752899f0f1a3664b52d8aadd">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_Nodes</a></div><div class="ttdeci">static long Solver_Nodes(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a90e339f6ca4160475d43d19be8b7c740"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a90e339f6ca4160475d43d19be8b7c740">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr IntVector_Repeat(int jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a0f21c8331484f05baff3db5d687e501d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0f21c8331484f05baff3db5d687e501d">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_Contains</a></div><div class="ttdeci">static bool MPVariableVector_Contains(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a8099f2edb6d125144bb2592f6367de93"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a8099f2edb6d125144bb2592f6367de93">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr Int64Vector_Repeat(long jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.SWIGExceptionHelper</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__linear__solverPINVOKE_8cs_source.html#l00015">operations_research_linear_solverPINVOKE.cs:15</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ad66ae0904923affc3e716e1fa8c9bdf2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad66ae0904923affc3e716e1fa8c9bdf2">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr MPConstraintVector_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ae394d7f43546174dfdd53edda3a8563b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ae394d7f43546174dfdd53edda3a8563b">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr MPVariableVector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a10e8c00f9159fb440806e6763ac56fc3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a10e8c00f9159fb440806e6763ac56fc3">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.delete_DoubleVector</a></div><div class="ttdeci">static void delete_DoubleVector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a762f148c85108a97e266b9d9d6216f2a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a762f148c85108a97e266b9d9d6216f2a">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.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="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ac0b2b7e14be70e2b3fde0b80bec84baa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac0b2b7e14be70e2b3fde0b80bec84baa">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_LookupConstraintOrNull</a></div><div class="ttdeci">static global::System.IntPtr Solver_LookupConstraintOrNull(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a09c8f78e2696affea3d1cbf83895c1f7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a09c8f78e2696affea3d1cbf83895c1f7">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_MPConstraintVector__SWIG_2</a></div><div class="ttdeci">static global::System.IntPtr new_MPConstraintVector__SWIG_2(int jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException_html_a7c98814d2667a9273c95e975fd320b6c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.SWIGPendingException.Pending</a></div><div class="ttdeci">static bool Pending</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__linear__solverPINVOKE_8cs_source.html#l00133">operations_research_linear_solverPINVOKE.cs:133</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aaadfbcefcdd59f02cb10e50a5a2a1ef6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aaadfbcefcdd59f02cb10e50a5a2a1ef6">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_Clear</a></div><div class="ttdeci">static void Int64Vector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper_html_a9514dd03c52ea4b929bed32e2011ef50"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a9514dd03c52ea4b929bed32e2011ef50">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_operations_research_linear_solver</a></div><div class="ttdeci">static void SWIGRegisterExceptionCallbacks_operations_research_linear_solver(ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a74303fc542df60f4eaaa7e1bdfffe21a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a74303fc542df60f4eaaa7e1bdfffe21a">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.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="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a9338581e630fe85627353727c46c2101"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9338581e630fe85627353727c46c2101">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_Solve__SWIG_1</a></div><div class="ttdeci">static int Solver_Solve__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a0689b30e1c3f82537f8faa1e91102666"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0689b30e1c3f82537f8faa1e91102666">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_LookupVariableOrNull</a></div><div class="ttdeci">static global::System.IntPtr Solver_LookupVariableOrNull(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ab78c1fc23265118c25613c280869537a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab78c1fc23265118c25613c280869537a">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPSolverParameters_kDefaultIncrementality_get</a></div><div class="ttdeci">static int MPSolverParameters_kDefaultIncrementality_get()</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_abf2176438b5caed925efd5ebcf2bdf0f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#abf2176438b5caed925efd5ebcf2bdf0f">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_Reverse__SWIG_1</a></div><div class="ttdeci">static void Int64VectorVector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a639404ff9318abb5cfa862f60388fc19"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a639404ff9318abb5cfa862f60388fc19">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_Int64VectorVector__SWIG_2</a></div><div class="ttdeci">static global::System.IntPtr new_Int64VectorVector__SWIG_2(int jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a483d6d2978590696934b698a416e252f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a483d6d2978590696934b698a416e252f">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_AddRange</a></div><div class="ttdeci">static void Int64VectorVector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ab8592062f0102acdb23ae808c9b84d89"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab8592062f0102acdb23ae808c9b84d89">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_Solver</a></div><div class="ttdeci">static global::System.IntPtr new_Solver(string jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aac98e540e1c3c1fcf6ff5b7b3be91e2e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aac98e540e1c3c1fcf6ff5b7b3be91e2e">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_getitemcopy</a></div><div class="ttdeci">static long Int64Vector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a2ac5b767fc0cfccea486361885980142"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a2ac5b767fc0cfccea486361885980142">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_BasisStatus</a></div><div class="ttdeci">static int Constraint_BasisStatus(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ab80e72c0f84c7a6fa7769c0b01b4d374"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab80e72c0f84c7a6fa7769c0b01b4d374">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_MPConstraintVector__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr new_MPConstraintVector__SWIG_0()</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a3e3bcfe931dc5b997fea187aca6afb7d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3e3bcfe931dc5b997fea187aca6afb7d">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_Clear</a></div><div class="ttdeci">static void MPVariableVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a0016131c34fce9da69bda384d3a16c1f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0016131c34fce9da69bda384d3a16c1f">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Objective_SetOffset</a></div><div class="ttdeci">static void Objective_SetOffset(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a0725b65a41a2999994e7757217ad7a52"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0725b65a41a2999994e7757217ad7a52">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_setitem</a></div><div class="ttdeci">static void MPVariableVector_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a84868d8a7ab61ce62124f150db974146"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a84868d8a7ab61ce62124f150db974146">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_getitemcopy</a></div><div class="ttdeci">static double DoubleVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGStringHelper_html_a09806292f70eb61f70057ee6fd528c34"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGStringHelper.html#a09806292f70eb61f70057ee6fd528c34">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.SWIGStringHelper.SWIGStringDelegate</a></div><div class="ttdeci">delegate string SWIGStringDelegate(string message)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ab080519b8244f2ecfce32cef10518c7f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab080519b8244f2ecfce32cef10518c7f">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_Name</a></div><div class="ttdeci">static string Variable_Name(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a3a935cc1000a8aef1af5120f4d8a294c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3a935cc1000a8aef1af5120f4d8a294c">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.swigStringHelper</a></div><div class="ttdeci">static SWIGStringHelper swigStringHelper</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__linear__solverPINVOKE_8cs_source.html#l00189">operations_research_linear_solverPINVOKE.cs:189</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ada939bf6fd83a59e65d7a33b530d3252"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ada939bf6fd83a59e65d7a33b530d3252">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_RemoveRange</a></div><div class="ttdeci">static void Int64VectorVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aed5ab929fcc0b1d5967123271b825278"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aed5ab929fcc0b1d5967123271b825278">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_Remove</a></div><div class="ttdeci">static bool Int64Vector_Remove(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__linear__solverPINVOKE_8cs_source.html#l00013">operations_research_linear_solverPINVOKE.cs:13</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ab6d32c064ef3d402626dd9d3a0bdcba9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab6d32c064ef3d402626dd9d3a0bdcba9">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_ExportModelAsMpsFormat</a></div><div class="ttdeci">static string Solver_ExportModelAsMpsFormat(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2, bool jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aab3c7fb8f3a1e1acb723c6261a4d00fc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aab3c7fb8f3a1e1acb723c6261a4d00fc">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_NumVariables</a></div><div class="ttdeci">static int Solver_NumVariables(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a6064c676090726b8e7fbd281b7f9b842"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6064c676090726b8e7fbd281b7f9b842">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_InsertRange</a></div><div class="ttdeci">static void MPConstraintVector_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a997125b05075028eb3bc3a9c66184923"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a997125b05075028eb3bc3a9c66184923">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.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="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa8c2ae125f18d615ef54ae75e6760b42"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa8c2ae125f18d615ef54ae75e6760b42">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr MPConstraintVector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ad895a4eaa73ce5d20be903218c94fd90"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad895a4eaa73ce5d20be903218c94fd90">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_Solve__SWIG_0</a></div><div class="ttdeci">static int Solver_Solve__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a8db507f8dde8bac898078a6ce5abe377"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a8db507f8dde8bac898078a6ce5abe377">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_Int64VectorVector__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr new_Int64VectorVector__SWIG_0()</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a5d916734430735499bdab277643271e1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a5d916734430735499bdab277643271e1">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Objective_SetMinimization</a></div><div class="ttdeci">static void Objective_SetMinimization(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa0d11cd4aa8259837e77d34b7e5dd0a3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa0d11cd4aa8259837e77d34b7e5dd0a3">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.delete_IntVector</a></div><div class="ttdeci">static void delete_IntVector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_acf3e2940d6df7ad6cbcc23f46f9225af"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#acf3e2940d6df7ad6cbcc23f46f9225af">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_Reverse__SWIG_1</a></div><div class="ttdeci">static void IntVectorVector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aaddaf690ef1ae4698180fe9fb99754d4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aaddaf690ef1ae4698180fe9fb99754d4">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_variables</a></div><div class="ttdeci">static global::System.IntPtr Solver_variables(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a79acaac5f90dcf4a0e183bfcc9dfaf49"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a79acaac5f90dcf4a0e183bfcc9dfaf49">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_AddRange</a></div><div class="ttdeci">static void MPVariableVector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a113330350c6df58192e3a9b2e7cb8db8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a113330350c6df58192e3a9b2e7cb8db8">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_RemoveRange</a></div><div class="ttdeci">static void MPVariableVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_abe3874bed1729a98473deba5556e3614"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#abe3874bed1729a98473deba5556e3614">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_RemoveAt</a></div><div class="ttdeci">static void Int64VectorVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a54c2693279e50f9f666f6cde1c8d0f31"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a54c2693279e50f9f666f6cde1c8d0f31">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_ComputeExactConditionNumber</a></div><div class="ttdeci">static double Solver_ComputeExactConditionNumber(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ad697b8eaaa9ee30fedf0bbea20031c58"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad697b8eaaa9ee30fedf0bbea20031c58">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_RemoveAt</a></div><div class="ttdeci">static void MPVariableVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a3ecdaac9840954cd44031621d1bdc60d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3ecdaac9840954cd44031621d1bdc60d">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_reserve</a></div><div class="ttdeci">static void MPVariableVector_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a85b7657eb589d5c1169c705f635cf0d9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a85b7657eb589d5c1169c705f635cf0d9">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.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="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a0104efc39e5607a291b8d2448f03460a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0104efc39e5607a291b8d2448f03460a">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr DoubleVector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a8d6f85a1e57a222cd32a01b18fc543d4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a8d6f85a1e57a222cd32a01b18fc543d4">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_Reverse__SWIG_0</a></div><div class="ttdeci">static void MPConstraintVector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a62d49f2d8ce2dda9c4592e5b93bc2c3d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a62d49f2d8ce2dda9c4592e5b93bc2c3d">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_Reverse__SWIG_0</a></div><div class="ttdeci">static void Int64Vector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a6e12315700c8e5f45d4ed18457814f97"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6e12315700c8e5f45d4ed18457814f97">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_getitemcopy</a></div><div class="ttdeci">static global::System.IntPtr IntVectorVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a927fb8640fe72f2403f0ffabd0f5960c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a927fb8640fe72f2403f0ffabd0f5960c">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_Name</a></div><div class="ttdeci">static string Constraint_Name(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a54552ffa274e1112a23df9cc32cc6dbf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a54552ffa274e1112a23df9cc32cc6dbf">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_SetRange</a></div><div class="ttdeci">static void Int64Vector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a884d0bc45f6f538f7615ccf23c7e5e12"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a884d0bc45f6f538f7615ccf23c7e5e12">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_MPVariableVector__SWIG_2</a></div><div class="ttdeci">static global::System.IntPtr new_MPVariableVector__SWIG_2(int jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aed3f8e7ad0ae7061012937e06905ca00"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aed3f8e7ad0ae7061012937e06905ca00">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_Reverse__SWIG_0</a></div><div class="ttdeci">static void IntVectorVector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a9fa0f9bb6d582539969865d058d29740"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9fa0f9bb6d582539969865d058d29740">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_setitem</a></div><div class="ttdeci">static void Int64Vector_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, long jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a3b9232bf4e2aa8ed8792ea956a14a815"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3b9232bf4e2aa8ed8792ea956a14a815">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_MakeVar</a></div><div class="ttdeci">static global::System.IntPtr Solver_MakeVar(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, bool jarg4, string jarg5)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a44afedc9b16129a40cd484568b0529c8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a44afedc9b16129a40cd484568b0529c8">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_SetRange</a></div><div class="ttdeci">static void Int64VectorVector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa5157144d18a048a8123c8da3cbe9262"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa5157144d18a048a8123c8da3cbe9262">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.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="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a6654d6aac7760004cfc337f1208edc5e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6654d6aac7760004cfc337f1208edc5e">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.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="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_adf3ecd3fe7a8719f0edeb58ca4b09fae"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#adf3ecd3fe7a8719f0edeb58ca4b09fae">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_IndexOf</a></div><div class="ttdeci">static int DoubleVector_IndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a48f865868549489d7dd119097d5dbce3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a48f865868549489d7dd119097d5dbce3">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_getitem</a></div><div class="ttdeci">static global::System.IntPtr Int64VectorVector_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a601d24f9674ff64b77799becb5006acc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a601d24f9674ff64b77799becb5006acc">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_SetUb</a></div><div class="ttdeci">static void Variable_SetUb(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_abc6e167902129093c1cf03171d27dfe8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#abc6e167902129093c1cf03171d27dfe8">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_RemoveRange</a></div><div class="ttdeci">static void IntVectorVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a33c486c93005bfdf2776face5694d20e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a33c486c93005bfdf2776face5694d20e">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_setitem</a></div><div class="ttdeci">static void Int64VectorVector_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ae225d4e3584b4fc0148d43d71ecf5fed"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ae225d4e3584b4fc0148d43d71ecf5fed">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_Clear</a></div><div class="ttdeci">static void Solver_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a38f07157ad795abc0982de585487585b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a38f07157ad795abc0982de585487585b">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_RemoveAt</a></div><div class="ttdeci">static void DoubleVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a67cfaf44bfd5837f1cc6f5513ab8b32c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a67cfaf44bfd5837f1cc6f5513ab8b32c">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_Contains</a></div><div class="ttdeci">static bool MPConstraintVector_Contains(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a4b7f368a056882260fd09f37bdd17dd4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4b7f368a056882260fd09f37bdd17dd4">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_Add</a></div><div class="ttdeci">static void MPConstraintVector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_af4fe6c69c6dad6abd21cc1b54ba34b5e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af4fe6c69c6dad6abd21cc1b54ba34b5e">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_RemoveRange</a></div><div class="ttdeci">static void Int64Vector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a3c02cc5b7f814c5807ae09d534bb0ac2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3c02cc5b7f814c5807ae09d534bb0ac2">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.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="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a536c6fa9c55b557f2175028412174607"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a536c6fa9c55b557f2175028412174607">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Objective_BestBound</a></div><div class="ttdeci">static double Objective_BestBound(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a69ce3411051ddfb6c388c95dace3b73e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a69ce3411051ddfb6c388c95dace3b73e">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_getitemcopy</a></div><div class="ttdeci">static global::System.IntPtr MPVariableVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a2845feb3b53a92f53f6baef2dbcc6fb9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a2845feb3b53a92f53f6baef2dbcc6fb9">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_DoubleVector__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr new_DoubleVector__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a5ec4feb6fb0770629bc0e5da35715336"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a5ec4feb6fb0770629bc0e5da35715336">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_AddRange</a></div><div class="ttdeci">static void Int64Vector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a68fcc78b15e3000ae9beaa30eb824aaf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a68fcc78b15e3000ae9beaa30eb824aaf">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_SetIsLazy</a></div><div class="ttdeci">static void Constraint_SetIsLazy(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a3ec82b0413414f3b31189baf48cdb0e1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3ec82b0413414f3b31189baf48cdb0e1">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Objective_Value</a></div><div class="ttdeci">static double Objective_Value(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a3cfad07c4cf2774d8c2f01987c5e6cf9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3cfad07c4cf2774d8c2f01987c5e6cf9">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_capacity</a></div><div class="ttdeci">static uint DoubleVector_capacity(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a764982b5eb8a7ef30a30be16bda97001"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a764982b5eb8a7ef30a30be16bda97001">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.swigExceptionHelper</a></div><div class="ttdeci">static SWIGExceptionHelper swigExceptionHelper</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__linear__solverPINVOKE_8cs_source.html#l00125">operations_research_linear_solverPINVOKE.cs:125</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a95e58d38fc26979bb9edc485e79e8a13"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a95e58d38fc26979bb9edc485e79e8a13">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_Reverse__SWIG_0</a></div><div class="ttdeci">static void MPVariableVector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a583dde6d0982d42854c6b097482db2c0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a583dde6d0982d42854c6b097482db2c0">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_Remove</a></div><div class="ttdeci">static bool MPConstraintVector_Remove(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a142527dca223680f7f551a8c50ed12aa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a142527dca223680f7f551a8c50ed12aa">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVector_Remove</a></div><div class="ttdeci">static bool IntVector_Remove(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a4aa939bb66d1b1c207f9e74fc62569df"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4aa939bb66d1b1c207f9e74fc62569df">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPSolverParameters_GetDoubleParam</a></div><div class="ttdeci">static double MPSolverParameters_GetDoubleParam(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aec183704726592b4ef8b0a9caf6ffc16"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aec183704726592b4ef8b0a9caf6ffc16">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_Reset</a></div><div class="ttdeci">static void Solver_Reset(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a416e77aca2006005eb63bc7d86091650"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a416e77aca2006005eb63bc7d86091650">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_SetLb</a></div><div class="ttdeci">static void Variable_SetLb(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper_html_a343877a57000420d1077e5437bb40617"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a343877a57000420d1077e5437bb40617">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacksArgument_operations_research_linear_solver</a></div><div class="ttdeci">static void SWIGRegisterExceptionCallbacksArgument_operations_research_linear_solver(ExceptionArgumentDelegate argumentDelegate, ExceptionArgumentDelegate argumentNullDelegate, ExceptionArgumentDelegate argumentOutOfRangeDelegate)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ac7cce93b4da6ad042e356cffefeae82c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac7cce93b4da6ad042e356cffefeae82c">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_Contains</a></div><div class="ttdeci">static bool Int64Vector_Contains(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a35191a41ae781952b85a05db77589dd6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a35191a41ae781952b85a05db77589dd6">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_RemoveAt</a></div><div class="ttdeci">static void Int64Vector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a40f2956d7943441deaff4949e5ae9cc2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a40f2956d7943441deaff4949e5ae9cc2">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.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="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a204cfe81db3d40c7d9fff872c1c947ba"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a204cfe81db3d40c7d9fff872c1c947ba">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_size</a></div><div class="ttdeci">static uint Int64Vector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a9540f5b6a47347800450181fa699fa16"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9540f5b6a47347800450181fa699fa16">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_SetRange</a></div><div class="ttdeci">static void IntVectorVector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ae247c9b851f820803a44960b253935c0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ae247c9b851f820803a44960b253935c0">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_size</a></div><div class="ttdeci">static uint MPVariableVector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a017f8f6c767c255b9a9cb1ee4ebea302"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a017f8f6c767c255b9a9cb1ee4ebea302">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.delete_MPSolverParameters</a></div><div class="ttdeci">static void delete_MPSolverParameters(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a1d9c9d5c5097ce502f8728d41d683de5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1d9c9d5c5097ce502f8728d41d683de5">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_constraints</a></div><div class="ttdeci">static global::System.IntPtr Solver_constraints(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a89c77089dad89f3714f8908217a3c0fc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a89c77089dad89f3714f8908217a3c0fc">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_Objective</a></div><div class="ttdeci">static global::System.IntPtr Solver_Objective(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a62c20c58cc4f7dffc2ed572e02344124"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a62c20c58cc4f7dffc2ed572e02344124">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_SetLb</a></div><div class="ttdeci">static void Constraint_SetLb(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a31cec18130a3652c32a0251f631c1366"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a31cec18130a3652c32a0251f631c1366">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_Add</a></div><div class="ttdeci">static void Int64Vector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_acbea25516efaea8f9e83f9c1e7299e3f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#acbea25516efaea8f9e83f9c1e7299e3f">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.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="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a50a91b3c2d66626584cacc61dbbe01dd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a50a91b3c2d66626584cacc61dbbe01dd">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_Add</a></div><div class="ttdeci">static void Int64VectorVector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ad9396001cf828ad22cc74e3d65c11102"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad9396001cf828ad22cc74e3d65c11102">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.delete_MPConstraintVector</a></div><div class="ttdeci">static void delete_MPConstraintVector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_af15253337996e45a48cf2f0c9a0c718b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af15253337996e45a48cf2f0c9a0c718b">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr IntVectorVector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a0f190eb39c5827a279e04c14ce0f0251"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0f190eb39c5827a279e04c14ce0f0251">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_Iterations</a></div><div class="ttdeci">static long Solver_Iterations(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a8c8b2d1fe9517a02ce7a4466b6fb2dbe"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a8c8b2d1fe9517a02ce7a4466b6fb2dbe">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVector_setitem</a></div><div class="ttdeci">static void IntVector_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a93c9a2027daac32fa414bc9d9f2ae6e8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a93c9a2027daac32fa414bc9d9f2ae6e8">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_Clear</a></div><div class="ttdeci">static void DoubleVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ae0555b1f27d932f8db175cd8d4af95b8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ae0555b1f27d932f8db175cd8d4af95b8">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Objective_SetMaximization</a></div><div class="ttdeci">static void Objective_SetMaximization(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ac1be2b28c3f8cec87bd782907a9758be"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac1be2b28c3f8cec87bd782907a9758be">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_reserve</a></div><div class="ttdeci">static void IntVectorVector_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aff9bba488555202c02a3eb4f40a571ae"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aff9bba488555202c02a3eb4f40a571ae">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_IntVector__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr new_IntVector__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a82384efafdc448ceecf566837ce39ba0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a82384efafdc448ceecf566837ce39ba0">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_SetNumThreads</a></div><div class="ttdeci">static bool Solver_SetNumThreads(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ade97dbca368700199deeaa3aa17d6562"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ade97dbca368700199deeaa3aa17d6562">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_InsertRange</a></div><div class="ttdeci">static void DoubleVector_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a78ce1137358da199407aaef526e783b6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a78ce1137358da199407aaef526e783b6">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_Insert</a></div><div class="ttdeci">static void Int64Vector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, long jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.SWIGPendingException</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__linear__solverPINVOKE_8cs_source.html#l00127">operations_research_linear_solverPINVOKE.cs:127</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a688b2dc648b21224d8aa71d623b9405a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a688b2dc648b21224d8aa71d623b9405a">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_IntVectorVector__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr new_IntVectorVector__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ad55b30e4682ea4a02aa89d4cda1bc2ba"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad55b30e4682ea4a02aa89d4cda1bc2ba">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.delete_Int64Vector</a></div><div class="ttdeci">static void delete_Int64Vector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a07180e6ae2334b900556e35be5768325"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a07180e6ae2334b900556e35be5768325">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_size</a></div><div class="ttdeci">static uint MPConstraintVector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ab63ccaeed49883a8a98045686766c5a5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab63ccaeed49883a8a98045686766c5a5">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_IntVectorVector__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr new_IntVectorVector__SWIG_0()</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_afd4d5cbcd26b62997dc7b6413a8fe6c5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#afd4d5cbcd26b62997dc7b6413a8fe6c5">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_size</a></div><div class="ttdeci">static uint IntVectorVector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a055292b643c85f40e233337641ab32e0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a055292b643c85f40e233337641ab32e0">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_size</a></div><div class="ttdeci">static uint DoubleVector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ae2a6e65db18c737cdf6edae4a9471b6b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ae2a6e65db18c737cdf6edae4a9471b6b">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_LastIndexOf</a></div><div class="ttdeci">static int MPConstraintVector_LastIndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a35fb1dd7dba9d889d337eef78b01e9e7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a35fb1dd7dba9d889d337eef78b01e9e7">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_setitem</a></div><div class="ttdeci">static void DoubleVector_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, double jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a2f3be4b56d668163b2ba386d3b0efa01"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a2f3be4b56d668163b2ba386d3b0efa01">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr Int64VectorVector_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a93ff05365f8f44cba24f7e099b86a22c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a93ff05365f8f44cba24f7e099b86a22c">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_SetCoefficient</a></div><div class="ttdeci">static void Constraint_SetCoefficient(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a1231dc8ba13b6aee2029fdc86d1615c6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1231dc8ba13b6aee2029fdc86d1615c6">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.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="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa348ebb01f5bebafe57a97121330cb7c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa348ebb01f5bebafe57a97121330cb7c">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_DoubleVector__SWIG_2</a></div><div class="ttdeci">static global::System.IntPtr new_DoubleVector__SWIG_2(int jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_abf9e3bb16c73a0e7dc8cae5af4b876c9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#abf9e3bb16c73a0e7dc8cae5af4b876c9">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_RemoveAt</a></div><div class="ttdeci">static void MPConstraintVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a1c3d1f923e81cceeceb6b940f4ad9ffe"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1c3d1f923e81cceeceb6b940f4ad9ffe">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_SetSolverSpecificParametersAsString</a></div><div class="ttdeci">static bool Solver_SetSolverSpecificParametersAsString(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa1fe47c0b0788b13836e144f585cad44"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa1fe47c0b0788b13836e144f585cad44">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr IntVectorVector_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException_html_a82baf4e1ebc3af6128595ba8a17034c6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a82baf4e1ebc3af6128595ba8a17034c6">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.SWIGPendingException.Set</a></div><div class="ttdeci">static void Set(global::System.Exception e)</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__linear__solverPINVOKE_8cs_source.html#l00143">operations_research_linear_solverPINVOKE.cs:143</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ac4e847545809faaf22c9760fa1fa38cb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac4e847545809faaf22c9760fa1fa38cb">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_ExportModelAsLpFormat</a></div><div class="ttdeci">static string Solver_ExportModelAsLpFormat(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ac9f42950d180e920d1adf31724f0b259"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac9f42950d180e920d1adf31724f0b259">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_Reverse__SWIG_0</a></div><div class="ttdeci">static void DoubleVector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a708b88239fd437cd6bed68ecd57089c9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a708b88239fd437cd6bed68ecd57089c9">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_Insert</a></div><div class="ttdeci">static void IntVectorVector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a9c6f4bc3ecf6f003da4504703e4de5cd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9c6f4bc3ecf6f003da4504703e4de5cd">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_setitem</a></div><div class="ttdeci">static void MPConstraintVector_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a7c5ec3981d8ac77917461c4223dc1031"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a7c5ec3981d8ac77917461c4223dc1031">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_Insert</a></div><div class="ttdeci">static void Int64VectorVector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a3d56d0a3411fea60d7252be6d1721478"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3d56d0a3411fea60d7252be6d1721478">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_MPVariableVector__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr new_MPVariableVector__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a30d1dc523d95e442fdbe86d3ba9071db"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a30d1dc523d95e442fdbe86d3ba9071db">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_InsertRange</a></div><div class="ttdeci">static void Int64VectorVector_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a7d330d8ec76e9c58f05f035cad9171ed"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a7d330d8ec76e9c58f05f035cad9171ed">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_SupportsProblemType</a></div><div class="ttdeci">static bool Solver_SupportsProblemType(int jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a2fe551579de52f080568949706ff922b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a2fe551579de52f080568949706ff922b">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_capacity</a></div><div class="ttdeci">static uint IntVectorVector_capacity(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper_html_a2f7b42fc9e57300a8dea7054b35cf1b9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a2f7b42fc9e57300a8dea7054b35cf1b9">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.SWIGExceptionHelper.ExceptionDelegate</a></div><div class="ttdeci">delegate void ExceptionDelegate(string message)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aeeeb957f3b193bcf9489619f6657b712"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aeeeb957f3b193bcf9489619f6657b712">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_Ub</a></div><div class="ttdeci">static double Constraint_Ub(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa65130d9a2c941bb0b6c5dc34137f8f9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa65130d9a2c941bb0b6c5dc34137f8f9">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_Lb</a></div><div class="ttdeci">static double Constraint_Lb(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_af928f7857bad3c2b0610838eff4f8830"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af928f7857bad3c2b0610838eff4f8830">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.delete_Constraint</a></div><div class="ttdeci">static void delete_Constraint(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a0b4e28bd80857600c66831f376598052"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0b4e28bd80857600c66831f376598052">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.delete_Int64VectorVector</a></div><div class="ttdeci">static void delete_Int64VectorVector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ac541fddc62eed52865b7b3be542a8e6c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac541fddc62eed52865b7b3be542a8e6c">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVector_capacity</a></div><div class="ttdeci">static uint IntVector_capacity(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_acfaa8f37b490f48cabb80013a02cbe82"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#acfaa8f37b490f48cabb80013a02cbe82">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_setitem</a></div><div class="ttdeci">static void IntVectorVector_setitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="anamespaceGoogle_1_1OrTools_1_1LinearSolver_html"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1LinearSolver.html">Google.OrTools.LinearSolver</a></div><div class="ttdef"><b>Definition:</b> <a href="linear__solver_2Constraint_8cs_source.html#l00011">linear_solver/Constraint.cs:11</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa031272462f54065e14f034b9d336f34"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa031272462f54065e14f034b9d336f34">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Objective_Minimization</a></div><div class="ttdeci">static bool Objective_Minimization(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a314dc3f66639c41c63d452cf68e61b2e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a314dc3f66639c41c63d452cf68e61b2e">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_reserve</a></div><div class="ttdeci">static void Int64Vector_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a3feaefb4d3357bf2d3885b519c71789b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3feaefb4d3357bf2d3885b519c71789b">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_InsertRange</a></div><div class="ttdeci">static void MPVariableVector_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a9d850de94b607356ded509e673a5a454"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9d850de94b607356ded509e673a5a454">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_getitem</a></div><div class="ttdeci">static global::System.IntPtr MPVariableVector_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a349fa42ae38cc60091852c81c9a18209"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a349fa42ae38cc60091852c81c9a18209">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_RemoveRange</a></div><div class="ttdeci">static void DoubleVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a2d2ee8120f05c7708b40838c42961d86"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a2d2ee8120f05c7708b40838c42961d86">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_MPVariableVector__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr new_MPVariableVector__SWIG_0()</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_afdf1edaa367f73e1a5538b3f2f78816a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#afdf1edaa367f73e1a5538b3f2f78816a">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_IntVector__SWIG_2</a></div><div class="ttdeci">static global::System.IntPtr new_IntVector__SWIG_2(int jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGStringHelper_html_aef4f16365d83b1d89815a95ef48a0003"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGStringHelper.html#aef4f16365d83b1d89815a95ef48a0003">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.SWIGStringHelper.SWIGRegisterStringCallback_operations_research_linear_solver</a></div><div class="ttdeci">static void SWIGRegisterStringCallback_operations_research_linear_solver(SWIGStringDelegate stringDelegate)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper_html_a11886f6ea7069976960a49740509e6cf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGExceptionHelper.html#a11886f6ea7069976960a49740509e6cf">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.SWIGExceptionHelper.ExceptionArgumentDelegate</a></div><div class="ttdeci">delegate void ExceptionArgumentDelegate(string message, string paramName)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a4b563b996c96e8dd68e4da1b3e1c0028"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4b563b996c96e8dd68e4da1b3e1c0028">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_SetHint</a></div><div class="ttdeci">static void Solver_SetHint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int length3, double[] jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a9ae4ef4989a891c99f4813c8d0205694"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9ae4ef4989a891c99f4813c8d0205694">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_reserve</a></div><div class="ttdeci">static void DoubleVector_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a318ee4505df40c47be69f8e35e7cd16e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a318ee4505df40c47be69f8e35e7cd16e">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr Int64Vector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ac47dccba8aa8c25bb1bd55c4c4064163"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac47dccba8aa8c25bb1bd55c4c4064163">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_getitem</a></div><div class="ttdeci">static global::System.IntPtr MPConstraintVector_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a57d7bd03e7295a12868e15076b1ceee8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a57d7bd03e7295a12868e15076b1ceee8">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_size</a></div><div class="ttdeci">static uint Int64VectorVector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException_html_a99561aa89dd816ba2dd85af036e32227"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.SWIGPendingException.Retrieve</a></div><div class="ttdeci">static global::System.Exception Retrieve()</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__linear__solverPINVOKE_8cs_source.html#l00152">operations_research_linear_solverPINVOKE.cs:152</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a6ddf3a3c7f6804ee7c9bfe835abfe29f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6ddf3a3c7f6804ee7c9bfe835abfe29f">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_Clear</a></div><div class="ttdeci">static void Int64VectorVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a5335de541986250a745d2997bc7b050a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a5335de541986250a745d2997bc7b050a">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.delete_Objective</a></div><div class="ttdeci">static void delete_Objective(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_afecd35d16029a5fac503ef60a8898b84"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#afecd35d16029a5fac503ef60a8898b84">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_Contains</a></div><div class="ttdeci">static bool DoubleVector_Contains(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a6ddeb4da685857733ca41293a0fa1833"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6ddeb4da685857733ca41293a0fa1833">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_Ub</a></div><div class="ttdeci">static double Variable_Ub(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a0f84e21510a59ba293c9eead9c8cefca"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0f84e21510a59ba293c9eead9c8cefca">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_SetRange</a></div><div class="ttdeci">static void MPVariableVector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a1aefb5a46b64f31dfad242f0e8e6b069"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1aefb5a46b64f31dfad242f0e8e6b069">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_MPConstraintVector__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr new_MPConstraintVector__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a81041c9c0ca179ae5597b21ecae6ece0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a81041c9c0ca179ae5597b21ecae6ece0">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_MakeConstraint__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr Solver_MakeConstraint__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aadf57e08e07cbdacc83ebe3023656b09"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aadf57e08e07cbdacc83ebe3023656b09">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_capacity</a></div><div class="ttdeci">static uint MPVariableVector_capacity(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a83826f0b05a0cc7d97906d24d08cdb19"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a83826f0b05a0cc7d97906d24d08cdb19">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_getitemcopy</a></div><div class="ttdeci">static global::System.IntPtr MPConstraintVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a70fae58e0ab972b34a85d5aa8e561b09"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a70fae58e0ab972b34a85d5aa8e561b09">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_ComputeConstraintActivities</a></div><div class="ttdeci">static global::System.IntPtr Solver_ComputeConstraintActivities(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a0a017c7bbcd4c7adfd2c5605592039a8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0a017c7bbcd4c7adfd2c5605592039a8">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Objective_Offset</a></div><div class="ttdeci">static double Objective_Offset(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a9f43f91a5dccfda87fbfd832232bf4fc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9f43f91a5dccfda87fbfd832232bf4fc">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPSolverParameters_GetIntegerParam</a></div><div class="ttdeci">static int MPSolverParameters_GetIntegerParam(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ab7c769ae629ce8608263e93d43c0d6be"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab7c769ae629ce8608263e93d43c0d6be">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr Int64VectorVector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ab00032a70fc817259bb27795aa814637"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab00032a70fc817259bb27795aa814637">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.delete_Solver</a></div><div class="ttdeci">static void delete_Solver(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a385d9763e76c00d3af6049a5dd2cbc1b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a385d9763e76c00d3af6049a5dd2cbc1b">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_LastIndexOf</a></div><div class="ttdeci">static int Int64Vector_LastIndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGStringHelper_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGStringHelper.html">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.SWIGStringHelper</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__linear__solverPINVOKE_8cs_source.html#l00172">operations_research_linear_solverPINVOKE.cs:172</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a04c10f8d88d9c13cc580ce35b31d1d52"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a04c10f8d88d9c13cc580ce35b31d1d52">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_SetInteger</a></div><div class="ttdeci">static void Variable_SetInteger(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ac987a9a84870ed98c95b8b0315f67835"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac987a9a84870ed98c95b8b0315f67835">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_reserve</a></div><div class="ttdeci">static void MPConstraintVector_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_af1bce548ee669fdf5f5cdf070a4da32e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af1bce548ee669fdf5f5cdf070a4da32e">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_SetUb</a></div><div class="ttdeci">static void Constraint_SetUb(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a4e405aa96080d2270a10067d70c7fff8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4e405aa96080d2270a10067d70c7fff8">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_SetRange</a></div><div class="ttdeci">static void DoubleVector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a1869aca80d1c1095b483f69a15e5e838"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1869aca80d1c1095b483f69a15e5e838">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_InterruptSolve</a></div><div class="ttdeci">static bool Solver_InterruptSolve(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ace3c6af6389b4e91ef807d40bd6a36d6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ace3c6af6389b4e91ef807d40bd6a36d6">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPSolverParameters_SetDoubleParam</a></div><div class="ttdeci">static void MPSolverParameters_SetDoubleParam(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, double jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a51fd5c4dec3044cb0cbb49af5841273a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a51fd5c4dec3044cb0cbb49af5841273a">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_getitem</a></div><div class="ttdeci">static long Int64Vector_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a2c1c93c62d98f812c85b75ba2c92d019"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a2c1c93c62d98f812c85b75ba2c92d019">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_SetBounds</a></div><div class="ttdeci">static void Variable_SetBounds(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a1c22569bf32fc4ca974833a584bc1617"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1c22569bf32fc4ca974833a584bc1617">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_Add</a></div><div class="ttdeci">static void DoubleVector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a21b26eb211db6e206dab215d066845e2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a21b26eb211db6e206dab215d066845e2">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_IntVector__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr new_IntVector__SWIG_0()</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a62ae9c188ffc955a68ea56e863deb047"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a62ae9c188ffc955a68ea56e863deb047">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_AddRange</a></div><div class="ttdeci">static void IntVectorVector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a66c51a628b1dd2904fb8ead08d77e663"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a66c51a628b1dd2904fb8ead08d77e663">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64Vector_IndexOf</a></div><div class="ttdeci">static int Int64Vector_IndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a373c7fdd46a0c31f4d5ac411e0e310b1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a373c7fdd46a0c31f4d5ac411e0e310b1">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_RemoveAt</a></div><div class="ttdeci">static void IntVectorVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_afa4a75ab72dd275685724e6cdc79cb90"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#afa4a75ab72dd275685724e6cdc79cb90">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_EnableOutput</a></div><div class="ttdeci">static void Solver_EnableOutput(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a04b333b0e2b8208ef61f6325766ae0c9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a04b333b0e2b8208ef61f6325766ae0c9">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_Int64Vector__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr new_Int64Vector__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a08c432e2540e6cd5b62d1e91f9662b08"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a08c432e2540e6cd5b62d1e91f9662b08">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.delete_IntVectorVector</a></div><div class="ttdeci">static void delete_IntVectorVector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a4990f10fa406469bef24ed25f70a87ec"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4990f10fa406469bef24ed25f70a87ec">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_getitemcopy</a></div><div class="ttdeci">static global::System.IntPtr Int64VectorVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a0cb4a51295e4f8faf0fd1bc83d5d5118"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0cb4a51295e4f8faf0fd1bc83d5d5118">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_Insert</a></div><div class="ttdeci">static void DoubleVector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, double jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a7867db8b7faebaafaa3b421b2d659aca"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a7867db8b7faebaafaa3b421b2d659aca">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.new_DoubleVector__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr new_DoubleVector__SWIG_0()</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a9c4f7d7fdd49a7cab3e2e270278297bb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9c4f7d7fdd49a7cab3e2e270278297bb">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_Insert</a></div><div class="ttdeci">static void MPConstraintVector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a67459b814ba26c77f6f34d90462c9212"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a67459b814ba26c77f6f34d90462c9212">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Int64VectorVector_Reverse__SWIG_0</a></div><div class="ttdeci">static void Int64VectorVector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ac6446c27878147c79567920e2227a903"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac6446c27878147c79567920e2227a903">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_NumConstraints</a></div><div class="ttdeci">static int Solver_NumConstraints(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a6309c0afc203e0ab3adaec8c05b9dd1a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6309c0afc203e0ab3adaec8c05b9dd1a">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_SetBounds</a></div><div class="ttdeci">static void Constraint_SetBounds(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a21abf66b2052cec9ba48b96250e89221"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a21abf66b2052cec9ba48b96250e89221">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPSolverParameters_kDefaultRelativeMipGap_get</a></div><div class="ttdeci">static double MPSolverParameters_kDefaultRelativeMipGap_get()</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ad603d3bc24bb796aa31592de7492ad80"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad603d3bc24bb796aa31592de7492ad80">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_LastIndexOf</a></div><div class="ttdeci">static int MPVariableVector_LastIndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a6f45805cb8c7623f0dfdb29825a7192b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6f45805cb8c7623f0dfdb29825a7192b">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_SolutionValue</a></div><div class="ttdeci">static double Variable_SolutionValue(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa3f4febdb6197a160b5d30daedb7460b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa3f4febdb6197a160b5d30daedb7460b">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVectorVector_InsertRange</a></div><div class="ttdeci">static void IntVectorVector_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa4dc5521aa093c19e866a8c34c499ddc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa4dc5521aa093c19e866a8c34c499ddc">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_BasisStatus</a></div><div class="ttdeci">static int Variable_BasisStatus(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a909eed9656149def1a74dc8b7843ef96"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a909eed9656149def1a74dc8b7843ef96">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Objective_Clear</a></div><div class="ttdeci">static void Objective_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_acd1978525d32108060b7e7b56a78866a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#acd1978525d32108060b7e7b56a78866a">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_SuppressOutput</a></div><div class="ttdeci">static void Solver_SuppressOutput(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ad24064af013761e6f68026035b53db40"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad24064af013761e6f68026035b53db40">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.delete_Variable</a></div><div class="ttdeci">static void delete_Variable(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a946b493fdef7c1151e196805acc5825d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a946b493fdef7c1151e196805acc5825d">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Objective_SetCoefficient</a></div><div class="ttdeci">static void Objective_SetCoefficient(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_abf7b113ecc0b1faba9a35de7441f2240"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#abf7b113ecc0b1faba9a35de7441f2240">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_Add</a></div><div class="ttdeci">static void MPVariableVector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a440b44f878d39a9cd05306b8afeffdb6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a440b44f878d39a9cd05306b8afeffdb6">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_AddRange</a></div><div class="ttdeci">static void MPConstraintVector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a099376787888e8d8d28a837dc847368d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a099376787888e8d8d28a837dc847368d">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVector_reserve</a></div><div class="ttdeci">static void IntVector_reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ac2bf0b4f6e5e8171aa6601dd1bf27849"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac2bf0b4f6e5e8171aa6601dd1bf27849">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_capacity</a></div><div class="ttdeci">static uint MPConstraintVector_capacity(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a44aeda2d6e516589aeb6f092b5562a09"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a44aeda2d6e516589aeb6f092b5562a09">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_Clear</a></div><div class="ttdeci">static void MPConstraintVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aeee1cbddaf3fa1afed8a8928e14cd019"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aeee1cbddaf3fa1afed8a8928e14cd019">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Solver_MakeBoolVar</a></div><div class="ttdeci">static global::System.IntPtr Solver_MakeBoolVar(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ab16e2c33724196fe35d5136f4c435401"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab16e2c33724196fe35d5136f4c435401">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPSolverParameters_kDefaultPrimalTolerance_get</a></div><div class="ttdeci">static double MPSolverParameters_kDefaultPrimalTolerance_get()</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ad37641eb3a4f54acc93dcb6226f47c28"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad37641eb3a4f54acc93dcb6226f47c28">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_ReducedCost</a></div><div class="ttdeci">static double Variable_ReducedCost(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a35dad90ca44835901872c66a886c56e9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a35dad90ca44835901872c66a886c56e9">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.DoubleVector_AddRange</a></div><div class="ttdeci">static void DoubleVector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a6aae7fc07585fa6680b8e1a6e57ac555"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6aae7fc07585fa6680b8e1a6e57ac555">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPConstraintVector_SetRange</a></div><div class="ttdeci">static void MPConstraintVector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa0b4f1feeaef0c4d4a7ba40ccb102eea"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa0b4f1feeaef0c4d4a7ba40ccb102eea">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.IntVector_getitem</a></div><div class="ttdeci">static int IntVector_getitem(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a4f3c61d7d494ef5114cd54a0d0186f60"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4f3c61d7d494ef5114cd54a0d0186f60">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPSolverParameters_SetIntegerParam</a></div><div class="ttdeci">static void MPSolverParameters_SetIntegerParam(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
</div>
|
|
</div>
|
|
<div id="footer-container">
|
|
<div id="footer">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|