132 lines
94 KiB
HTML
132 lines
94 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">OR-Tools 7.2</span>
|
|
</div>
|
|
</div>
|
|
<link rel="icon" href="https://developers.google.com/optimization/images/orLogo.png">
|
|
<div id="content">
|
|
<!-- Generated by Doxygen 1.8.15 -->
|
|
<div id="navrow1" class="tabs">
|
|
<ul class="tablist">
|
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
|
<li><a href="annotated.html"><span>Classes</span></a></li>
|
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="navrow2" class="tabs2">
|
|
<ul class="tablist">
|
|
<li><a href="files.html"><span>File List</span></a></li>
|
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_b2c6d49957bf5d0c7726edb4b829cd4d.html">gen</a></li><li class="navelem"><a class="el" href="dir_dd9e6105f85b4b8d1432afc92516bdf4.html">ortools</a></li><li class="navelem"><a class="el" href="dir_37019ba8edd362d5e2e12880bdfa4c61.html">constraint_solver</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">Pack.cs</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="Pack_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// <auto-generated /></span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// This file was automatically generated by SWIG (http://www.swig.org).</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">// Version 4.0.0</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">//</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">// Do not make changes to this file unless you know what you are doing--modify</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">// the SWIG interface file instead.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> </div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="keyword">namespace </span><a class="code" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Google.OrTools.ConstraintSolver</a> {</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> </div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="keyword">using</span> System;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="keyword">using</span> System.Runtime.<a class="code" href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a>;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="keyword">using</span> System.Collections;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="keyword">using</span> System.Collections.Generic;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> </div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html"> 18</a></span> <span class="keyword">public</span> <span class="keyword">partial class </span><a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html">Pack</a> : <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint.html">Constraint</a> {</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> </div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  <span class="keyword">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html">Pack</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) : base(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a23d2d803503dcd2f61e40e04c86eb48d">Pack_SWIGUpcast</a>(cPtr), cMemoryOwn) {</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">this</span>, cPtr);</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  }</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> </div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  <span class="keyword">internal</span> <span class="keyword">static</span> global::System.Runtime.InteropServices.HandleRef getCPtr(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html">Pack</a> obj) {</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  <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="l00027"></a><span class="lineno"> 27</span>  }</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a9ee3fc90d4165aba5345495f7e7f7754"> 29</a></span>  <span class="keyword">protected</span> <span class="keyword">override</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a9ee3fc90d4165aba5345495f7e7f7754">Dispose</a>(<span class="keywordtype">bool</span> disposing) {</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  lock(<span class="keyword">this</span>) {</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  <span class="keywordflow">if</span> (swigCPtr.Handle != global::System.IntPtr.Zero) {</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#af5ca0abe53afcaf49512c29f0184e532">swigCMemOwn</a>) {</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#af5ca0abe53afcaf49512c29f0184e532">swigCMemOwn</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a91b0c34a56bf1da0ac77a55ccaf666ca">delete_Pack</a>(swigCPtr);</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  }</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  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="l00037"></a><span class="lineno"> 37</span>  }</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  base.Dispose(disposing);</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  }</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  }</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> </div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <span class="comment">// Store list of delegates to avoid the GC to reclaim them.</span></div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <span class="keyword">private</span> List<LongToLong> LongToLongCallbacks;</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <span class="keyword">private</span> List<LongLongToLong> LongLongToLongCallbacks;</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <span class="comment">// Ensure that the GC does not collect any IndexEvaluator1Callback set from C#</span></div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <span class="comment">// as the underlying C++ class will only store a pointer to it (i.e. no ownership).</span></div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keyword">private</span> <a class="code" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#aa4a9f3b35129d768261ef4203d2aa111">LongToLong</a> StoreLongToLong(<a class="code" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#aa4a9f3b35129d768261ef4203d2aa111">LongToLong</a> c) {</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <span class="keywordflow">if</span> (LongToLongCallbacks == <span class="keyword">null</span>)</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  LongToLongCallbacks = <span class="keyword">new</span> List<LongToLong>();</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  LongToLongCallbacks.Add(c);</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <span class="keywordflow">return</span> c;</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  }</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <span class="keyword">private</span> <a class="code" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#a094659d3904b9a9ace12507f445e52cc">LongLongToLong</a> StoreLongLongToLong(<a class="code" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#a094659d3904b9a9ace12507f445e52cc">LongLongToLong</a> c) {</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <span class="keywordflow">if</span> (LongLongToLongCallbacks == <span class="keyword">null</span>)</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  LongLongToLongCallbacks = <span class="keyword">new</span> List<LongLongToLong>();</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  LongLongToLongCallbacks.Add(c);</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="keywordflow">return</span> c;</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  }</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span> </div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a0c888e9f4a32f6457e2af0bf2b4b181b"> 60</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a0c888e9f4a32f6457e2af0bf2b4b181b">Pack</a>(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver.html">Solver</a> s, <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector.html">IntVarVector</a> vars, <span class="keywordtype">int</span> number_of_bins) : this(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.new_Pack(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver.html">Solver</a>.getCPtr(s), <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector.html">IntVarVector</a>.getCPtr(vars), number_of_bins), true) {</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#ab9399753d24c4af4b75475c71ea006de">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a35bddaaf713a717d9910d860cada253a">Retrieve</a>();</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  }</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span> </div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#aad99f945f7b91cf13b3a0e5ab0f937e3"> 64</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#aad99f945f7b91cf13b3a0e5ab0f937e3">AddWeightedSumLessOrEqualConstantDimension</a>( <span class="keywordtype">long</span>[] weights, <span class="keywordtype">long</span>[] bounds) {</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a81258d914564ff6399b05f343b78d7e2">Pack_AddWeightedSumLessOrEqualConstantDimension__SWIG_0</a>(swigCPtr, weights.Length, weights , bounds.Length, bounds );</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  }</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span> </div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a34402762b8aae1138ec865a1378f5a6d"> 68</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a34402762b8aae1138ec865a1378f5a6d">AddWeightedSumLessOrEqualConstantDimension</a>( <a class="code" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#aa4a9f3b35129d768261ef4203d2aa111">LongToLong</a> weights, <span class="keywordtype">long</span>[] bounds) {</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#acaced7cb35c829e22fb425080bf5bcb1">Pack_AddWeightedSumLessOrEqualConstantDimension__SWIG_1</a>(swigCPtr, StoreLongToLong(weights) , bounds.Length, bounds );</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  }</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span> </div><div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#aeb2676473abeac5316a86f4805bdc441"> 72</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#aeb2676473abeac5316a86f4805bdc441">AddWeightedSumLessOrEqualConstantDimension</a>( <a class="code" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#a094659d3904b9a9ace12507f445e52cc">LongLongToLong</a> weights, <span class="keywordtype">long</span>[] bounds) {</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#abb9702ed782efb2f365e0d072bfc2b1a">Pack_AddWeightedSumLessOrEqualConstantDimension__SWIG_2</a>(swigCPtr, StoreLongLongToLong(weights) , bounds.Length, bounds );</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  }</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span> </div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#aabfd76da6854062d1fe362f7d9d8122a"> 76</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#aabfd76da6854062d1fe362f7d9d8122a">AddWeightedSumEqualVarDimension</a>( <span class="keywordtype">long</span>[] weights, <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector.html">IntVarVector</a> loads) {</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2e9f3b60f457cf90166c8aa736a4f616">Pack_AddWeightedSumEqualVarDimension__SWIG_0</a>(swigCPtr, weights.Length, weights , <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector.html">IntVarVector</a>.getCPtr(loads));</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#ab9399753d24c4af4b75475c71ea006de">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a35bddaaf713a717d9910d860cada253a">Retrieve</a>();</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  }</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span> </div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a001818c3172d475ba6ed3281c0b8607e"> 81</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a001818c3172d475ba6ed3281c0b8607e">AddWeightedSumEqualVarDimension</a>( <a class="code" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#a094659d3904b9a9ace12507f445e52cc">LongLongToLong</a> weights, <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector.html">IntVarVector</a> loads) {</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a82781764e304af53b1bcf888528ea8e1">Pack_AddWeightedSumEqualVarDimension__SWIG_1</a>(swigCPtr, StoreLongLongToLong(weights) , <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector.html">IntVarVector</a>.getCPtr(loads));</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#ab9399753d24c4af4b75475c71ea006de">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a35bddaaf713a717d9910d860cada253a">Retrieve</a>();</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  }</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span> </div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a67d7ee3e31b280fb50232a710590e313"> 86</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a67d7ee3e31b280fb50232a710590e313">AddSumVariableWeightsLessOrEqualConstantDimension</a>(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector.html">IntVarVector</a> usage, <span class="keywordtype">long</span>[] capacity) {</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a153dd544ec5a3e9c6376e5064cb1e344">Pack_AddSumVariableWeightsLessOrEqualConstantDimension</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector.html">IntVarVector</a>.getCPtr(usage), capacity.Length, capacity );</div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#ab9399753d24c4af4b75475c71ea006de">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a35bddaaf713a717d9910d860cada253a">Retrieve</a>();</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  }</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span> </div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ac1520cbc1e14d82bd74df96e6f18267f"> 91</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ac1520cbc1e14d82bd74df96e6f18267f">AddWeightedSumOfAssignedDimension</a>( <span class="keywordtype">long</span>[] weights, <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> cost_var) {</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab3e1d25b281a97b9cd19e2595f3b5cb9">Pack_AddWeightedSumOfAssignedDimension</a>(swigCPtr, weights.Length, weights , <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>.getCPtr(cost_var));</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  }</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span> </div><div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a6378a5d5cabb86714a7bef72ced578a8"> 95</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a6378a5d5cabb86714a7bef72ced578a8">AddCountUsedBinDimension</a>(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> count_var) {</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a51c960503908fdbcd56e996dc882ceef">Pack_AddCountUsedBinDimension</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>.getCPtr(count_var));</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  }</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span> </div><div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a7c0161c187efcfd083083fb6c9e6b1fc"> 99</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a7c0161c187efcfd083083fb6c9e6b1fc">AddCountAssignedItemsDimension</a>(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> count_var) {</div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab49ec6e8ef90cce06ca25bf295795bb6">Pack_AddCountAssignedItemsDimension</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>.getCPtr(count_var));</div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  }</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span> </div><div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a9af063721901c4469f7645641aaf6198"> 103</a></span>  <span class="keyword">public</span> <span class="keyword">override</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a9af063721901c4469f7645641aaf6198">Post</a>() {</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a96ec7e4413225d7bf191033cfc638f2c">Pack_Post</a>(swigCPtr);</div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  }</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span> </div><div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a6a5c5a2807ef53b519d331c384d450c7"> 107</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a6a5c5a2807ef53b519d331c384d450c7">ClearAll</a>() {</div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aaf71dcc1c5bcb58d818f20684de6e835">Pack_ClearAll</a>(swigCPtr);</div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  }</div><div class="line"><a name="l00110"></a><span class="lineno"> 110</span> </div><div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ae7cf5072b31f0cb8051603164dbefd6a"> 111</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ae7cf5072b31f0cb8051603164dbefd6a">PropagateDelayed</a>() {</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6ce62c274b7fd51333ab85e156237949">Pack_PropagateDelayed</a>(swigCPtr);</div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  }</div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span> </div><div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a609c6372b5cb5c212508aac14c1e80ec"> 115</a></span>  <span class="keyword">public</span> <span class="keyword">override</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a609c6372b5cb5c212508aac14c1e80ec">InitialPropagateWrapper</a>() {</div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7f9749882f1d3eb2618960df24445c96">Pack_InitialPropagateWrapper</a>(swigCPtr);</div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  }</div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span> </div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a7da756ccc952b408be7ab5227fd192d7"> 119</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a7da756ccc952b408be7ab5227fd192d7">Propagate</a>() {</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#abd633a01fb6a7406d3ba0ccc4cdbb07c">Pack_Propagate</a>(swigCPtr);</div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  }</div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span> </div><div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ace459dc15a2286c360382825bfc71307"> 123</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ace459dc15a2286c360382825bfc71307">OneDomain</a>(<span class="keywordtype">int</span> var_index) {</div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad71591063b91dd5ba1b68c31f6c3eaba">Pack_OneDomain</a>(swigCPtr, var_index);</div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  }</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span> </div><div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a2d739d472243edb5711021b77cf3a6e5"> 127</a></span>  <span class="keyword">public</span> <span class="keyword">override</span> <span class="keywordtype">string</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a2d739d472243edb5711021b77cf3a6e5">ToString</a>() {</div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  <span class="keywordtype">string</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a31ad6ff70c421da46d5622009dcdc300">Pack_ToString</a>(swigCPtr);</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  }</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span> </div><div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#af7b22a2dd000b6b26b487ad403a8224f"> 132</a></span>  <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#af7b22a2dd000b6b26b487ad403a8224f">IsUndecided</a>(<span class="keywordtype">int</span> var_index, <span class="keywordtype">int</span> bin_index) {</div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  <span class="keywordtype">bool</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad5ea81c5b2cbb11001251a7aca646f42">Pack_IsUndecided</a>(swigCPtr, var_index, bin_index);</div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  }</div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span> </div><div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a56e0aa1f376be4c65250814a86bf6a61"> 137</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a56e0aa1f376be4c65250814a86bf6a61">SetImpossible</a>(<span class="keywordtype">int</span> var_index, <span class="keywordtype">int</span> bin_index) {</div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af6a07419be36c69d94c7cccacd5a1cac">Pack_SetImpossible</a>(swigCPtr, var_index, bin_index);</div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  }</div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span> </div><div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#aa7bb4fa3e3817f1dcd8097d1564f3e7c"> 141</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#aa7bb4fa3e3817f1dcd8097d1564f3e7c">Assign</a>(<span class="keywordtype">int</span> var_index, <span class="keywordtype">int</span> bin_index) {</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa178be0f2608f7b58663b106b97932da">Pack_Assign</a>(swigCPtr, var_index, bin_index);</div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  }</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span> </div><div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a6a3998ab54428587f8c66b063d43e4aa"> 145</a></span>  <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a6a3998ab54428587f8c66b063d43e4aa">IsAssignedStatusKnown</a>(<span class="keywordtype">int</span> var_index) {</div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  <span class="keywordtype">bool</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2e083873e4eb56b06578da0bbed0b249">Pack_IsAssignedStatusKnown</a>(swigCPtr, var_index);</div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  }</div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span> </div><div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ac8fbe1dfa5fef59212dac57dd75f5787"> 150</a></span>  <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ac8fbe1dfa5fef59212dac57dd75f5787">IsPossible</a>(<span class="keywordtype">int</span> var_index, <span class="keywordtype">int</span> bin_index) {</div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  <span class="keywordtype">bool</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa819b9f6f4124d955392a437bba7294a">Pack_IsPossible</a>(swigCPtr, var_index, bin_index);</div><div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  }</div><div class="line"><a name="l00154"></a><span class="lineno"> 154</span> </div><div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ae8d6457076a7b6309fbe521716a712e6"> 155</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ae8d6457076a7b6309fbe521716a712e6">AssignVar</a>(<span class="keywordtype">int</span> var_index, <span class="keywordtype">int</span> bin_index) {</div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a793ed548fdcb987bb8df09432e781741">Pack_AssignVar</a>(swigCPtr, var_index, bin_index);</div><div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</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_1ConstraintSolver_1_1IntVar.html">IntVar</a>(cPtr, <span class="keyword">false</span>);</div><div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  }</div><div class="line"><a name="l00160"></a><span class="lineno"> 160</span> </div><div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ac9e63d9cc4e58c6847181d1a9f3dd152"> 161</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ac9e63d9cc4e58c6847181d1a9f3dd152">SetAssigned</a>(<span class="keywordtype">int</span> var_index) {</div><div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#acc7e896e6897853005f3d15182f55858">Pack_SetAssigned</a>(swigCPtr, var_index);</div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  }</div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span> </div><div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a7a1a68cd3c23442e2e3604d7c70136b4"> 165</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a7a1a68cd3c23442e2e3604d7c70136b4">SetUnassigned</a>(<span class="keywordtype">int</span> var_index) {</div><div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4b398d8cb369661d06eca795ef07b122">Pack_SetUnassigned</a>(swigCPtr, var_index);</div><div class="line"><a name="l00167"></a><span class="lineno"> 167</span>  }</div><div class="line"><a name="l00168"></a><span class="lineno"> 168</span> </div><div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a39d5bbccbe54112e6a559dc3ce525db8"> 169</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a39d5bbccbe54112e6a559dc3ce525db8">RemoveAllPossibleFromBin</a>(<span class="keywordtype">int</span> bin_index) {</div><div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3a61d6efafea0939c449c0ec68fa3247">Pack_RemoveAllPossibleFromBin</a>(swigCPtr, bin_index);</div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  }</div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span> </div><div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a2438627a1c84c25c18b599d72b20a6b1"> 173</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a2438627a1c84c25c18b599d72b20a6b1">AssignAllPossibleToBin</a>(<span class="keywordtype">int</span> bin_index) {</div><div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3acf6e0cfb38b4af94c59f3bc72d8d65">Pack_AssignAllPossibleToBin</a>(swigCPtr, bin_index);</div><div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  }</div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span> </div><div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ad1f5b48f5744b1fd2abf6963eab8ab12"> 177</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ad1f5b48f5744b1fd2abf6963eab8ab12">AssignFirstPossibleToBin</a>(<span class="keywordtype">int</span> bin_index) {</div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#abd11bbb760067fc0fe5694434e12a3a0">Pack_AssignFirstPossibleToBin</a>(swigCPtr, bin_index);</div><div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  }</div><div class="line"><a name="l00180"></a><span class="lineno"> 180</span> </div><div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ab2f95f07fd1df7744014f8824002e4b5"> 181</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ab2f95f07fd1df7744014f8824002e4b5">AssignAllRemainingItems</a>() {</div><div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aeacb7a59aa154ae85b5caeffe8df4f42">Pack_AssignAllRemainingItems</a>(swigCPtr);</div><div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  }</div><div class="line"><a name="l00184"></a><span class="lineno"> 184</span> </div><div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ad3f1c13fb1e593497c94174739777589"> 185</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ad3f1c13fb1e593497c94174739777589">UnassignAllRemainingItems</a>() {</div><div class="line"><a name="l00186"></a><span class="lineno"> 186</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a923da9c814662b67a04e2cfd34c4bb8b">Pack_UnassignAllRemainingItems</a>(swigCPtr);</div><div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  }</div><div class="line"><a name="l00188"></a><span class="lineno"> 188</span> </div><div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a546949b3f943bee5eef2d7d37f146a47"> 189</a></span>  <span class="keyword">public</span> <span class="keyword">override</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a546949b3f943bee5eef2d7d37f146a47">Accept</a>(<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelVisitor.html">ModelVisitor</a> visitor) {</div><div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad336fa31f8fa2dade7c03c94527e05ce">Pack_Accept</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelVisitor.html">ModelVisitor</a>.getCPtr(visitor));</div><div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  }</div><div class="line"><a name="l00192"></a><span class="lineno"> 192</span> </div><div class="line"><a name="l00193"></a><span class="lineno"> 193</span> }</div><div class="line"><a name="l00194"></a><span class="lineno"> 194</span> </div><div class="line"><a name="l00195"></a><span class="lineno"> 195</span> }</div><div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a6a3998ab54428587f8c66b063d43e4aa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a6a3998ab54428587f8c66b063d43e4aa">Google.OrTools.ConstraintSolver.Pack.IsAssignedStatusKnown</a></div><div class="ttdeci">bool IsAssignedStatusKnown(int var_index)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00145">Pack.cs:145</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_ae7cf5072b31f0cb8051603164dbefd6a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ae7cf5072b31f0cb8051603164dbefd6a">Google.OrTools.ConstraintSolver.Pack.PropagateDelayed</a></div><div class="ttdeci">void PropagateDelayed()</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00111">Pack.cs:111</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a23d2d803503dcd2f61e40e04c86eb48d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a23d2d803503dcd2f61e40e04c86eb48d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_SWIGUpcast</a></div><div class="ttdeci">static global::System.IntPtr Pack_SWIGUpcast(global::System.IntPtr jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html_ab9399753d24c4af4b75475c71ea006de"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#ab9399753d24c4af4b75475c71ea006de">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException.Pending</a></div><div class="ttdeci">static bool Pending</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00167">operations_research_constraint_solverPINVOKE.cs:167</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector.html">Google.OrTools.ConstraintSolver.IntVarVector</a></div><div class="ttdef"><b>Definition:</b> <a href="IntVarVector_8cs_source.html#l00018">IntVarVector.cs:18</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a0c888e9f4a32f6457e2af0bf2b4b181b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a0c888e9f4a32f6457e2af0bf2b4b181b">Google.OrTools.ConstraintSolver.Pack.Pack</a></div><div class="ttdeci">Pack(Solver s, IntVarVector vars, int number_of_bins)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00060">Pack.cs:60</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a7da756ccc952b408be7ab5227fd192d7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a7da756ccc952b408be7ab5227fd192d7">Google.OrTools.ConstraintSolver.Pack.Propagate</a></div><div class="ttdeci">void Propagate()</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00119">Pack.cs:119</a></div></div>
|
|
<div class="ttc" id="namespaceGoogle_1_1OrTools_1_1ConstraintSolver_html_a094659d3904b9a9ace12507f445e52cc"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#a094659d3904b9a9ace12507f445e52cc">Google.OrTools.ConstraintSolver.LongLongToLong</a></div><div class="ttdeci">delegate long LongLongToLong(long t, long u)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a31ad6ff70c421da46d5622009dcdc300"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a31ad6ff70c421da46d5622009dcdc300">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_ToString</a></div><div class="ttdeci">static string Pack_ToString(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="namespaceSystem_1_1Runtime_1_1InteropServices_html"><div class="ttname"><a href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2e9f3b60f457cf90166c8aa736a4f616"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2e9f3b60f457cf90166c8aa736a4f616">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_AddWeightedSumEqualVarDimension__SWIG_0</a></div><div class="ttdeci">static void Pack_AddWeightedSumEqualVarDimension__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af6a07419be36c69d94c7cccacd5a1cac"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af6a07419be36c69d94c7cccacd5a1cac">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_SetImpossible</a></div><div class="ttdeci">static void Pack_SetImpossible(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00161">operations_research_constraint_solverPINVOKE.cs:161</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a3a61d6efafea0939c449c0ec68fa3247"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3a61d6efafea0939c449c0ec68fa3247">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_RemoveAllPossibleFromBin</a></div><div class="ttdeci">static void Pack_RemoveAllPossibleFromBin(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a3acf6e0cfb38b4af94c59f3bc72d8d65"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3acf6e0cfb38b4af94c59f3bc72d8d65">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_AssignAllPossibleToBin</a></div><div class="ttdeci">static void Pack_AssignAllPossibleToBin(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a51c960503908fdbcd56e996dc882ceef"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a51c960503908fdbcd56e996dc882ceef">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_AddCountUsedBinDimension</a></div><div class="ttdeci">static void Pack_AddCountUsedBinDimension(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html">Google.OrTools.ConstraintSolver.Pack</a></div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00018">Pack.cs:18</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_ad1f5b48f5744b1fd2abf6963eab8ab12"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ad1f5b48f5744b1fd2abf6963eab8ab12">Google.OrTools.ConstraintSolver.Pack.AssignFirstPossibleToBin</a></div><div class="ttdeci">void AssignFirstPossibleToBin(int bin_index)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00177">Pack.cs:177</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_aa7bb4fa3e3817f1dcd8097d1564f3e7c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#aa7bb4fa3e3817f1dcd8097d1564f3e7c">Google.OrTools.ConstraintSolver.Pack.Assign</a></div><div class="ttdeci">void Assign(int var_index, int bin_index)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00141">Pack.cs:141</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_aad99f945f7b91cf13b3a0e5ab0f937e3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#aad99f945f7b91cf13b3a0e5ab0f937e3">Google.OrTools.ConstraintSolver.Pack.AddWeightedSumLessOrEqualConstantDimension</a></div><div class="ttdeci">void AddWeightedSumLessOrEqualConstantDimension(long[] weights, long[] bounds)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00064">Pack.cs:64</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint.html">Google.OrTools.ConstraintSolver.Constraint</a></div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2Constraint_8cs_source.html#l00018">constraint_solver/Constraint.cs:18</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2e083873e4eb56b06578da0bbed0b249"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2e083873e4eb56b06578da0bbed0b249">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_IsAssignedStatusKnown</a></div><div class="ttdeci">static bool Pack_IsAssignedStatusKnown(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad336fa31f8fa2dade7c03c94527e05ce"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad336fa31f8fa2dade7c03c94527e05ce">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_Accept</a></div><div class="ttdeci">static void Pack_Accept(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_abd11bbb760067fc0fe5694434e12a3a0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#abd11bbb760067fc0fe5694434e12a3a0">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_AssignFirstPossibleToBin</a></div><div class="ttdeci">static void Pack_AssignFirstPossibleToBin(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a7c0161c187efcfd083083fb6c9e6b1fc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a7c0161c187efcfd083083fb6c9e6b1fc">Google.OrTools.ConstraintSolver.Pack.AddCountAssignedItemsDimension</a></div><div class="ttdeci">void AddCountAssignedItemsDimension(IntVar count_var)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00099">Pack.cs:99</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a7f9749882f1d3eb2618960df24445c96"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7f9749882f1d3eb2618960df24445c96">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_InitialPropagateWrapper</a></div><div class="ttdeci">static void Pack_InitialPropagateWrapper(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a34402762b8aae1138ec865a1378f5a6d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a34402762b8aae1138ec865a1378f5a6d">Google.OrTools.ConstraintSolver.Pack.AddWeightedSumLessOrEqualConstantDimension</a></div><div class="ttdeci">void AddWeightedSumLessOrEqualConstantDimension(LongToLong weights, long[] bounds)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00068">Pack.cs:68</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a9ee3fc90d4165aba5345495f7e7f7754"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a9ee3fc90d4165aba5345495f7e7f7754">Google.OrTools.ConstraintSolver.Pack.Dispose</a></div><div class="ttdeci">override void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00029">Pack.cs:29</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a001818c3172d475ba6ed3281c0b8607e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a001818c3172d475ba6ed3281c0b8607e">Google.OrTools.ConstraintSolver.Pack.AddWeightedSumEqualVarDimension</a></div><div class="ttdeci">void AddWeightedSumEqualVarDimension(LongLongToLong weights, IntVarVector loads)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00081">Pack.cs:81</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a923da9c814662b67a04e2cfd34c4bb8b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a923da9c814662b67a04e2cfd34c4bb8b">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_UnassignAllRemainingItems</a></div><div class="ttdeci">static void Pack_UnassignAllRemainingItems(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">Google.OrTools.ConstraintSolver.IntVar</a></div><div class="ttdef"><b>Definition:</b> <a href="IntVar_8cs_source.html#l00018">IntVar.cs:18</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a96ec7e4413225d7bf191033cfc638f2c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a96ec7e4413225d7bf191033cfc638f2c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_Post</a></div><div class="ttdeci">static void Pack_Post(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_acaced7cb35c829e22fb425080bf5bcb1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#acaced7cb35c829e22fb425080bf5bcb1">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_AddWeightedSumLessOrEqualConstantDimension__SWIG_1</a></div><div class="ttdeci">static void Pack_AddWeightedSumLessOrEqualConstantDimension__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, LongToLong jarg2, int length3, long[] jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_af7b22a2dd000b6b26b487ad403a8224f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#af7b22a2dd000b6b26b487ad403a8224f">Google.OrTools.ConstraintSolver.Pack.IsUndecided</a></div><div class="ttdeci">bool IsUndecided(int var_index, int bin_index)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00132">Pack.cs:132</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a793ed548fdcb987bb8df09432e781741"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a793ed548fdcb987bb8df09432e781741">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_AssignVar</a></div><div class="ttdeci">static global::System.IntPtr Pack_AssignVar(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject_html_af5ca0abe53afcaf49512c29f0184e532"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#af5ca0abe53afcaf49512c29f0184e532">Google.OrTools.ConstraintSolver.BaseObject.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="BaseObject_8cs_source.html#l00020">BaseObject.cs:20</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a153dd544ec5a3e9c6376e5064cb1e344"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a153dd544ec5a3e9c6376e5064cb1e344">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_AddSumVariableWeightsLessOrEqualConstantDimension</a></div><div class="ttdeci">static void Pack_AddSumVariableWeightsLessOrEqualConstantDimension(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int length3, long[] jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_aeb2676473abeac5316a86f4805bdc441"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#aeb2676473abeac5316a86f4805bdc441">Google.OrTools.ConstraintSolver.Pack.AddWeightedSumLessOrEqualConstantDimension</a></div><div class="ttdeci">void AddWeightedSumLessOrEqualConstantDimension(LongLongToLong weights, long[] bounds)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00072">Pack.cs:72</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_ae8d6457076a7b6309fbe521716a712e6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ae8d6457076a7b6309fbe521716a712e6">Google.OrTools.ConstraintSolver.Pack.AssignVar</a></div><div class="ttdeci">IntVar AssignVar(int var_index, int bin_index)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00155">Pack.cs:155</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_ab2f95f07fd1df7744014f8824002e4b5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ab2f95f07fd1df7744014f8824002e4b5">Google.OrTools.ConstraintSolver.Pack.AssignAllRemainingItems</a></div><div class="ttdeci">void AssignAllRemainingItems()</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00181">Pack.cs:181</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a7a1a68cd3c23442e2e3604d7c70136b4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a7a1a68cd3c23442e2e3604d7c70136b4">Google.OrTools.ConstraintSolver.Pack.SetUnassigned</a></div><div class="ttdeci">void SetUnassigned(int var_index)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00165">Pack.cs:165</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aeacb7a59aa154ae85b5caeffe8df4f42"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aeacb7a59aa154ae85b5caeffe8df4f42">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_AssignAllRemainingItems</a></div><div class="ttdeci">static void Pack_AssignAllRemainingItems(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_acc7e896e6897853005f3d15182f55858"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#acc7e896e6897853005f3d15182f55858">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_SetAssigned</a></div><div class="ttdeci">static void Pack_SetAssigned(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ab3e1d25b281a97b9cd19e2595f3b5cb9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab3e1d25b281a97b9cd19e2595f3b5cb9">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_AddWeightedSumOfAssignedDimension</a></div><div class="ttdeci">static void Pack_AddWeightedSumOfAssignedDimension(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a6a5c5a2807ef53b519d331c384d450c7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a6a5c5a2807ef53b519d331c384d450c7">Google.OrTools.ConstraintSolver.Pack.ClearAll</a></div><div class="ttdeci">void ClearAll()</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00107">Pack.cs:107</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelVisitor_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelVisitor.html">Google.OrTools.ConstraintSolver.ModelVisitor</a></div><div class="ttdef"><b>Definition:</b> <a href="ModelVisitor_8cs_source.html#l00018">ModelVisitor.cs:18</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_ad3f1c13fb1e593497c94174739777589"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ad3f1c13fb1e593497c94174739777589">Google.OrTools.ConstraintSolver.Pack.UnassignAllRemainingItems</a></div><div class="ttdeci">void UnassignAllRemainingItems()</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00185">Pack.cs:185</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_ac1520cbc1e14d82bd74df96e6f18267f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ac1520cbc1e14d82bd74df96e6f18267f">Google.OrTools.ConstraintSolver.Pack.AddWeightedSumOfAssignedDimension</a></div><div class="ttdeci">void AddWeightedSumOfAssignedDimension(long[] weights, IntVar cost_var)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00091">Pack.cs:91</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_ac8fbe1dfa5fef59212dac57dd75f5787"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ac8fbe1dfa5fef59212dac57dd75f5787">Google.OrTools.ConstraintSolver.Pack.IsPossible</a></div><div class="ttdeci">bool IsPossible(int var_index, int bin_index)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00150">Pack.cs:150</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_ace459dc15a2286c360382825bfc71307"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ace459dc15a2286c360382825bfc71307">Google.OrTools.ConstraintSolver.Pack.OneDomain</a></div><div class="ttdeci">void OneDomain(int var_index)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00123">Pack.cs:123</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a609c6372b5cb5c212508aac14c1e80ec"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a609c6372b5cb5c212508aac14c1e80ec">Google.OrTools.ConstraintSolver.Pack.InitialPropagateWrapper</a></div><div class="ttdeci">override void InitialPropagateWrapper()</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00115">Pack.cs:115</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_aabfd76da6854062d1fe362f7d9d8122a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#aabfd76da6854062d1fe362f7d9d8122a">Google.OrTools.ConstraintSolver.Pack.AddWeightedSumEqualVarDimension</a></div><div class="ttdeci">void AddWeightedSumEqualVarDimension(long[] weights, IntVarVector loads)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00076">Pack.cs:76</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa819b9f6f4124d955392a437bba7294a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa819b9f6f4124d955392a437bba7294a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_IsPossible</a></div><div class="ttdeci">static bool Pack_IsPossible(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a81258d914564ff6399b05f343b78d7e2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a81258d914564ff6399b05f343b78d7e2">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_AddWeightedSumLessOrEqualConstantDimension__SWIG_0</a></div><div class="ttdeci">static void Pack_AddWeightedSumLessOrEqualConstantDimension__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2, int length3, long[] jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a82781764e304af53b1bcf888528ea8e1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a82781764e304af53b1bcf888528ea8e1">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_AddWeightedSumEqualVarDimension__SWIG_1</a></div><div class="ttdeci">static void Pack_AddWeightedSumEqualVarDimension__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, LongLongToLong jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a39d5bbccbe54112e6a559dc3ce525db8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a39d5bbccbe54112e6a559dc3ce525db8">Google.OrTools.ConstraintSolver.Pack.RemoveAllPossibleFromBin</a></div><div class="ttdeci">void RemoveAllPossibleFromBin(int bin_index)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00169">Pack.cs:169</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a6378a5d5cabb86714a7bef72ced578a8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a6378a5d5cabb86714a7bef72ced578a8">Google.OrTools.ConstraintSolver.Pack.AddCountUsedBinDimension</a></div><div class="ttdeci">void AddCountUsedBinDimension(IntVar count_var)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00095">Pack.cs:95</a></div></div>
|
|
<div class="ttc" id="namespaceGoogle_1_1OrTools_1_1ConstraintSolver_html"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Google.OrTools.ConstraintSolver</a></div><div class="ttdef"><b>Definition:</b> <a href="Assignment_8cs_source.html#l00011">Assignment.cs:11</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a67d7ee3e31b280fb50232a710590e313"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a67d7ee3e31b280fb50232a710590e313">Google.OrTools.ConstraintSolver.Pack.AddSumVariableWeightsLessOrEqualConstantDimension</a></div><div class="ttdeci">void AddSumVariableWeightsLessOrEqualConstantDimension(IntVarVector usage, long[] capacity)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00086">Pack.cs:86</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aaf71dcc1c5bcb58d818f20684de6e835"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aaf71dcc1c5bcb58d818f20684de6e835">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_ClearAll</a></div><div class="ttdeci">static void Pack_ClearAll(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a9af063721901c4469f7645641aaf6198"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a9af063721901c4469f7645641aaf6198">Google.OrTools.ConstraintSolver.Pack.Post</a></div><div class="ttdeci">override void Post()</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00103">Pack.cs:103</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad5ea81c5b2cbb11001251a7aca646f42"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad5ea81c5b2cbb11001251a7aca646f42">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_IsUndecided</a></div><div class="ttdeci">static bool Pack_IsUndecided(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="namespaceGoogle_1_1OrTools_1_1ConstraintSolver_html_aa4a9f3b35129d768261ef4203d2aa111"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#aa4a9f3b35129d768261ef4203d2aa111">Google.OrTools.ConstraintSolver.LongToLong</a></div><div class="ttdeci">delegate long LongToLong(long t)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a4b398d8cb369661d06eca795ef07b122"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4b398d8cb369661d06eca795ef07b122">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_SetUnassigned</a></div><div class="ttdeci">static void Pack_SetUnassigned(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a2438627a1c84c25c18b599d72b20a6b1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a2438627a1c84c25c18b599d72b20a6b1">Google.OrTools.ConstraintSolver.Pack.AssignAllPossibleToBin</a></div><div class="ttdeci">void AssignAllPossibleToBin(int bin_index)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00173">Pack.cs:173</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_abd633a01fb6a7406d3ba0ccc4cdbb07c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#abd633a01fb6a7406d3ba0ccc4cdbb07c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_Propagate</a></div><div class="ttdeci">static void Pack_Propagate(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00047">operations_research_constraint_solverPINVOKE.cs:47</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a546949b3f943bee5eef2d7d37f146a47"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a546949b3f943bee5eef2d7d37f146a47">Google.OrTools.ConstraintSolver.Pack.Accept</a></div><div class="ttdeci">override void Accept(ModelVisitor visitor)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00189">Pack.cs:189</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad71591063b91dd5ba1b68c31f6c3eaba"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad71591063b91dd5ba1b68c31f6c3eaba">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_OneDomain</a></div><div class="ttdeci">static void Pack_OneDomain(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_ac9e63d9cc4e58c6847181d1a9f3dd152"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#ac9e63d9cc4e58c6847181d1a9f3dd152">Google.OrTools.ConstraintSolver.Pack.SetAssigned</a></div><div class="ttdeci">void SetAssigned(int var_index)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00161">Pack.cs:161</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a6ce62c274b7fd51333ab85e156237949"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6ce62c274b7fd51333ab85e156237949">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_PropagateDelayed</a></div><div class="ttdeci">static void Pack_PropagateDelayed(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_abb9702ed782efb2f365e0d072bfc2b1a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#abb9702ed782efb2f365e0d072bfc2b1a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_AddWeightedSumLessOrEqualConstantDimension__SWIG_2</a></div><div class="ttdeci">static void Pack_AddWeightedSumLessOrEqualConstantDimension__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, LongLongToLong jarg2, int length3, long[] jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa178be0f2608f7b58663b106b97932da"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa178be0f2608f7b58663b106b97932da">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_Assign</a></div><div class="ttdeci">static void Pack_Assign(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a56e0aa1f376be4c65250814a86bf6a61"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a56e0aa1f376be4c65250814a86bf6a61">Google.OrTools.ConstraintSolver.Pack.SetImpossible</a></div><div class="ttdeci">void SetImpossible(int var_index, int bin_index)</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00137">Pack.cs:137</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack_html_a2d739d472243edb5711021b77cf3a6e5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Pack.html#a2d739d472243edb5711021b77cf3a6e5">Google.OrTools.ConstraintSolver.Pack.ToString</a></div><div class="ttdeci">override string ToString()</div><div class="ttdef"><b>Definition:</b> <a href="Pack_8cs_source.html#l00127">Pack.cs:127</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver.html">Google.OrTools.ConstraintSolver.Solver</a></div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2Solver_8cs_source.html#l00018">constraint_solver/Solver.cs:18</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a91b0c34a56bf1da0ac77a55ccaf666ca"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a91b0c34a56bf1da0ac77a55ccaf666ca">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_Pack</a></div><div class="ttdeci">static void delete_Pack(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ab49ec6e8ef90cce06ca25bf295795bb6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab49ec6e8ef90cce06ca25bf295795bb6">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.Pack_AddCountAssignedItemsDimension</a></div><div class="ttdeci">static void Pack_AddCountAssignedItemsDimension(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html_a35bddaaf713a717d9910d860cada253a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a35bddaaf713a717d9910d860cada253a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException.Retrieve</a></div><div class="ttdeci">static global::System.Exception Retrieve()</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00186">operations_research_constraint_solverPINVOKE.cs:186</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div>
|
|
<div id="footer-container">
|
|
<div id="footer">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|