Files
ortools-clone/docs/dotnet/Solver_8cs_source.html
Laurent Perron 211c5b2549 more doc
2019-10-11 15:26:03 +02:00

154 lines
124 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.4</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.15 -->
<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">Solver.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="Solver_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated /&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// This file was automatically generated by SWIG (http://www.swig.org).</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// Version 4.0.1</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// Do not make changes to this file unless you know what you are doing--modify</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// the SWIG interface file instead.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceGoogle_1_1OrTools_1_1LinearSolver.html">Google.OrTools.LinearSolver</a> {</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html"> 13</a></span>&#160;<span class="keyword">public</span> <span class="keyword">partial class </span><a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html">Solver</a> : global::System.IDisposable {</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160; <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><div class="line"><a name="l00015"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#abc050282310ee35f8b4bac77b6103375"> 15</a></span>&#160; <span class="keyword">protected</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a>;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; <span class="keyword">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html">Solver</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) {</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a> = cMemoryOwn;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">this</span>, cPtr);</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; }</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; <span class="keyword">internal</span> <span class="keyword">static</span> global::System.Runtime.InteropServices.HandleRef getCPtr(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html">Solver</a> obj) {</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; <span class="keywordflow">return</span> (obj == <span class="keyword">null</span>) ? <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">null</span>, global::System.IntPtr.Zero) : obj.swigCPtr;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; }</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; ~Solver() {</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Dispose</a>(<span class="keyword">false</span>);</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; }</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;</div><div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a6e2d745cdb7a7b983f861ed6a9a541a7"> 30</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Dispose</a>() {</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Dispose</a>(<span class="keyword">true</span>);</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; global::System.GC.SuppressFinalize(<span class="keyword">this</span>);</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; }</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;</div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a8ad4348ef0f9969025bab397e7e27e26"> 35</a></span>&#160; <span class="keyword">protected</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a8ad4348ef0f9969025bab397e7e27e26">Dispose</a>(<span class="keywordtype">bool</span> disposing) {</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; lock(<span class="keyword">this</span>) {</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; <span class="keywordflow">if</span> (swigCPtr.Handle != global::System.IntPtr.Zero) {</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a>) {</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab00032a70fc817259bb27795aa814637">delete_Solver</a>(swigCPtr);</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; }</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">null</span>, global::System.IntPtr.Zero);</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; }</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; }</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; }</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;</div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ab843bb4a7e01e6ac39b467900d28b2b3"> 47</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ab843bb4a7e01e6ac39b467900d28b2b3">Solver</a>(<span class="keywordtype">string</span> name, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html">Solver</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a76c87990aabadd148304b95332a60ff8">OptimizationProblemType</a> problem_type) : this(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.new_Solver(name, (int)problem_type), true) {</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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="l00049"></a><span class="lineno"> 49</span>&#160; }</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;</div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ae03e543ffbc24d96625a8a6d086f6cd3"> 51</a></span>&#160; <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_1Solver.html#ae03e543ffbc24d96625a8a6d086f6cd3">SupportsProblemType</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html">Solver</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a76c87990aabadd148304b95332a60ff8">OptimizationProblemType</a> problem_type) {</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <span class="keywordtype">bool</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a7d330d8ec76e9c58f05f035cad9171ed">Solver_SupportsProblemType</a>((<span class="keywordtype">int</span>)problem_type);</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; }</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;</div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#aa71d36872f416feaa853788a7a7a7ef8"> 56</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#aa71d36872f416feaa853788a7a7a7ef8">Clear</a>() {</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ae225d4e3584b4fc0148d43d71ecf5fed">Solver_Clear</a>(swigCPtr);</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; }</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;</div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ad5a1f6b9799002ff0603f7d70461871a"> 60</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ad5a1f6b9799002ff0603f7d70461871a">NumVariables</a>() {</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <span class="keywordtype">int</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aab3c7fb8f3a1e1acb723c6261a4d00fc">Solver_NumVariables</a>(swigCPtr);</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; }</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;</div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a74ae3d393405a5597340fdc465871d2e"> 65</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a74ae3d393405a5597340fdc465871d2e">variables</a>() {</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</a> ret = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aaddaf690ef1ae4698180fe9fb99754d4">Solver_variables</a>(swigCPtr), <span class="keyword">false</span>);</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; }</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;</div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a06d8d6561e0e6063f979b43f327210a3"> 70</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a06d8d6561e0e6063f979b43f327210a3">LookupVariableOrNull</a>(<span class="keywordtype">string</span> var_name) {</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0689b30e1c3f82537f8faa1e91102666">Solver_LookupVariableOrNull</a>(swigCPtr, var_name);</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>(cPtr, <span class="keyword">false</span>);</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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="l00074"></a><span class="lineno"> 74</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; }</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;</div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a3640f59a06da3b1c4716ad6a74ce3602"> 77</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a3640f59a06da3b1c4716ad6a74ce3602">MakeVar</a>(<span class="keywordtype">double</span> lb, <span class="keywordtype">double</span> ub, <span class="keywordtype">bool</span> integer, <span class="keywordtype">string</span> name) {</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a3b9232bf4e2aa8ed8792ea956a14a815">Solver_MakeVar</a>(swigCPtr, lb, ub, integer, name);</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>(cPtr, <span class="keyword">false</span>);</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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="l00081"></a><span class="lineno"> 81</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; }</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;</div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a31566e6ec6ccdfb5afe1b15cf123f22b"> 84</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a31566e6ec6ccdfb5afe1b15cf123f22b">MakeNumVar</a>(<span class="keywordtype">double</span> lb, <span class="keywordtype">double</span> ub, <span class="keywordtype">string</span> name) {</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0ac6624007fb3e3bb0571c039bf24328">Solver_MakeNumVar</a>(swigCPtr, lb, ub, name);</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>(cPtr, <span class="keyword">false</span>);</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; }</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;</div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a6d3b9f54c252e047400f68afa257b540"> 91</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a6d3b9f54c252e047400f68afa257b540">MakeIntVar</a>(<span class="keywordtype">double</span> lb, <span class="keywordtype">double</span> ub, <span class="keywordtype">string</span> name) {</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab33fd8a859030349d8ef689ae43d9a54">Solver_MakeIntVar</a>(swigCPtr, lb, ub, name);</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>(cPtr, <span class="keyword">false</span>);</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; }</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;</div><div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a6a0d20297f5321113caf53eb44ee3049"> 98</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a6a0d20297f5321113caf53eb44ee3049">MakeBoolVar</a>(<span class="keywordtype">string</span> name) {</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aeee1cbddaf3fa1afed8a8928e14cd019">Solver_MakeBoolVar</a>(swigCPtr, name);</div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>(cPtr, <span class="keyword">false</span>);</div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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="l00102"></a><span class="lineno"> 102</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; }</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;</div><div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#af3c2cc66fcd186d99369008f927e4137"> 105</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#af3c2cc66fcd186d99369008f927e4137">NumConstraints</a>() {</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; <span class="keywordtype">int</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac6446c27878147c79567920e2227a903">Solver_NumConstraints</a>(swigCPtr);</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; }</div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160;</div><div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a42ecd346048c43414fb9142f886c7831"> 110</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPConstraintVector.html">MPConstraintVector</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a42ecd346048c43414fb9142f886c7831">constraints</a>() {</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPConstraintVector.html">MPConstraintVector</a> ret = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPConstraintVector.html">MPConstraintVector</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1d9c9d5c5097ce502f8728d41d683de5">Solver_constraints</a>(swigCPtr), <span class="keyword">false</span>);</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; }</div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;</div><div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#aa7dc857f28cb004f626c3ad18d4e1fbd"> 115</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html">Constraint</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#aa7dc857f28cb004f626c3ad18d4e1fbd">LookupConstraintOrNull</a>(<span class="keywordtype">string</span> constraint_name) {</div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac0b2b7e14be70e2b3fde0b80bec84baa">Solver_LookupConstraintOrNull</a>(swigCPtr, constraint_name);</div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html">Constraint</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html">Constraint</a>(cPtr, <span class="keyword">false</span>);</div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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="l00119"></a><span class="lineno"> 119</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; }</div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160;</div><div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a6b14e1c1db32c213d17df2ecd3095082"> 122</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html">Constraint</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a6b14e1c1db32c213d17df2ecd3095082">MakeConstraint</a>(<span class="keywordtype">double</span> lb, <span class="keywordtype">double</span> ub) {</div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a81041c9c0ca179ae5597b21ecae6ece0">Solver_MakeConstraint__SWIG_0</a>(swigCPtr, lb, ub);</div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html">Constraint</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html">Constraint</a>(cPtr, <span class="keyword">false</span>);</div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; }</div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160;</div><div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a235ab719b697bb3550edba277f9c441d"> 128</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html">Constraint</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a235ab719b697bb3550edba277f9c441d">MakeConstraint</a>() {</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a491b25da34187fa9455672e2748a777e">Solver_MakeConstraint__SWIG_1</a>(swigCPtr);</div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html">Constraint</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html">Constraint</a>(cPtr, <span class="keyword">false</span>);</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; }</div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160;</div><div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a07c37d951965d5f2b127801efb64001b"> 134</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html">Constraint</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a07c37d951965d5f2b127801efb64001b">MakeConstraint</a>(<span class="keywordtype">double</span> lb, <span class="keywordtype">double</span> ub, <span class="keywordtype">string</span> name) {</div><div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a33d8b2087e0efe9d66dddf8e2fc33b1b">Solver_MakeConstraint__SWIG_2</a>(swigCPtr, lb, ub, name);</div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html">Constraint</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html">Constraint</a>(cPtr, <span class="keyword">false</span>);</div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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="l00138"></a><span class="lineno"> 138</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; }</div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160;</div><div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a69c10479ebfbe4b909075748ff57e3bc"> 141</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html">Constraint</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a69c10479ebfbe4b909075748ff57e3bc">MakeConstraint</a>(<span class="keywordtype">string</span> name) {</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#abbb322321f7c7014416adeb1af971fdc">Solver_MakeConstraint__SWIG_3</a>(swigCPtr, name);</div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html">Constraint</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html">Constraint</a>(cPtr, <span class="keyword">false</span>);</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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="l00145"></a><span class="lineno"> 145</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; }</div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160;</div><div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ae617ffa9d1f75544ed94acfb65a2bf49"> 148</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Objective.html">Objective</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ae617ffa9d1f75544ed94acfb65a2bf49">Objective</a>() {</div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a89c77089dad89f3714f8908217a3c0fc">Solver_Objective</a>(swigCPtr);</div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Objective.html">Objective</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ae617ffa9d1f75544ed94acfb65a2bf49">Objective</a>(cPtr, <span class="keyword">false</span>);</div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; }</div><div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160;</div><div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#aa79f363683af77c69eb84609bfe1e0a9"> 154</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html">Solver</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a573d479910e373f5d771d303e440587d">ResultStatus</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#aa79f363683af77c69eb84609bfe1e0a9">Solve</a>() {</div><div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html">Solver</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a573d479910e373f5d771d303e440587d">ResultStatus</a> ret = (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html">Solver</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a573d479910e373f5d771d303e440587d">ResultStatus</a>)<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ad895a4eaa73ce5d20be903218c94fd90">Solver_Solve__SWIG_0</a>(swigCPtr);</div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160; }</div><div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160;</div><div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a737980cc0e5e3e4740ade5f10dff0e55"> 159</a></span>&#160; <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html">Solver</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a573d479910e373f5d771d303e440587d">ResultStatus</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a737980cc0e5e3e4740ade5f10dff0e55">Solve</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPSolverParameters.html">MPSolverParameters</a> param) {</div><div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html">Solver</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a573d479910e373f5d771d303e440587d">ResultStatus</a> ret = (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html">Solver</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a573d479910e373f5d771d303e440587d">ResultStatus</a>)<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9338581e630fe85627353727c46c2101">Solver_Solve__SWIG_1</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPSolverParameters.html">MPSolverParameters</a>.getCPtr(param));</div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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="l00162"></a><span class="lineno"> 162</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160; }</div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160;</div><div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a43788e71b74cd6047c7ca924ae64c17e"> 165</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">double</span>[] <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a43788e71b74cd6047c7ca924ae64c17e">ComputeConstraintActivities</a>() {</div><div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160; global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a70fae58e0ab972b34a85d5aa8e561b09">Solver_ComputeConstraintActivities</a>(swigCPtr);</div><div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MpDoubleVector.html">MpDoubleVector</a> tmpVector = <span class="keyword">null</span>;</div><div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160; <span class="keywordflow">if</span> (cPtr != global::System.IntPtr.Zero) {</div><div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160; tmpVector = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MpDoubleVector.html">MpDoubleVector</a>(cPtr, <span class="keyword">true</span>);</div><div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160; <span class="keywordtype">double</span>[] outArray = <span class="keyword">new</span> <span class="keywordtype">double</span>[tmpVector.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MpDoubleVector.html#aad462966ed963f892117056de1eba502">Count</a>];</div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160; tmpVector.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MpDoubleVector.html#aeba280abb3a3905444a0b908ddefd938">CopyTo</a>(outArray);</div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160; <span class="keywordflow">return</span> outArray;</div><div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160; }</div><div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160; <span class="keywordflow">return</span> <span class="keyword">null</span>;</div><div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160;}</div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160;</div><div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a26ca5e83099e933d919ae054f15b1e05"> 177</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a26ca5e83099e933d919ae054f15b1e05">VerifySolution</a>(<span class="keywordtype">double</span> tolerance, <span class="keywordtype">bool</span> log_errors) {</div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160; <span class="keywordtype">bool</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a5fb81c5355c152987ff02061e6264161">Solver_VerifySolution</a>(swigCPtr, tolerance, log_errors);</div><div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160; }</div><div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160;</div><div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a372de693ad40b3f42839c8ec6ac845f4"> 182</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a372de693ad40b3f42839c8ec6ac845f4">Reset</a>() {</div><div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aec183704726592b4ef8b0a9caf6ffc16">Solver_Reset</a>(swigCPtr);</div><div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160; }</div><div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160;</div><div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ac75b700ead5ff5d0944b5161e6dac9e8"> 186</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ac75b700ead5ff5d0944b5161e6dac9e8">InterruptSolve</a>() {</div><div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160; <span class="keywordtype">bool</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1869aca80d1c1095b483f69a15e5e838">Solver_InterruptSolve</a>(swigCPtr);</div><div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; }</div><div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160;</div><div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a4e7331e247c23d58ad626965ee9773c5"> 191</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a4e7331e247c23d58ad626965ee9773c5">SetSolverSpecificParametersAsString</a>(<span class="keywordtype">string</span> parameters) {</div><div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160; <span class="keywordtype">bool</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1c3d1f923e81cceeceb6b940f4ad9ffe">Solver_SetSolverSpecificParametersAsString</a>(swigCPtr, parameters);</div><div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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="l00194"></a><span class="lineno"> 194</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160; }</div><div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160;</div><div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ad79f6dc56d90d220de25c15f367b888f"> 197</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ad79f6dc56d90d220de25c15f367b888f">EnableOutput</a>() {</div><div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#afa4a75ab72dd275685724e6cdc79cb90">Solver_EnableOutput</a>(swigCPtr);</div><div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160; }</div><div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160;</div><div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ae1df08a9aabad59b5d620930126e6d91"> 201</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ae1df08a9aabad59b5d620930126e6d91">SuppressOutput</a>() {</div><div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#acd1978525d32108060b7e7b56a78866a">Solver_SuppressOutput</a>(swigCPtr);</div><div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160; }</div><div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160;</div><div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a60abfb41c2623cf46b50ed36566394c6"> 205</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a60abfb41c2623cf46b50ed36566394c6">Iterations</a>() {</div><div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160; <span class="keywordtype">long</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0f190eb39c5827a279e04c14ce0f0251">Solver_Iterations</a>(swigCPtr);</div><div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160; }</div><div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160;</div><div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#add072d9ca594e920e237e9c37dc3620e"> 210</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#add072d9ca594e920e237e9c37dc3620e">Nodes</a>() {</div><div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160; <span class="keywordtype">long</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a9c4e8126752899f0f1a3664b52d8aadd">Solver_Nodes</a>(swigCPtr);</div><div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160; }</div><div class="line"><a name="l00214"></a><span class="lineno"> 214</span>&#160;</div><div class="line"><a name="l00215"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ac428b88ed8098a7927fbd40d81c60a4c"> 215</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ac428b88ed8098a7927fbd40d81c60a4c">ComputeExactConditionNumber</a>() {</div><div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160; <span class="keywordtype">double</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a54c2693279e50f9f666f6cde1c8d0f31">Solver_ComputeExactConditionNumber</a>(swigCPtr);</div><div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160; }</div><div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160;</div><div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a589b2b332ced9ed10d820c203bc63de6"> 220</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a589b2b332ced9ed10d820c203bc63de6">SetTimeLimit</a>(<span class="keywordtype">long</span> time_limit_milliseconds) {</div><div class="line"><a name="l00221"></a><span class="lineno"> 221</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0cb14d80ceff19e8e84688e6c7d01baf">Solver_SetTimeLimit</a>(swigCPtr, time_limit_milliseconds);</div><div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160; }</div><div class="line"><a name="l00223"></a><span class="lineno"> 223</span>&#160;</div><div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a7439098646e7c40d51d7b707679f6d36"> 224</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">long</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a7439098646e7c40d51d7b707679f6d36">WallTime</a>() {</div><div class="line"><a name="l00225"></a><span class="lineno"> 225</span>&#160; <span class="keywordtype">long</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af29d5554eeda50032e4e3e47117514f3">Solver_WallTime</a>(swigCPtr);</div><div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160; }</div><div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160;</div><div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a3f90a8c47d318878472afea1c2a4dfaf"> 229</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">string</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a3f90a8c47d318878472afea1c2a4dfaf">ExportModelAsLpFormat</a>(<span class="keywordtype">bool</span> obfuscated) {</div><div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160; <span class="keywordtype">string</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac4e847545809faaf22c9760fa1fa38cb">Solver_ExportModelAsLpFormat</a>(swigCPtr, obfuscated);</div><div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160; }</div><div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160;</div><div class="line"><a name="l00234"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ae04da265419ed3875b2f37a37170100f"> 234</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">string</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ae04da265419ed3875b2f37a37170100f">ExportModelAsMpsFormat</a>(<span class="keywordtype">bool</span> fixed_format, <span class="keywordtype">bool</span> obfuscated) {</div><div class="line"><a name="l00235"></a><span class="lineno"> 235</span>&#160; <span class="keywordtype">string</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ab6d32c064ef3d402626dd9d3a0bdcba9">Solver_ExportModelAsMpsFormat</a>(swigCPtr, fixed_format, obfuscated);</div><div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00237"></a><span class="lineno"> 237</span>&#160; }</div><div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160;</div><div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#af408bf93b3a179b6f63f8836a3213a36"> 239</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#af408bf93b3a179b6f63f8836a3213a36">SetHint</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a74ae3d393405a5597340fdc465871d2e">variables</a>, <span class="keywordtype">double</span>[] values) {</div><div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a4b563b996c96e8dd68e4da1b3e1c0028">Solver_SetHint</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</a>.getCPtr(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a74ae3d393405a5597340fdc465871d2e">variables</a>), values.Length, values );</div><div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160; <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<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="l00242"></a><span class="lineno"> 242</span>&#160; }</div><div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160;</div><div class="line"><a name="l00244"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#adac6d26d0f2d3d2e49e51eaaf8aeff17"> 244</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#adac6d26d0f2d3d2e49e51eaaf8aeff17">SetNumThreads</a>(<span class="keywordtype">int</span> num_theads) {</div><div class="line"><a name="l00245"></a><span class="lineno"> 245</span>&#160; <span class="keywordtype">bool</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a82384efafdc448ceecf566837ce39ba0">Solver_SetNumThreads</a>(swigCPtr, num_theads);</div><div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160; <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160; }</div><div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160;</div><div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a76c87990aabadd148304b95332a60ff8"> 249</a></span>&#160; <span class="keyword">public</span> <span class="keyword">enum</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a76c87990aabadd148304b95332a60ff8">OptimizationProblemType</a> {</div><div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160; CLP_LINEAR_PROGRAMMING = 0,</div><div class="line"><a name="l00251"></a><span class="lineno"> 251</span>&#160; GLOP_LINEAR_PROGRAMMING = 2,</div><div class="line"><a name="l00252"></a><span class="lineno"> 252</span>&#160; CBC_MIXED_INTEGER_PROGRAMMING = 5,</div><div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160; BOP_INTEGER_PROGRAMMING = 12</div><div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160; }</div><div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160;</div><div class="line"><a name="l00256"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a573d479910e373f5d771d303e440587d"> 256</a></span>&#160; <span class="keyword">public</span> <span class="keyword">enum</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a573d479910e373f5d771d303e440587d">ResultStatus</a> {</div><div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160; OPTIMAL,</div><div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160; FEASIBLE,</div><div class="line"><a name="l00259"></a><span class="lineno"> 259</span>&#160; INFEASIBLE,</div><div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160; UNBOUNDED,</div><div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160; ABNORMAL,</div><div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160; NOT_SOLVED = 6</div><div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160; }</div><div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160;</div><div class="line"><a name="l00265"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#afd922eb2bef96597c426557a8056f76d"> 265</a></span>&#160; <span class="keyword">public</span> <span class="keyword">enum</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#afd922eb2bef96597c426557a8056f76d">BasisStatus</a> {</div><div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160; FREE = 0,</div><div class="line"><a name="l00267"></a><span class="lineno"> 267</span>&#160; AT_LOWER_BOUND,</div><div class="line"><a name="l00268"></a><span class="lineno"> 268</span>&#160; AT_UPPER_BOUND,</div><div class="line"><a name="l00269"></a><span class="lineno"> 269</span>&#160; FIXED_VALUE,</div><div class="line"><a name="l00270"></a><span class="lineno"> 270</span>&#160; BASIC</div><div class="line"><a name="l00271"></a><span class="lineno"> 271</span>&#160; }</div><div class="line"><a name="l00272"></a><span class="lineno"> 272</span>&#160;</div><div class="line"><a name="l00273"></a><span class="lineno"> 273</span>&#160;}</div><div class="line"><a name="l00274"></a><span class="lineno"> 274</span>&#160;</div><div class="line"><a name="l00275"></a><span class="lineno"> 275</span>&#160;}</div><div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_aa79f363683af77c69eb84609bfe1e0a9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#aa79f363683af77c69eb84609bfe1e0a9">Google.OrTools.LinearSolver.Solver.Solve</a></div><div class="ttdeci">Solver.ResultStatus Solve()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00154">Solver.cs:154</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_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="classGoogle_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="classGoogle_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="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a26ca5e83099e933d919ae054f15b1e05"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a26ca5e83099e933d919ae054f15b1e05">Google.OrTools.LinearSolver.Solver.VerifySolution</a></div><div class="ttdeci">bool VerifySolution(double tolerance, bool log_errors)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00177">Solver.cs:177</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_ae03e543ffbc24d96625a8a6d086f6cd3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ae03e543ffbc24d96625a8a6d086f6cd3">Google.OrTools.LinearSolver.Solver.SupportsProblemType</a></div><div class="ttdeci">static bool SupportsProblemType(Solver.OptimizationProblemType problem_type)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00051">Solver.cs:51</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_af3c2cc66fcd186d99369008f927e4137"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#af3c2cc66fcd186d99369008f927e4137">Google.OrTools.LinearSolver.Solver.NumConstraints</a></div><div class="ttdeci">int NumConstraints()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00105">Solver.cs:105</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.LinearSolver.Solver.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00030">Solver.cs:30</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Google.OrTools.LinearSolver.Variable</a></div><div class="ttdef"><b>Definition:</b> <a href="Variable_8cs_source.html#l00013">Variable.cs:13</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">Google.OrTools.LinearSolver.MPVariableVector</a></div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00013">MPVariableVector.cs:13</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_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="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a31566e6ec6ccdfb5afe1b15cf123f22b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a31566e6ec6ccdfb5afe1b15cf123f22b">Google.OrTools.LinearSolver.Solver.MakeNumVar</a></div><div class="ttdeci">Variable MakeNumVar(double lb, double ub, string name)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00084">Solver.cs:84</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Objective_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Objective.html">Google.OrTools.LinearSolver.Objective</a></div><div class="ttdef"><b>Definition:</b> <a href="Objective_8cs_source.html#l00013">Objective.cs:13</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_add072d9ca594e920e237e9c37dc3620e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#add072d9ca594e920e237e9c37dc3620e">Google.OrTools.LinearSolver.Solver.Nodes</a></div><div class="ttdeci">long Nodes()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00210">Solver.cs:210</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a06d8d6561e0e6063f979b43f327210a3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a06d8d6561e0e6063f979b43f327210a3">Google.OrTools.LinearSolver.Solver.LookupVariableOrNull</a></div><div class="ttdeci">Variable LookupVariableOrNull(string var_name)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00070">Solver.cs:70</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_aa71d36872f416feaa853788a7a7a7ef8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#aa71d36872f416feaa853788a7a7a7ef8">Google.OrTools.LinearSolver.Solver.Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00056">Solver.cs:56</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a07c37d951965d5f2b127801efb64001b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a07c37d951965d5f2b127801efb64001b">Google.OrTools.LinearSolver.Solver.MakeConstraint</a></div><div class="ttdeci">Constraint MakeConstraint(double lb, double ub, string name)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00134">Solver.cs:134</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a6b14e1c1db32c213d17df2ecd3095082"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a6b14e1c1db32c213d17df2ecd3095082">Google.OrTools.LinearSolver.Solver.MakeConstraint</a></div><div class="ttdeci">Constraint MakeConstraint(double lb, double ub)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00122">Solver.cs:122</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a60abfb41c2623cf46b50ed36566394c6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a60abfb41c2623cf46b50ed36566394c6">Google.OrTools.LinearSolver.Solver.Iterations</a></div><div class="ttdeci">long Iterations()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00205">Solver.cs:205</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_ac75b700ead5ff5d0944b5161e6dac9e8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ac75b700ead5ff5d0944b5161e6dac9e8">Google.OrTools.LinearSolver.Solver.InterruptSolve</a></div><div class="ttdeci">bool InterruptSolve()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00186">Solver.cs:186</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a3640f59a06da3b1c4716ad6a74ce3602"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a3640f59a06da3b1c4716ad6a74ce3602">Google.OrTools.LinearSolver.Solver.MakeVar</a></div><div class="ttdeci">Variable MakeVar(double lb, double ub, bool integer, string name)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00077">Solver.cs:77</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a76c87990aabadd148304b95332a60ff8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a76c87990aabadd148304b95332a60ff8">Google.OrTools.LinearSolver.Solver.OptimizationProblemType</a></div><div class="ttdeci">OptimizationProblemType</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00249">Solver.cs:249</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_afd922eb2bef96597c426557a8056f76d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#afd922eb2bef96597c426557a8056f76d">Google.OrTools.LinearSolver.Solver.BasisStatus</a></div><div class="ttdeci">BasisStatus</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00265">Solver.cs:265</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_ad5a1f6b9799002ff0603f7d70461871a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ad5a1f6b9799002ff0603f7d70461871a">Google.OrTools.LinearSolver.Solver.NumVariables</a></div><div class="ttdeci">int NumVariables()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00060">Solver.cs:60</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPSolverParameters_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPSolverParameters.html">Google.OrTools.LinearSolver.MPSolverParameters</a></div><div class="ttdef"><b>Definition:</b> <a href="MPSolverParameters_8cs_source.html#l00013">MPSolverParameters.cs:13</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a573d479910e373f5d771d303e440587d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a573d479910e373f5d771d303e440587d">Google.OrTools.LinearSolver.Solver.ResultStatus</a></div><div class="ttdeci">ResultStatus</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00256">Solver.cs:256</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.LinearSolver.Solver.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00015">Solver.cs:15</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_ad79f6dc56d90d220de25c15f367b888f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ad79f6dc56d90d220de25c15f367b888f">Google.OrTools.LinearSolver.Solver.EnableOutput</a></div><div class="ttdeci">void EnableOutput()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00197">Solver.cs:197</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a42ecd346048c43414fb9142f886c7831"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a42ecd346048c43414fb9142f886c7831">Google.OrTools.LinearSolver.Solver.constraints</a></div><div class="ttdeci">MPConstraintVector constraints()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00110">Solver.cs:110</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_ae617ffa9d1f75544ed94acfb65a2bf49"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ae617ffa9d1f75544ed94acfb65a2bf49">Google.OrTools.LinearSolver.Solver.Objective</a></div><div class="ttdeci">Objective Objective()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00148">Solver.cs:148</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MpDoubleVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MpDoubleVector.html">Google.OrTools.LinearSolver.MpDoubleVector</a></div><div class="ttdef"><b>Definition:</b> <a href="MpDoubleVector_8cs_source.html#l00013">MpDoubleVector.cs:13</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.LinearSolver.Solver.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00035">Solver.cs:35</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html">Google.OrTools.LinearSolver.Solver</a></div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00013">Solver.cs:13</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_aa7dc857f28cb004f626c3ad18d4e1fbd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#aa7dc857f28cb004f626c3ad18d4e1fbd">Google.OrTools.LinearSolver.Solver.LookupConstraintOrNull</a></div><div class="ttdeci">Constraint LookupConstraintOrNull(string constraint_name)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00115">Solver.cs:115</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a6d3b9f54c252e047400f68afa257b540"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a6d3b9f54c252e047400f68afa257b540">Google.OrTools.LinearSolver.Solver.MakeIntVar</a></div><div class="ttdeci">Variable MakeIntVar(double lb, double ub, string name)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00091">Solver.cs:91</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MpDoubleVector_html_aad462966ed963f892117056de1eba502"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MpDoubleVector.html#aad462966ed963f892117056de1eba502">Google.OrTools.LinearSolver.MpDoubleVector.Count</a></div><div class="ttdeci">int Count</div><div class="ttdef"><b>Definition:</b> <a href="MpDoubleVector_8cs_source.html#l00096">MpDoubleVector.cs:96</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a3f90a8c47d318878472afea1c2a4dfaf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a3f90a8c47d318878472afea1c2a4dfaf">Google.OrTools.LinearSolver.Solver.ExportModelAsLpFormat</a></div><div class="ttdeci">string ExportModelAsLpFormat(bool obfuscated)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00229">Solver.cs:229</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a737980cc0e5e3e4740ade5f10dff0e55"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a737980cc0e5e3e4740ade5f10dff0e55">Google.OrTools.LinearSolver.Solver.Solve</a></div><div class="ttdeci">Solver.ResultStatus Solve(MPSolverParameters param)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00159">Solver.cs:159</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_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="classGoogle_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="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a7439098646e7c40d51d7b707679f6d36"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a7439098646e7c40d51d7b707679f6d36">Google.OrTools.LinearSolver.Solver.WallTime</a></div><div class="ttdeci">long WallTime()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00224">Solver.cs:224</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a74ae3d393405a5597340fdc465871d2e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a74ae3d393405a5597340fdc465871d2e">Google.OrTools.LinearSolver.Solver.variables</a></div><div class="ttdeci">MPVariableVector variables()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00065">Solver.cs:65</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a69c10479ebfbe4b909075748ff57e3bc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a69c10479ebfbe4b909075748ff57e3bc">Google.OrTools.LinearSolver.Solver.MakeConstraint</a></div><div class="ttdeci">Constraint MakeConstraint(string name)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00141">Solver.cs:141</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_adac6d26d0f2d3d2e49e51eaaf8aeff17"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#adac6d26d0f2d3d2e49e51eaaf8aeff17">Google.OrTools.LinearSolver.Solver.SetNumThreads</a></div><div class="ttdeci">bool SetNumThreads(int num_theads)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00244">Solver.cs:244</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a6a0d20297f5321113caf53eb44ee3049"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a6a0d20297f5321113caf53eb44ee3049">Google.OrTools.LinearSolver.Solver.MakeBoolVar</a></div><div class="ttdeci">Variable MakeBoolVar(string name)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00098">Solver.cs:98</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html">Google.OrTools.LinearSolver.Constraint</a></div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00013">Constraint.cs:13</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPConstraintVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPConstraintVector.html">Google.OrTools.LinearSolver.MPConstraintVector</a></div><div class="ttdef"><b>Definition:</b> <a href="MPConstraintVector_8cs_source.html#l00013">MPConstraintVector.cs:13</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_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="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_ac428b88ed8098a7927fbd40d81c60a4c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ac428b88ed8098a7927fbd40d81c60a4c">Google.OrTools.LinearSolver.Solver.ComputeExactConditionNumber</a></div><div class="ttdeci">double ComputeExactConditionNumber()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00215">Solver.cs:215</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a235ab719b697bb3550edba277f9c441d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a235ab719b697bb3550edba277f9c441d">Google.OrTools.LinearSolver.Solver.MakeConstraint</a></div><div class="ttdeci">Constraint MakeConstraint()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00128">Solver.cs:128</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_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="classGoogle_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="namespaceGoogle_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="Constraint_8cs_source.html#l00011">Constraint.cs:11</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a43788e71b74cd6047c7ca924ae64c17e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a43788e71b74cd6047c7ca924ae64c17e">Google.OrTools.LinearSolver.Solver.ComputeConstraintActivities</a></div><div class="ttdeci">double [] ComputeConstraintActivities()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00165">Solver.cs:165</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_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="classGoogle_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="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_ae04da265419ed3875b2f37a37170100f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ae04da265419ed3875b2f37a37170100f">Google.OrTools.LinearSolver.Solver.ExportModelAsMpsFormat</a></div><div class="ttdeci">string ExportModelAsMpsFormat(bool fixed_format, bool obfuscated)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00234">Solver.cs:234</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_ab843bb4a7e01e6ac39b467900d28b2b3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ab843bb4a7e01e6ac39b467900d28b2b3">Google.OrTools.LinearSolver.Solver.Solver</a></div><div class="ttdeci">Solver(string name, Solver.OptimizationProblemType problem_type)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00047">Solver.cs:47</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1MpDoubleVector_html_aeba280abb3a3905444a0b908ddefd938"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MpDoubleVector.html#aeba280abb3a3905444a0b908ddefd938">Google.OrTools.LinearSolver.MpDoubleVector.CopyTo</a></div><div class="ttdeci">void CopyTo(double[] array)</div><div class="ttdef"><b>Definition:</b> <a href="MpDoubleVector_8cs_source.html#l00108">MpDoubleVector.cs:108</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_ae1df08a9aabad59b5d620930126e6d91"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ae1df08a9aabad59b5d620930126e6d91">Google.OrTools.LinearSolver.Solver.SuppressOutput</a></div><div class="ttdeci">void SuppressOutput()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00201">Solver.cs:201</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a4e7331e247c23d58ad626965ee9773c5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a4e7331e247c23d58ad626965ee9773c5">Google.OrTools.LinearSolver.Solver.SetSolverSpecificParametersAsString</a></div><div class="ttdeci">bool SetSolverSpecificParametersAsString(string parameters)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00191">Solver.cs:191</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_af408bf93b3a179b6f63f8836a3213a36"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#af408bf93b3a179b6f63f8836a3213a36">Google.OrTools.LinearSolver.Solver.SetHint</a></div><div class="ttdeci">void SetHint(MPVariableVector variables, double[] values)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00239">Solver.cs:239</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a372de693ad40b3f42839c8ec6ac845f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a372de693ad40b3f42839c8ec6ac845f4">Google.OrTools.LinearSolver.Solver.Reset</a></div><div class="ttdeci">void Reset()</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00182">Solver.cs:182</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a589b2b332ced9ed10d820c203bc63de6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a589b2b332ced9ed10d820c203bc63de6">Google.OrTools.LinearSolver.Solver.SetTimeLimit</a></div><div class="ttdeci">void SetTimeLimit(long time_limit_milliseconds)</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00220">Solver.cs:220</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>